Monsoon_APT_Malware_2
Description
Detects malware from Monsoon APT
Query · yara
strings:
$x1 = "\\Microsoft\\Windows\\coco.exe" ascii
$x2 = ":\\System Volume Information\\config" fullword ascii
$x3 = " cscript.[BACKSPA[PAGE DO[CAPS LO[PAGE UPTPX498.dTPX499.d" fullword wide
$s1 = "\\Microsoft\\Templates\\msvcrt.dll" ascii
$s2 = "%04d/%02d/%02d %02d:%02d:%02d - {%s}" fullword wide
$s3 = "wininet.dll " fullword ascii
$s4 = "DMCZ0001.dat" fullword ascii
$s5 = "TZ0000001.dat" fullword ascii
$s6 = "\\MUT.dat" ascii
$s7 = "ouemm/emm!!!!!!!!!!!!!" fullword ascii
condition:
( uint16(0) == 0x5a4d and
filesize < 400KB and ( 1 of ($x*) or 3 of them )
)