APT_Thrip_Sample_Jun18_13
Description
Detects sample found in Thrip report by Symantec
Query · yara
strings:
$s1 = "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko" fullword ascii
$s2 = "<member><name>password</name>" fullword ascii
$s3 = "<value><string>qqtorspy</string></value>" fullword ascii
$s4 = "SOFTWARE\\QKitTORSPY" fullword wide
$s5 = "ipecho.net" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 500KB
and ( pe.imphash() == "3dfad33b2fb66c083c99dc10341908b7" or 4 of them )