HKTL_Amplia_Security_Tool
Description
Detects Amplia Security Tool like Windows Credential Editor
Query · yara
strings:
$a = "Amplia Security"
$c = "getlsasrvaddr.exe"
$d = "Cannot get PID of LSASS.EXE"
$e = "extract the TGT session key"
$f = "PPWDUMP_DATA"
condition:
uint16(0) == 0x5a4d and
filesize < 3000KB and (
2 of them
) or 3 of them