Turla_APT_Malware_Gen3
Description
Detects Turla malware (based on sample used in the RUAG APT case)
Query · yara
strings: $x1 = "\\\\.\\pipe\\sdlrpc" fullword ascii $x2 = "WaitMutex Abandoned %p" fullword ascii $x3 = "OPER|Wrong config: no port|" fullword ascii $x4 = "OPER|Wrong config: no lastconnect|" fullword ascii $x5 = "OPER|Wrong config: empty address|" fullword ascii $x6 = "Trans task %d obj %s ACTIVE fail robj %s" fullword ascii $x7 = "OPER|Wrong config: no auth|" fullword ascii $x8 = "OPER|Sniffer '%s' running... ooopppsss...|" fullword ascii $s1 = "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\5.0\\User Agent\\Post Platform" fullword ascii $s2 = "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\5.0\\User Agent\\Pre Platform" fullword ascii $s3 = "www.yahoo.com" fullword ascii $s4 = "MSXIML.DLL" fullword wide $s5 = "www.bing.com" fullword ascii $s6 = "%s: http://%s%s" fullword ascii $s7 = "/javascript/view.php" fullword ascii $s8 = "Task %d failed %s,%d" fullword ascii $s9 = "Mozilla/4.0 (compatible; MSIE %d.0; " fullword ascii condition: ( uint16(0) == 0x5a4d and filesize < 2000KB and ( 1 of ($x*) or 6 of ($s*) ) ) or ( 10 of them )