APT_APT41_HIGHNOON_2
Description
Detects APT41 malware HIGHNOON
Query · yara
strings:
$x1 = "H:\\RBDoor\\" ascii
$s1 = "PlusDll.dll" fullword ascii
$s2 = "ShutDownEvent.dll" fullword ascii
$s3 = "\\svchost.exe" ascii
condition:
uint16(0) == 0x5a4d and filesize < 600KB and (
pe.imphash() == "b70358b00dd0138566ac940d0da26a03" or
pe.exports("DllMain_mem") or
$x1 or 3 of them
)