Emdivi_SFX
Description
Detects Emdivi malware in SFX Archive
Query · yara
strings: $x1 = "Setup=unsecess.exe" fullword ascii $x2 = "Setup=leassnp.exe" fullword ascii $s1 = "&Enter password for the encrypted file:" fullword wide $s2 = ";The comment below contains SFX script commands" fullword ascii $s3 = "Path=%temp%" fullword ascii condition: uint16(0) == 0x5a4d and filesize < 740KB and (1 of ($x*) and all of ($s*))