OS Credential Dumping: NTDS T1003.003

Tactic: Credential Access

Adversaries may attempt to access or create a copy of the Active Directory domain database in order to steal credential information, as well as obtain other information about domain members such as devices, users, and access rights. By default, the NTDS file (NTDS.dit) is located in %SystemRoot%\NTDS\Ntds.dit of a domain controller.

Events covered

12 catalog events are tagged with this technique by at least one rule.

Authoring guide

Patterns shared across the 58 rules above: which fields they filter on, what specific values they look for, and what they exclude. The catalog normalizes field names across vendors so Sigma's Image, Elastic's process.name, and Splunk's process_name collapse into one row. Each rule contributes at most once per row.

Fields filtered most (25 distinct)

The fields most rules look at when detecting this technique. The How column shows the operators authors use (eq, wildcard, regex_match, match) and how often each appears. Sample values are concrete examples to start from, not an exhaustive list.

FieldRulesHowSample values
CommandLine35contains 20, regex_match 13, wildcard 2(?i)ntds\.dit, create, (?i)(ac\s+i\s+ntds.+create\s+full)|(copy\s+.+?ntds\.dit)|..., \config\sam, \config\security
EventID19eq 191, 4688, 4104, 4103, 216
process_name16eq 10, regex_match 4, match 2cmd.exe, (?i)adexplorer(64)?|adexp\.exe, powershell.exe, (?i)\x5c(apache|tomcat|appdata|temp|perflogs|public|downl..., ntdsutil.exe
OriginalFileName13eq 12, in 2cmd.exe, powershell.exe, wbadmin.exe, ntdsutil.exe, pwsh.dll
Image11ends_with 11, contains 2\ntdsutil.exe, \appdata\, \wbadmin.exe, \apache, \cmd.exe
TargetFilename6ends_with 5, contains 1, regex_match 1\ntds.dit, .ntds.cleartext, \.dit$, \all.cab, \cachedump.exe
Type5eq 5
event.type5eq 4, ne 1start, deletion
process.args4contains 3, eq 3, starts_with 1, wildcard 1-attach, -dumpFull, -ma, /d, /vss
ParentImage2contains 2, ends_with 1\apache, \appdata\, \cscript.exe, \perflogs\
RelativeTargetName2contains 2, eq 1.tmp, Windows\NTDS\ntds.dit, Windows\System32\config\SAM, Windows\System32\config\SECURITY, system32\
ScriptBlockText2contains 1, in 1).create(, clientaccessible, invoke-ninjacopy, stealthclosefile, stealthclosefiledelegate
name2contains 1, ends_with 1, eq 1.tmp, \hiberfil, \lsass, \mimidrv, system32\
parent_process_name2match 2(?i)\x5c(apache|tomcat|AppData|Temp|PerfLogs|Public|Downl...
Data1contains 1ntds.dit

Top indicator values (266 distinct)

Specific (field, operator, value) combinations the rules check for, ranked by how many rules under this technique use each one. The Corpus reach column counts how many rules across the entire catalog (any technique) check the same combination. High numbers point to widely-used indicators that are likely noisy on their own; combine them with another condition for useful signal. Blank means the combination is specific to rules under this technique. Click a value to expand the rules under this technique that use it.

FieldKindValueRules (here)Corpus reach
EventIDeq
1
7237
EventIDeq
4688
7313
EventIDeq
4104
3268
EventIDeq
4103
2105
CommandLinecontains
\windows\ntds\ntds.dit
55
CommandLinecontains
create
524
CommandLinecontains
\config\sam
44
CommandLinecontains
\config\security
44
CommandLinecontains
\config\system
33
CommandLinecontains
harddiskvolumeshadowcopy
33
CommandLinecontains
mklink
23
CommandLinecontains
ntds
22
CommandLinecontains
ntds.dit
22
CommandLinecontains
shadow
27
CommandLinecontains
shadowcopy
26
CommandLineregex_match
(?i)ntds\.dit
44
CommandLineregex_match
(?i)(ac\s+i\s+ntds.+create\s+full)|(copy\s+.+?ntds\.dit)|(activate\s+instance...
33
CommandLineregex_match
(?i)(esentutl|\.exe)\"?\s.*\/y\s.*\/d\s
22
CommandLineregex_match
(?i)snapshot\s
22
event.typeeq
start
4606
process_nameeq
cmd.exe
477
process_nameeq
powershell.exe
3104
Imageends_with
\ntdsutil.exe
35
Imageends_with
\powershell.exe
2182
OriginalFileNameeq
wbadmin.exe
310
process_nameregex_match
(?i)adexplorer(64)?|adexp\.exe
33
Imagecontains
\appdata\
27
Imagecontains
\perflogs\
25
Imagecontains
\public\
22
Imagecontains
\temp\
24

Exclusions (3 distinct)

Field/operator/value combinations excluded by rules under this technique (top-level not() clauses), sorted by how many rules exclude each. These are the false-positive paths the community has learned to filter out. A new rule that ignores the high-count entries here will likely fire on the same noisy paths. Click a value to expand the rules under this technique that exclude it.

FieldKindValueRules excluding
ScriptBlockTexteq
powersploitindicators
1
ScriptBlockTexteq
sentinelbreakpoints
1
ScriptBlockTexteq
set-psbreakpoint
1

Rules under this technique

Every rule in the catalog tagged with this technique, grouped by vendor. Click a rule title for its full predicates, exclusions, and indicators.

Platform (all)
Domain (all)

Sigma 26 rules

Elastic 6 rules

Splunk 24 rules

YARA-L 2 rules