APT_MAL_LNX_Hunting_Linux_WHIRLPOOL_1
Description
Hunting rule looking for strings observed in WHIRLPOOL samples.
Query · yara
strings:
$s1 = "error -1 exit" fullword
$s2 = "create socket error: %s(error: %d)\n" fullword
$s3 = "connect error: %s(error: %d)\n" fullword
$s4 = {C7 00 20 32 3E 26 66 C7 40 04 31 00}
$c1 = "plain_connect" fullword
$c2 = "ssl_connect" fullword
$c3 = "SSLShell.c" fullword
condition:
uint32(0) == 0x464c457f and filesize < 15MB and (all of ($s*) or all of ($c*))