Kerberoasting, AS-REP roasting, password spraying, ACL abuse and the rest. What an attacker looks for in AD, and how to take it away from them.
Once an attacker is inside the network, their first objective is not data theft but domain administrator rights. Everything else follows from there: deleting backups, lateral movement, mass encryption. Active Directory is therefore not one system among many but the turning point of the attack.
This article covers the paths that lead there, and what can be done about each.
What the attacker does. Any domain user can request a service ticket (TGS) for an account with an SPN. The ticket is encrypted with the service account's password hash, so it can be cracked offline. No elevated rights are needed, and the request itself looks like normal operation.
Why it works. Service account passwords are often short, dictionary-based, and unchanged for years.
What to do:
What the attacker does. If Kerberos pre-authentication is disabled on an account, anyone can request an AS-REP response for it, which is also crackable offline. This does not even require authenticated access.
What to do. Simple: find accounts with the DONT_REQ_PREAUTH flag and re-enable pre-authentication. Typically this is a handful of legacy accounts and takes minutes. Where it genuinely cannot be re-enabled, a long random password is the answer.
What the attacker does. Rather than trying many passwords against one account (which triggers lockout), they try one or two common passwords against many accounts. Patterns like Spring2026! or company name plus year succeed surprisingly often.
What to do:
What the attacker does. AD's permission structure becomes opaque over years. An attacker looks not for a vulnerability but for a privilege chain: which account can write to a group that belongs to another group holding password reset rights over an admin.
This chain can be mapped in minutes with a graph tool (BloodHound), and such a path exists in most domains.
What to do:
AdminSDHolder and protected group membership.What the attacker does. With administrative rights on a machine they can read signed-in users' tickets and hashes from memory. If a domain admin ever signed in to that machine, the attacker inherits their rights.
What to do:
What the attacker does. Kerberos delegation lets a service act on a user's behalf. With unconstrained delegation the service receives the user's full ticket, so it can impersonate anyone who connects to it.
What to do. Find machines and accounts configured for unconstrained delegation and move them to constrained or resource-based delegation. Outside domain controllers, unconstrained delegation has no place. This is typically a handful of legacy systems, and finding them is a single query.
What the attacker does. If a certificate template lets the requester supply the subject (SAN), anyone can request a certificate identifying a domain administrator. That certificate then authenticates them as admin, without a password.
What to do. Review certificate templates: which permit arbitrary SANs, which lack an approval requirement, and which grant enrolment rights too broadly. This attack class is relatively recent, so many environments have never reviewed it at all.
What the attacker does. NTLMv1, SMBv1 and LLMNR/NBT-NS name resolution all leak or relay credentials. A device placed on the network passively harvests hashes whenever machines perform name resolution.
What to do:
If you do one thing, start with discovery: run an AD assessment using the same tools an attacker would. The result is typically a handful of concrete, fixable paths rather than hundreds of theoretical flaws.
After that, this order works:
We covered that fourth point in our SIEM deployment article, and strengthening authentication in MFA types. If you want to assess where you stand, our IT security services include AD assessment.
Comprehensive IT security services including firewalls, WAF, IPS, SIEM, DLP and endpoint protection from…
SMS, app codes, push, hardware keys: what each method protects against and what it does not, where to…
How a modern ransomware attack actually unfolds, which controls genuinely stop it, and what to do in the…
Our specialists are happy to discuss what this means in your organisation's environment.