MAL_DNSPIONAGE_Malware_Nov18
Description
Detects DNSpionage Malware
Query · yara
strings:
$x1 = ".0ffice36o.com" ascii
$s1 = "/Client/Login?id=" ascii
$s2 = ".\\Configure.txt" ascii
$s5 = "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko" fullword ascii
$s6 = "Content-Disposition: form-data; name=\"txts\"" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 1000KB and ( 1 of ($x*) or 2 of them )