Skip to content

SFXRAR Acrotray Malware Hash - Detect

ID: sfxrar-acrotray-malware-hash

Severity: info

Author: pussycat0x

Tags: malware,apt,sfx

id: sfxrar-acrotray-malware-hash
info:
name: SFXRAR Acrotray Malware Hash - Detect
author: pussycat0x
severity: info
reference:
- https://github.com/Yara-Rules/rules/blob/master/malware/APT_Cloudduke.yar
- https://www.f-secure.com/weblog/archives/00002822.html
tags: malware,apt,sfx
file:
- extensions:
- all
matchers:
- type: dsl
dsl:
- "sha256(raw) == '51e713c7247f978f5836133dd0b8f9fb229e6594763adda59951556e1df5ee57'"
- "sha256(raw) == '5d695ff02202808805da942e484caa7c1dc68e6d9c3d77dc383cfa0617e61e48'"
- "sha256(raw) == '56531cc133e7a760b238aadc5b7a622cd11c835a3e6b78079d825d417fb02198'"
condition: or
# digest: 4b0a00483046022100c261c5da9672912e45739ef96818b6d59b3aab11e8465553febd9b3a1f0a276402210095745a781d8ae39e76d868d35d2c6b04e7ac8146ae303fac6d7ecac6fc779ae0: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/sfxrar-acrotray-malware-hash.yaml"

View on Github