Terminology Index

Glossary

2953 terms

Open concept maps
L
32

LSASS

The Windows process (Local Security Authority Subsystem Service) that handles authentication and holds credentials in memory, making it a prime target for attackers who dump its memory to steal credentials.

LSASS enforces security policy and manages authentication on Windows, and because it holds credential material (hashes, tickets, sometimes passwords) in memory, attackers target it heavily: dumping LSASS memory yields credentials for lateral movement and escalation. Defenders protect LSASS (with measures like Credential Guard and LSASS protection) and watch closely for processes accessing or dumping its memory, since such access is a strong indicator of credential theft.

Introduced in: Operating Systems for Defenders

Examples

  • An attacker dumping LSASS memory to harvest credentials.
  • Using stolen LSASS credentials for lateral movement.
  • Detecting an unusual process reading LSASS memory as credential theft.