Monsoon_APT_Malware_1
Description
Detects malware from Monsoon APT
Query · yara
strings:
$s1 = "cmd.exe /c start " fullword ascii
$s2 = "\\Microsoft\\Templates\\" ascii
$s3 = "\\Microsoft\\Windows\\" ascii
condition:
( uint16(0) == 0x5a4d and
filesize < 300KB and
(
pe.imphash() == "a0c824244f1d36ea1dd2759cf7599cd1" or
all of them
)
)