TidePool_Malware
Description
Detects TidePool malware mentioned in Ke3chang report by Palo Alto Networks
Query · yara
strings: $x1 = "Content-Disposition: form-data; name=\"m1.jpg\"" fullword ascii $x2 = "C:\\PROGRA~2\\IEHelper\\mshtml.dll" fullword wide $x3 = "C:\\DOCUME~1\\ALLUSE~1\\IEHelper\\mshtml.dll" fullword wide $x4 = "IEComDll.dat" fullword ascii $s1 = "Content-Type: multipart/form-data; boundary=----=_Part_%x" fullword wide $s2 = "C:\\Windows\\System32\\rundll32.exe" fullword wide $s3 = "network.proxy.socks_port\", " fullword ascii condition: ( uint16(0) == 0x5a4d and filesize < 200KB and ( 1 of ($x*) ) ) or ( 4 of them )