APT_MAL_WildNeutron_javacpl
Description
Wild Neutron APT Sample Rule
Query · yara
strings:
$s1 = "RunFile: couldn't find ShellExecuteExA/W in SHELL32.DLL!" ascii fullword
$s2 = "cmdcmdline" wide fullword
$s3 = "\"%s\" /K %s" wide fullword
$s4 = "Process is not running any more" wide fullword
$s5 = "dpnxfsatz" wide fullword
$op1 = { ff d6 50 ff 15 ?? ?? 43 00 8b f8 85 ff 74 34 83 64 24 0c 00 e8 ?? ?? 02 00 }
$op2 = { b8 02 00 00 00 01 45 80 01 45 88 6a 00 47 52 89 7d 8c 03 d8 }
$op3 = { 8b c7 f7 f6 46 89 b5 c8 fd ff ff 0f b7 c0 8b c8 0f af ce 3b cf }
condition:
uint16(0) == 0x5a4d and filesize < 5MB and (
all of ($s*) or
all of ($op*)
)