Active Directory attack paths and defences – Secured Me

Active Directory attack paths and defences

Kerberoasting, AS-REP roasting, NTLM relay, and Golden Tickets explained – plus the tiering and hardening that actually stops them.

Active Directory (AD) is still the identity backbone of most enterprises, and almost every serious intrusion ends up going through it. The protocols it relies on — Kerberos, NTLM, LDAP — were designed in an era when "inside the network" meant "trusted", and attackers have spent twenty years building polished tooling (Rubeus, Mimikatz, Impacket, BloodHound) to abuse that assumption. Understanding the most common AD attack paths, and the handful of controls that genuinely disrupt them, is one of the highest-impact things a Windows-focused security team can do.

The protocols attackers care about

A few primitives appear in almost every AD attack.

BloodHound's success comes from turning these readable LDAP relationships into a graph of "who can ultimately become Domain Admin", which is exactly how attackers think.

Common attack paths

Most real-world AD compromises chain a few of these together.

The pattern is the same: low-privileged foothold → enumerate with BloodHound → find a misconfiguration or weak credential → escalate to Domain Admin.

Tiering: the single highest-impact control

Microsoft's Enterprise Access Model (and the older "tier model") is the foundational defence. The idea is simple: never expose high-privilege credentials to lower-trust systems.

The rule is one-way: high tiers can administer low ones, low tiers can never authenticate up. The moment a Domain Admin logs into a normal workstation to "quickly fix something", that workstation is now Tier 0 and any local compromise gives away the kingdom. Enforcing tiering with separate accounts, Privileged Access Workstations (PAWs), and authentication silos / Protected Users group breaks the most common escalation paths cold.

Hardening that actually moves the needle

Beyond tiering, a focused checklist disrupts the techniques above.

Detection: what to log and what to alert on

AD attacks leave traces if you collect the right logs. Ship security event logs from all DCs, all member servers, and ideally workstations into a SIEM, with retention measured in months.

Pair detections with a clear playbook: rotate KRBTGT, force resets of affected service accounts, revoke certificates, and review tier boundaries. AD compromise is rarely subtle once you know what to look for — the work is in collecting the logs and writing the rules before you need them.