mirror of
https://github.com/cert-orangecyberdefense/cti
synced 2026-06-10 23:41:19 +00:00
Create yara emmenhtal
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