Skip to content

Sofacy Group Winexe Tool Hash - Detect

ID: sofacy-winexe-malware-hash

Severity: info

Author: pussycat0x

Tags: malware,sofacy

Winexe tool used by Sofacy group in Bundestag APT.

id: sofacy-winexe-malware-hash
info:
name: Sofacy Group Winexe Tool Hash - Detect
author: pussycat0x
severity: info
description: |
Winexe tool used by Sofacy group in Bundestag APT.
reference: |
- http://dokumente.linksfraktion.de/inhalt/report-orig.pdf
- https://github.com/Yara-Rules/rules/blob/master/malware/APT_Sofacy_Bundestag.yar
tags: malware,sofacy
file:
- extensions:
- exe
matchers:
- type: dsl
dsl:
- "sha256(raw) == '5130f600cd9a9cdc82d4bad938b20cbd2f699aadb76e7f3f1a93602330d9997d'"
# digest: 4a0a00473045022100ae0e92309bc58105e89a87932937a09b2b870902b4b7553564e3e1d421f2a3fe02206c5d9d25aa54710fbd5d84c455466367083e5ffa068a9fb64ba5695d344c46c3:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "file/malware/hash/sofacy-Winexe-malware-hash.yaml"

View on Github