Skip to main content
T1003Credential Accesshard difficulty

OS Credential Dumping

Credential dumping harvests hashes or plaintext secrets from where the OS stores them: LSASS memory, the SAM hive, cached domain credentials, or NTDS.dit on a domain controller, with Mimikatz the canonical tool. The stolen material then fuels lateral movement and deeper access. The strongest detection is unusual process access to lsass.exe (OpenProcess with VM_READ), shadow-copy or ntds.dit access, and registry-hive exports occurring outside legitimate backup workflows.

Practice detecting OS Credential Dumping on realistic XDR, SIEM alerts in SOCSimulator Operations.

XDRSIEM

What is OS Credential Dumping?

OS Credential Dumping is documented as technique T1003 in MITRE ATT&CK® v19.1 under the Credential Access tactic. Detection requires visibility into XDR, SIEM telemetry.

Detection Strategies

The following detection strategies help SOC analysts identify OS Credential Dumping activity. These methods apply across XDR, SIEM environments and can be implemented as detection rules, correlation queries, or behavioral analytics in your security platform.

  1. 1

    Monitor for process memory access to lsass.exe from unusual processes using Windows APIs like OpenProcess with PROCESS_VM_READ access rights, which is the primary method used by Mimikatz and similar tools.

  2. 2

    Alert on the creation of LSASS memory dumps using tools like procdump, comsvcs.dll MiniDump, or direct volume shadow copy access to the NTDS.dit file on domain controllers.

  3. 3

    Detect attempts to access the SAM registry hive directly using reg save commands or shadow copy techniques that bypass file locking on the SAM database file.

  4. 4

    Monitor for execution of known credential dumping tools by file name, hash, and behavioral signature, including Mimikatz, LaZagne, Dumpert, and their renamed or recompiled variants.

  5. 5

    Alert on unusual access patterns to /etc/shadow on Linux systems, LSASS process creation with non-standard parent processes, and DCSync replication requests from non-domain controller machines.

Example Alerts

These realistic alert examples show what OS Credential Dumping looks like in your security tools. Use them to tune detection rules and train analysts to recognize true positives versus false positives in live environments.

CriticalXDR

LSASS Memory Access by Suspicious Process

Process "c:\users\temp\update.exe" attempted to open LSASS.exe memory with PROCESS_VM_READ and PROCESS_QUERY_INFORMATION access flags. This behavior is characteristic of credential dumping tools attempting to extract cached credentials from the Windows LSASS process. The accessing process has no legitimate reason to read LSASS memory and matches behavioral signatures of Mimikatz.

CriticalXDR

NTDS.dit Database Accessed via Shadow Copy

Vssadmin created a new volume shadow copy on domain controller DC-PRIMARY, followed immediately by ntdsutil.exe execution to access the NTDS.dit file from the shadow copy. This technique is used to extract the Active Directory database containing all domain account hashes without directly accessing the locked live database file.

CriticalSIEM

DCSync Attack Detected from Workstation

Active Directory replication request detected from workstation WS-HR-014 using MS-DRSR protocol. Workstations should never initiate domain controller replication. The request used the credentials of a recently compromised domain admin account to request all user account hashes from the domain controller, consistent with a DCSync attack using Mimikatz or Impacket secretsdump.

Frequently Asked Questions

How do SOC analysts detect OS Credential Dumping?
Detection centers on XDR, SIEM telemetry for the credential access phase of the attack. Monitor for process memory access to lsass.exe from unusual processes using Windows APIs like OpenProcess with PROCESS_VM_READ access rights, which is the primary method used by Mimikatz and similar tools. Alert on the creation of LSASS memory dumps using tools like procdump, comsvcs.dll MiniDump, or direct volume shadow copy access to the NTDS.dit file on domain controllers.
What does a OS Credential Dumping alert look like?
A representative XDR detection is "LSASS Memory Access by Suspicious Process" (critical severity): Process "c:\users\temp\update.exe" attempted to open LSASS.exe memory with PROCESS_VM_READ and PROCESS_QUERY_INFORMATION access flags. This behavior is characteristic of credential dumping tools attempting to extract cached credentials from the Windows LSASS process. The accessing process has no legitimate reason to read LSASS memory and matches behavioral signatures of Mimikatz.
Which tools detect OS Credential Dumping, and how can I practice?
OS Credential Dumping (T1003) is best surfaced with XDR, SIEM telemetry, which exposes the credential access signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.

Practice OS Credential Dumping in a Free Room

Investigate OS Credential Dumping on realistic SIEM, XDR, and firewall consoles, free.

Glossary

What is Brute Force Attack? SOC Glossary

A brute force attack systematically tries large numbers of username and password combinations, or decryption keys, until…

Read more
Glossary

What is MFA? SOC Glossary

Multi-Factor Authentication (MFA) requires a user to prove their identity with two or more independent factors, somethin…

Read more
Glossary

What is Lateral Movement? SOC Glossary

Lateral movement is the attack phase where adversaries expand access from an initial foothold to additional systems, usi…

Read more
Glossary

What is SIEM? SOC Glossary

Security Information and Event Management (SIEM) is a platform that aggregates, normalizes, and correlates log data from…

Read more
Career Path

SOC Analyst (Tier 1) Career Guide: Salary & Skills

Tier 1 SOC Analysts are the front line. You monitor alert queues, triage incoming detections, classify them as true or f…

Read more
Career Path

Incident Responder Career Guide: Salary & Skills

Incident Responders lead the technical response when confirmed breaches happen. You coordinate containment, run forensic…

Read more
Tool

XDR Training Console: SOCSimulator

The XDR console in SOCSimulator replicates the investigation workflow of platforms like CrowdStrike Falcon, Microsoft De…

Read more
Tool

SIEM Training Console: SOCSimulator

The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…

Read more
Comparison

SOCSimulator Vs. Letsdefend: Platform Comparison

SOCSimulator wins on operational realism. You get multi-tool shift simulation with SLA pressure, noise injection, and al…

Read more
Playbook

Lateral Movement Investigation: Investigation Playbook

When alerts indicate unusual internal connections, RDP to servers from workstations, PsExec executions, or SMB access to…

Read more
Playbook

Kerberoasting Attack Investigation: Investigation Playbook

When SIEM detects an unusual volume of Kerberos TGS ticket requests (Event ID 4769) with RC4 encryption from a single ac…

Read more
Glossary

SOC Glossary: Security Operations Terminology

Complete glossary of Security Operations Center terminology for aspiring SOC analysts.

Read more