Start with Identity
Control · 4 briefs

Attacks on directory and trust

Techniques that go after the directory itself: Kerberos ticket forgery, certificate services, federation trust, and forest-to-forest compromise. When these fall, everything that trusts them falls with them.

Why this control fails

A directory is a trust anchor, so a bug in Kerberos ticket validation, PKINIT certificate mapping, or federation trust configuration does not compromise one account, it compromises the assumption every downstream system relies on. The 2024-2026 run of Active Directory Certificate Services and PAC validation issues showed the same pattern as SAML signature wrapping: a service checks one part of a credential and trusts another part it never verified. Constrained delegation and forest trusts extend that risk across boundaries, so a weakness patched on one domain controller can still be exploited through a trust path to a domain that has not been patched yet.

What security people should do

  • Enforce strong certificate mapping on every domain controller and audit NTAuth and certificate templates for the escalation paths that let a certificate mint a ticket.
  • Patch Kerberos-related domain controller updates as a single train across the whole forest, not one domain controller at a time.
  • Alert on unexpected service principal name writes and non-standard SPN characters, and restrict who can create or edit them.
  • Inventory and prune constrained delegation and cross-forest trust paths that a modern authentication flow could replace.

Techniques in this category

Seeing this attack in production and have a detection idea we should add? Email [email protected] or volunteer as a CVE Analyst.