TurlaMosquito_Mal_6
Description
Detects malware sample from Turla Mosquito report
Query · yara
strings:
$a1 = "/scripts/m/query.php?id=" fullword wide
$a2 = "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36" fullword wide
$a3 = "GetUserNameW fails" fullword wide
$s1 = "QVSWQQ" fullword ascii
$s2 = "SRRRQP" fullword ascii
$s3 = "QSVVQQ" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 500KB and (
2 of ($a*) or
4 of them
)