APT_Lazarus_Aug18_2
Description
Detects Lazarus Group Malware
Query · yara
strings:
$s1 = "vAdvapi32.dll" fullword wide
$s2 = "lws2_32.dll" fullword wide
$s3 = "%s %s > \"%s\" 2>&1" fullword wide
$s4 = "Not Service" fullword wide
$s5 = "ping 127.0.0.1 -n 3" fullword wide
condition:
uint16(0) == 0x5a4d and filesize < 600KB and (
4 of them
)