Detect LSASS credential dumping, SAM database extraction, and NTDS.dit theft (e.g. via Mimikatz) using Sysmon Event ID 10 process-access logging, Windows Security logs, and SIEM correlation rules.
Use when hunting for credential-theft activity on Windows/Active Directory hosts or triaging EDR alerts on LSASS access.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars32.4K
LicenseLICENSE
Default branchmain
Open issues20
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Version1.0
LicenseApache-2.0
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md3,396 B
docsSUMMARY.md364 B
History
First seen on skills.sh
First recorded snapshot · 101 installs
SKILL.md
Detecting Credential Dumping Techniques
Overview
Credential dumping (MITRE ATT&CK T1003) is a post-exploitation technique where adversaries extract authentication credentials from OS memory, registry hives, or domain controller databases. This skill covers detection of LSASS memory access via Sysmon Event ID 10 (ProcessAccess), SAM registry hive export via reg.exe, NTDS.dit extraction via ntdsutil/vssadmin, and comsvcs.dll MiniDump abuse. Detection rules analyze GrantedAccess bitmasks, suspicious calling processes, and known tool signatures.
When to Use
When investigating security incidents that require detecting credential dumping techniques
When building detection rules or threat hunting queries for this domain
When SOC analysts need structured procedures for this analysis type
When validating security monitoring coverage for related attack techniques
Prerequisites
Sysmon v14+ deployed with ProcessAccess logging (Event ID 10) for lsass.exe
Windows Security audit policy enabling process creation (Event ID 4688) with command line logging
Splunk or Elastic SIEM ingesting Sysmon and Windows Security logs
Python 3.8+ for log analysis
Steps
Configure Sysmon to log ProcessAccess events targeting lsass.exe
Forward Sysmon Event ID 10 and Windows Event ID 4688 to SIEM
Create detection rules for known GrantedAccess patterns (0x1010, 0x1FFFFF)
Detect comsvcs.dll MiniDump and procdump.exe targeting LSASS PID
Alert on reg.exe SAM/SECURITY/SYSTEM hive export commands
Detect ntdsutil/vssadmin shadow copy creation for NTDS.dit theft
Correlate detections with user/host context for risk scoring
Expected Output
JSON report containing detected credential dumping indicators with technique classification, severity ratings, process details, MITRE ATT&CK mapping, and Splunk/Elastic detection queries.