APT_MAL_CN_Unit78020_Sep15
Description
Detects malware used by Unit78020
Query · yara
strings:
$x1 = "greensky27.vicp.net" fullword wide
$x2 = "POST http://%s:%d/aspxabcdefg.asp?%s HTTP/1.1" fullword ascii
$x3 = "GET http://%s:%d/aspxabcdef.asp?%s HTTP/1.1" fullword ascii
/* additional strings based on PDF report - not found in samples */
$x4 = "serch.vicp.net" fullword wide
$x5 = "greensky27.vicp.net" fullword wide
$x6 = "greensky27.vicp.net.as" fullword wide
$x7 = "greensky27.vcip.net" fullword wide
$x8 = "pnoc-ec.vicp.net" fullword wide
$x9 = "aseanph.vicp.net" fullword wide
$x10 = "pnoc.vicp.net" fullword wide
$sa1 = "dMozilla/4.0 (compatible; MSIE 6.0;Windows NT 5.0; .NET CLR 1.1.4322)" wide fullword
$sa2 = "x-www-form-urlencoded/r/n" wide fullword
$sa3 = "/%d%s%d" ascii fullword
$sa4 = "dMozilla" wide fullword
$sa5 = "Accept-Language:En-us" wide fullword
$sb1 = "%USERPROFILE%\\Application Data\\Mozilla\\Firefox\\Profiles" wide fullword
$sb2 = "\\Office Start.lnk" wide fullword
$sb3 = "%02d-%02d-%02d %02d:%02d" wide fullword
$sc1 = "\\MSN Talk Start.lnk" wide fullword
$sc2 = "-GetModuleFileNameExW" ascii fullword
$sc3 = "dwError1 = %d" ascii fullword
condition:
uint16(0) == 0x5a4d and
filesize < 2000KB and (
1 of ($x*) or
all of ($sa*) or
all of ($sb*) or
all of ($sc*)
)