cachedump
Description
Detects a tool used by APT groups - from files cachedump.exe, cachedump64.exe
Query · yara
strings:
$s1 = "Failed to open key SECURITY\\Cache in RegOpenKeyEx. Is service running as SYSTEM ? Do you ever log on domain ? " fullword ascii
$s2 = "Unable to open LSASS.EXE process" fullword ascii
$s3 = "Service not found. Installing CacheDump Service (%s)" fullword ascii
$s4 = "CacheDump service successfully installed." fullword ascii
$s5 = "Kill CacheDump service (shouldn't be used)" fullword ascii
$s6 = "cacheDump [-v | -vv | -K]" fullword ascii
condition:
(uint16(0) == 0x5a4d and filesize < 500KB and 1 of them) or (3 of them)