Rename yara emmenhtal to yara emmenhtalv1

This commit is contained in:
Mar-Pic
2025-03-14 10:13:45 +01:00
committed by GitHub
parent 6d1c7d8400
commit bbf344d112
+10
View File
@@ -0,0 +1,10 @@
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
}