KeeThief_PS
Description
Detects component of KeeTheft - KeePass dump tool - file KeeThief.ps1
Query · yara
strings:
$x1 = "$WMIProcess = Get-WmiObject win32_process -Filter \"ProcessID = $($KeePassProcess.ID)\"" fullword ascii
$x2 = "if($KeePassProcess.FileVersion -match '^2\\.') {" fullword ascii
condition:
(uint16(0) == 0x7223 and
filesize < 1000KB and
(1 of ($x*))
)