Terminology Index
Glossary
2953 terms
LSASS Memory Dumping Detection
Detecting attempts to dump the memory of the Windows LSASS process, a strong sign of credential theft, by monitoring for suspicious processes accessing LSASS or known dumping techniques.
Because dumping LSASS memory is a primary way attackers steal Windows credentials, detecting it is high-value. Detection watches for processes opening LSASS with suspicious access rights, known dumping tools and techniques, or creation of memory-dump files of LSASS, mapped to the relevant ATT&CK technique. Built on endpoint process and handle telemetry, it catches credential theft in progress, and tuning matters because some legitimate tools also access LSASS.
Introduced in: Writing Detections with ATT&CK
Examples
- Alerting when a process opens LSASS with memory-read access.
- Detecting a known LSASS-dumping tool or technique.
- Flagging creation of an LSASS memory-dump file.
