dcsync
Identify Active Directory principals with GetChanges and GetChangesAll permissions to expose accounts capable of domain replication attacks.
Instructions
Principals that can DCSync a domain (GetChanges + GetChangesAll). (requête vérifiée)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | dcsync | |
| cy | No | MATCH (d:Domain) MATCH (n)-[:GetChanges]->(d) MATCH (n)-[:GetChangesAll]->(d) RETURN DISTINCT n.name AS principal, d.name AS domain ORDER BY domain, principal |