From cybersecurity-skills
Detects credential dumping techniques (LSASS access, SAM extraction, NTDS.dit theft) using Sysmon Event ID 10, Windows Security logs, and SIEM correlation rules.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersecurity-skills:detecting-credential-dumping-techniquesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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. Det...
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.
JSON report containing detected credential dumping indicators with technique classification, severity ratings, process details, MITRE ATT&CK mapping, and Splunk/Elastic detection queries.
npx claudepluginhub mukul975/anthropic-cybersecurity-skills --plugin cybersecurity-skillsDetects credential dumping techniques (LSASS access, SAM extraction, NTDS.dit theft) using Sysmon Event ID 10, Windows Security logs, and SIEM correlation rules.
Detects credential dumping techniques (LSASS, SAM, NTDS.dit) using Sysmon Event ID 10, Windows Security logs, and SIEM correlation rules for SOC investigations.
Detects LSASS credential dumping, SAM hive extraction, and NTDS.dit theft using Sysmon Event ID 10, Windows Security logs, and SIEM rules. For SOC threat hunting and detection rule building.