ATT&CK coverage › Technique

OS Credential Dumping: DCSync T1003.006

Adversaries may attempt to access credentials and other sensitive information by abusing a Windows Domain Controller's application programming interface (API) to simulate the replication process from a remote domain controller using a technique called DCSync.

Events covered

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

ProviderEvent IDTitle
Sysmon1Process creation
Security-Auditing4624An account was successfully logged on.
Security-Auditing4662An operation was performed on an object.
Security-Auditing4688A new process has been created.
Security-Auditing4697A service was installed in the system.
Security-Auditing5136A directory service object was modified.
PowerShell4104Creating Scriptblock text (MessageNumber of MessageTotal).
Service-Control-Manager7045A service was installed in the system.

Authoring guide

Patterns shared across the 12 rules above: which fields they filter on, what specific values they look for, and what they exclude. Field names are normalized 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 (16 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
Properties7match 5, in 21131f6ad-9c07-11d1-f79f-00c04fc2dcd2, 1131f6aa-9c07-11d1-f79f-00c04fc2dcd2, 89e95b76-444d-4c62-991a-0facbeda640c, DS-Replication-Get-Changes-In-Filtered-Set, "*{1131f6ad-9c07-11d1-f79f-00c04fc2dcd2}*"
AccessMask5eq 50x100, "0x100"
EventID3eq 34662
user3ends_with 2, starts_with 2, eq 1$, MSOL_, NT AUT, "*$"
SubjectDomainName2eq 2Window Manager, "Window Manager"
ObjectType2in 2"%{19195a5b-6da0-11d0-afd3-00c04fd930c9}", "domainDNS"
AttributeLDAPDisplayName1eq 1nTSecurityDescriptor
AttributeValue1match 11131f6aa-9c07-11d1-f79f-00c04fc2dcd2;;S-1-5-21-, 89e95b76-444d-4c62-991a-0facbeda640c;;S-1-5-21-, 1131f6ad-9c07-11d1-f79f-00c04fc2dcd2;;S-1-5-21-
AccountType1ne 1Machine
ObjectServer1eq 1DS
ServiceFileName1match 1servpw, dumpsvc, gsecdump
ImagePath1match 1servpw, dumpsvc, gsecdump
Provider_Name1eq 1Service Control Manager
CommandLine1match 1::printnightmare, ::mstsc, ::aadcookie
ScriptBlockText1match 1-Server , -All , Get-ADReplAccount

Top indicator values (74 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.

FieldKindValueRules (here)Corpus reach
Propertiesmatch1131f6ad-9c07-11d1-f79f-00c04fc2dcd252
Propertiesmatch1131f6aa-9c07-11d1-f79f-00c04fc2dcd252
Propertiesmatch89e95b76-444d-4c62-991a-0facbeda640c52
AccessMaskeq0x10033
EventIDeq466234
PropertiesmatchDS-Replication-Get-Changes-In-Filtered-Set2
PropertiesmatchDS-Replication-Get-Changes-All2
PropertiesmatchDS-Replication-Get-Changes2
userends_with$218
userstarts_withMSOL_23
Propertiesin"*{1131f6ad-9c07-11d1-f79f-00c04fc2dcd2}*"22
ObjectTypein"%{19195a5b-6da0-11d0-afd3-00c04fd930c9}"22
Propertiesin"*{1131f6ac-9c07-11d1-f79f-00c04fc2dcd2}*"22
Propertiesin"*Replicating Directory Changes All*"22
ObjectTypein"domainDNS"22
Propertiesin"*{9923a32a-3607-11d2-b9be-0000f87a36b2}*"22
AccessMaskeq"0x100"22
Propertiesin"*Manage Replication Topology*"22
Propertiesin"*Remove Replica In Domain*"22
AttributeValuematch1131f6ad-9c07-11d1-f79f-00c04fc2dcd2;;S-1-5-21-1

Common exclusions (7 distinct)

Field/operator/value combinations that rules under this technique routinely exclude (top-level not() clauses). 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.

FieldKindValueRules excluding
userends_with$2
userstarts_withMSOL_2
SubjectUserSideq"NT AUT*"1
SubjectDomainNameeq"Window Manager"1
SubjectUserSideq"S-1-5-18"1
usereq"*$"1
src_categoryeq"domain_controller"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.

Sigma 6 rules

Elastic 3 rules

Splunk 2 rules

Kusto Query Language 1 rule