Mal_http_EXE
Description
Detects trojan from APT report named http.exe
Query · yara
strings: $x1 = "Content-Disposition: form-data; name=\"file1\"; filename=\"%s\"" fullword ascii $x2 = "%ALLUSERSPROFILE%\\Accessories\\wordpade.exe" fullword ascii $x3 = "\\dumps.dat" ascii $x4 = "\\wordpade.exe" ascii $x5 = "\\%s|%s|4|%d|%4d-%02d-%02d %02d:%02d:%02d|" ascii $x6 = "\\%s|%s|5|%d|%4d-%02d-%02d %02d:%02d:%02d|" ascii $x7 = "cKaNBh9fnmXgJcSBxx5nFS+8s7abcQ==" fullword ascii $x8 = "cKaNBhFLn1nXMcCR0RlbMQ==" fullword ascii /* base64: pKY1[1 */ $s1 = "SELECT * FROM moz_logins;" fullword ascii $s2 = "makescr.dat" fullword ascii $s3 = "%s\\Mozilla\\Firefox\\profiles.ini" fullword ascii $s4 = "?moz-proxy://" ascii $s5 = "[%s-%s] Title: %s" fullword ascii $s6 = "Cforeign key mismatch - \"%w\" referencing \"%w\"" fullword ascii $s7 = "Windows 95 SR2" fullword ascii $s8 = "\\|%s|0|0|" ascii condition: ( uint16(0) == 0x5a4d and filesize < 2000KB and ( 1 of ($x*) and 2 of ($s*) ) ) or ( 3 of ($x*) )