HDRoot_Sample_Jul17_2
Description
Detects HDRoot samples
Query · yara
strings:
$x1 = "http://microsoftcompanywork.htm" fullword ascii
$x2 = "compose.aspx?s=%4X%4X%4X%4X%4X%4X" fullword ascii
$t1 = "http://babelfish.yahoo.com/translate_url?" fullword ascii
$t2 = "http://translate.google.com/translate?prev=hp&hl=en&js=n&u=%s?%d&sl=es&tl=en" fullword ascii
$u1 = "User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5." ascii
$u2 = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Maxthon)" fullword ascii
$u3 = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Maxthon; TERA:" fullword ascii
$s1 = "\\system32\\ntoskrnl.exe" ascii
$s2 = "Schedsvc.dll" fullword wide
$s3 = "dllserver64.dll" fullword ascii
$s4 = "C:\\TERA_SR.txt" fullword ascii
$s5 = "updatevnsc.dat" fullword wide
$s6 = "tera dll service global event" fullword ascii
$s7 = "Referer: http://%s/%s" fullword ascii
$s8 = "tera replace dll config" fullword ascii
$s9 = "SetupDll64.dll" fullword ascii
$s10 = "copy %%ComSpec%% \"%s\"" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 300KB and ( 1 of ($x*) or all of ($u*) or 8 of them )