APT_MAL_DNS_Hijacking_Campaign_AA19_024A
Description
Detects malware used in DNS Hijackign campaign
Query · yara
strings:
$s2 = "/Client/Login?id=" fullword ascii
$s3 = "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko" fullword ascii
$s4 = ".\\Configure.txt" fullword ascii
$s5 = "Content-Disposition: form-data; name=\"files\"; filename=\"" fullword ascii
$s6 = "Content-Disposition: form-data; name=\"txts\"" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 1000KB and 2 of them