Files
cert-orangecyberdefense-cti/emmenhtal/yara emmenhtal
T
2025-02-18 15:58:19 +01:00

11 lines
289 B
Plaintext

rule EmmenHTAl : malware {
strings:
$s1 = " = String.fromCharCode("
$s2 = ";var "
$s3 = "eval("
$s4 = "</script>"
$s5 = "<HTA:APPLICATION CAPTION = \"no\" WINDOWSTATE = \"minimize\" SHOWINTASKBAR = \"no\" >"
condition:
all of them
}