WiltedTulip_Tools_back
Description
Detects Chrome password dumper used in Operation Wilted Tulip
Query · yara
strings:
$x1 = "%s.exe -f \"C:\\Users\\Admin\\Google\\Chrome\\TestProfile\" -o \"c:\\passlist.txt\"" fullword ascii
$x2 = "\\ChromePasswordDump\\Release\\FireMaster.pdb" ascii
$x3 = "//Dump Chrome Passwords to a Output file \"c:\\passlist.txt\"" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 2000KB and 1 of them )