mirror of
https://github.com/cert-orangecyberdefense/cti
synced 2026-06-08 14:45:26 +00:00
Rename yara emmenhtal to yara emmenhtalv1
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user