FourElementSword_T9000
Description
Detects FourElementSword Malware
Query · yara
strings: $x1 = "D:\\WORK\\T9000\\" ascii $x2 = "%s\\temp\\HHHH.dat" fullword wide $s1 = "Elevate.dll" fullword wide $s2 = "ResN32.dll" fullword wide $s3 = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" fullword wide $s4 = "igfxtray.exe" fullword wide condition: ( uint16(0) == 0x5a4d and filesize < 500KB and 1 of ($x*) ) or ( all of them )