WiltedTulip_Zpp
Description
Detects hack tool used in Operation Wilted Tulip
Query · yara
strings:
$x1 = "[ERROR] Error Main -i -s -d -gt -lt -mb" fullword wide
$x2 = "[ERROR] Error Main -i(with.) -s -d -gt -lt -mb -o -e" fullword wide
$s1 = "LT Time invalid" fullword wide
$s2 = "doCompressInNetWorkDirectory" fullword ascii
$s3 = "files remaining ,total file save = " fullword wide
$s4 = "$ec996350-79a4-477b-87ae-2d5b9dbe20fd" fullword ascii
$s5 = "Destinition Directory Not Found" fullword wide
$s6 = "\\obj\\Release\\ZPP.pdb" ascii
condition:
uint16(0) == 0x5a4d and filesize < 30KB and ( 1 of ($x*) or 3 of them )