lsremora
Description
Detects a tool used by APT groups
Query · yara
strings:
$x1 = "Target: Failed to load primary SAM functions." fullword ascii
$x2 = "lsremora64.dll" fullword ascii
$x3 = "PwDumpError:999999" fullword wide
$x4 = "PwDumpError" fullword wide
$x5 = "lsremora.dll" fullword ascii
$s1 = ":\\\\.\\pipe\\%s" fullword ascii
$s2 = "x%s_history_%d:%d" fullword wide
$s3 = "Using pipe %s" fullword ascii
condition:
(uint16(0) == 0x5a4d and filesize < 200KB and 1 of ($x*)) or (3 of them)