WPR_loader_EXE
Description
Windows Password Recovery - file loader.exe
Query · yara
strings:
$s1 = "Failed to get system process ID" fullword wide
$s2 = "gLSASS.EXE" fullword wide
$s3 = "WriteProcessMemory failed" fullword wide
$s4 = "wow64 process NOT created" fullword wide
$s5 = "\\ast.exe" wide
$s6 = "Exit code=%s, status=%d" fullword wide
$s7 = "VirtualProtect failed" fullword wide
$s8 = "nSeDebugPrivilege" fullword wide
condition:
(uint16(0) == 0x5a4d and filesize < 100KB and 3 of them)