Skip to main content

Overview

LSASS (Local Security Authority Subsystem Service) holds credentials in memory. When Mimikatz is blocked by AV/EDR, use these alternatives to dump LSASS and extract credentials offline.

comsvcs.dll (LOLBIN)

Built-in Windows DLL. No download needed.

Find LSASS PID

Dump

Requires SeDebugPrivilege. Run from elevated prompt.

ProcDump (Sysinternals)

Microsoft-signed binary — often whitelisted by AV.

Dump

By PID


Task Manager (GUI)

If RDP access is available:
  1. Open Task Manager
  2. Details tab
  3. Right-click lsass.exeCreate dump file
  4. File saved to C:\Users\%USERNAME%\AppData\Local\Temp\lsass.DMP

Direct Syscalls — nanodump

Avoids API hooking by using direct syscalls. Effective against EDR.

PPLdump (Protected Process Light)

If LSASS runs as PPL (Protected Process Light):

Silent Process Exit (Abuse Windows Error Reporting)

Configure WER to dump LSASS on “exit”:

Extract Credentials from Dump (Attacker)

Mimikatz (Offline)

pypykatz (Python — No Windows Needed)

Extract Only NTLM Hashes


Quick Reference