Skip to content
← RegistryDossier · 7 steps · 6 edges

Unconstrained delegation → Capture DC TGT → DCSync

Compromise a host with TRUSTED_FOR_DELEGATION, coerce a DC to authenticate to it, harvest the DC's TGT from its LSASS, then DCSync.

Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll

§ Context

Assumed environment: at least one non-DC server in the domain has unconstrained delegation enabled, and the attacker has local admin on it (or can reach it via lateral movement).

§ Steps

  1. 01
    Local admin on delegation hostInitial Access
    T1078Valid Accounts
  2. 02
    Extract DC$ TGTLateral Movement
    AD-UNC-DELUnconstrained Delegation Abuse
  3. 03
    Run Rubeus monitor / harvesterLateral Movement
    AD-UNC-DELUnconstrained Delegation Abuse

    Rubeus.exe monitor /interval:1 — wait for inbound TGTs.

  4. 04
    Pass-the-Ticket as DC$Lateral Movement
    T1550.003Pass the Ticket
  5. 05
    Find hosts with TRUSTED_FOR_DELEGATIONDiscovery
    AD-BLOODHOUNDBloodHound / SharpHound Enumeration
  6. 06
    Coerce DC to authenticateInitial Access
    AD-COERCEAuthentication Coercion

    PetitPotam / SpoolSample to the delegation host.

  7. 07
    DCSyncCredential Access
    T1003.006DCSync

§ References

§ Frequently asked

What is the "Unconstrained delegation → Capture DC TGT → DCSync" attack path?
Compromise a host with TRUSTED_FOR_DELEGATION, coerce a DC to authenticate to it, harvest the DC's TGT from its LSASS, then DCSync. It chains 7 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Local admin on delegation host (T1078) — a initial access primitive. Assumed environment: at least one non-DC server in the domain has unconstrained delegation enabled, and the attacker has local admin on it (or can reach it via lateral movement).
What is the final impact of this kill-chain?
The final step lands on DCSync (T1003.006), which falls under Credential Access. From here, an operator typically pivots into post-exploitation or maintains persistence.
How can defenders detect or prevent this attack?
Detection and prevention vary per step. Refer to each linked MITRE ATT&CK entry under "References" — every technique on that page lists defensive controls, detection telemetry, and known threat-actor usage.

§ Related dossiers