ROKRAT_Malware
Description
Detects ROKRAT Malware
Query · yara
strings:
$x1 = "c:\\users\\appdata\\local\\svchost.exe" fullword ascii
$x2 = "c:\\temp\\episode3.mp4" fullword ascii
$x3 = "MAC-SIL-TED-FOO-YIM-LAN-WAN-SEC-BIL-TAB" ascii
$x4 = "c:\\temp\\%d.tmp" ascii fullword
$s1 = "%s%s%04d%02d%02d%02d%02d%02d.jar" fullword ascii
$s2 = "\\Aboard\\Acm%c%c%c.exe" ascii
$a1 = "ython" ascii fullword
$a2 = "iddler" ascii fullword
$a3 = "egmon" ascii fullword
$a6 = "iresha" ascii fullword
condition:
uint16(0) == 0x5a4d and filesize < 25000KB and ( 1 of ($x*) or ( 5 of them ) )