KeeTheft_EXE
Description
Detects component of KeeTheft - KeePass dump tool - file KeeTheft.exe
Query · yara
strings:
$x1 = "Error: Could not create a thread for the shellcode" fullword wide
$x2 = "Could not find address marker in shellcode" fullword wide
$x3 = "GenerateDecryptionShellCode" fullword ascii
$x4 = "KeePassLib.Keys.KcpPassword" fullword wide
$x5 = "************ Found a CompositeKey! **********" fullword wide
$x6 = "*** Interesting... there are multiple .NET runtimes loaded in KeePass" fullword wide
$x7 = "GetKcpPasswordInfo" fullword ascii
condition:
(uint16(0) == 0x5a4d and filesize < 200KB and 2 of them)