Create yara emmenhtal

This commit is contained in:
Mar-Pic
2025-02-18 15:58:19 +01:00
committed by GitHub
parent f8653616ec
commit 86de9de4ab
+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
}