Hardening Active Directory: 5 Key Steps Against Identity Attacks
A compromised Active Directory usually means total disaster. Attackers move laterally through the network, escalate privileges, and encrypt the entire infrastructure within hours. Yet many companies still run AD with configurations dating back to the Windows Server 2008 era. The reason? No one dares touch the production directory services. But that hesitation is exactly what makes organisations vulnerable.
According to the Microsoft Digital Defense Report 2024, multi-factor authentication blocks 99.9 percent of all automated identity-based attacks. Half of all ransomware incidents begin with a compromised AD identity. Five concrete measures can immediately shrink the attack surface – and they can be implemented without multi-month projects.
Key Takeaways
🔒 Kerberoasting and Golden-Ticket attacks hit 90 percent of AD environments with default settings
🛡 Tiered administration separates admin accounts by criticality and halts lateral movement
⚙ KRBTGT password rotation and AES enforcement close two of the most dangerous attack classes
📊 Privileged Access Workstations cost less than a single ransomware incident
🎯 Semperis data shows 68 percent of companies lack AD-specific backups
Why Active Directory remains the primary target
Active Directory manages identities, access rights, and group policies in more than 90 percent of enterprise environments worldwide. Whoever controls AD controls the network. That’s exactly what adversary groups like BlackCat, LockBit, and Cl0p know, exploiting weaknesses in Kerberos authentication, LDAP configurations, and privileged accounts.
The issue: many AD installations hail from an era when security took a back seat to functionality. Service accounts still run with Domain Admin privileges, the KRBTGT password has never been rotated since initial setup, and monitoring is limited to occasional event-log checks. This technical debt turns every such environment into an open invitation for ransomware operators.
Measure 1: Implement Tiered Administration
Microsoft’s Tiered-Administration model divides the AD environment into three security tiers: Tier 0 (domain controllers and AD infrastructure), Tier 1 (servers and applications), and Tier 2 (endpoints and users). An admin account from Tier 2 must never log on to a Tier-0 system. Simple in theory, yet rarely enforced in practice.
Start with an inventory: which accounts hold Domain Admin rights, and do they truly need them? In most environments the number of privileged accounts exceeds the necessary minimum by a factor of three to five. Every superfluous privileged account is a potential entry point.
Ready to roll: create dedicated admin accounts per tier. Block cross-tier logons via Group Policy (User Rights Assignment). Disable the built-in Administrator account and replace it with named accounts that leave a traceable audit trail.
Measure 2: Stop Kerberoasting by enforcing AES
Kerberoasting is one of the most effective attack techniques against Active Directory. Attackers request service tickets for Service Principal Names (SPNs) using a regular user account and crack the RC4-encrypted tickets offline via brute force. Because the attack leaves no suspicious events in the Security log, it often goes undetected.
The fix is straightforward: enforce AES-256 encryption for all Kerberos tickets and disable RC4. AES-encrypted tickets cannot be cracked in reasonable time with current hardware. At the same time, every service account must receive passwords of at least 25 characters; Group Managed Service Accounts (gMSA) that automatically rotate 120-character passwords are even better.
“Active Directory is the backbone of enterprise IT. When it falls, everything falls. Nine out of ten ransomware attacks compromise Active Directory as the central attack vector.”
Semperis Identity Security Research, 2024
Counterpoint: some IT teams shy away from AES enforcement for fear of compatibility issues with legacy applications. That concern is valid but solvable. Test the change in audit mode first: enable Kerberos logging (Event ID 4769) and identify systems still requesting RC4. Usually it’s fewer than expected.
Measure 3: Rotate the KRBTGT Password
The KRBTGT account signs every Kerberos ticket across the domain. Anyone who knows its password can forge Golden Tickets and authenticate as any user indefinitely. The attack survives password resets of individual accounts and even fresh server installs. Only a double rotation of the KRBTGT password closes this backdoor.
Microsoft recommends regular rotation, yet many organizations never change the KRBTGT password. A double rotation is required because Active Directory stores two password versions: the current and the previous. Only when both are replaced do stolen hashes lose their validity.
Ready to roll: change the KRBTGT password twice, with at least 12 hours between changes (the maximum ticket lifetime). Schedule quarterly rotations and perform an unscheduled rotation whenever an employee with Tier-0 access departs.
“If you don’t know when your KRBTGT password was last changed, assume an attacker already knows it.”
Microsoft Compromise Recovery Security Practice (CRSP)
Measure 4: Set Up Privileged Access Workstations
Privileged Access Workstations (PAWs) are dedicated devices used exclusively for administrative tasks on Tier-0 and Tier-1 systems. No email client, no browser, no office suite. The idea behind this: if an admin performs daily work and privileged administration on the same machine, a single phishing click is enough to steal domain admin credentials.
The cost of a PAW ranges from €1,500 to €3,000 per workstation depending on configuration. While this may sound expensive, it quickly becomes a bargain: according to a 2024 Sophos study, the average cost of cleaning up a ransomware incident is $2.73 million. A handful of hardened workstations is a rounding error in comparison.
Ready to implement now: Start with a single PAW for your most critical domain admin. Set it up as a Windows 11 machine with Credential Guard, Device Guard, and AppLocker. Allow only RDP connections to domain controllers. No internet connectivity, no USB access.
Measure 5: Establish AD-specific Backup and Recovery
Regular server backups protect files and databases, but not a functioning Active Directory. The AD database (NTDS.dit), SYSVOL, system registry, and boot configuration must be backed up consistently and together. An NTDS.dit without its corresponding SYSVOL state is useless for recovery.
Semperis, a specialist in AD security, reports in its Identity Security Study that 68 percent of surveyed companies have no dedicated AD recovery plan. These organizations would need days or weeks to restore their identity infrastructure after a total AD failure – leaving the entire business at a standstill during that time.
Ready to implement now: Implement Windows Server Backup with System State on at least two domain controllers. Store backups offline and outside the domain. Test recovery quarterly in an isolated test environment. Document the recovery process so that an external service provider can execute it.
Monitoring: The Sixth Measure That Holds It All Together
Hardening without monitoring is like a lock without an alarm system. Even after implementing all five measures, companies must continuously monitor suspicious activity in AD. Three event IDs deserve special attention: 4769 (Kerberos Service Ticket Requests, an indicator of Kerberoasting), 4672 (assignment of special privileges, detects Golden Ticket usage), and 4728/4756 (changes to privileged groups).
Tools like BloodHound visualize attack paths in AD and uncover unexpected permission chains. A weekly BloodHound scan shows whether new risky paths have emerged. Combined with a SIEM using AD-specific detection rules, this creates an early-warning system that identifies attacks before they lead to total failure.
Checklist: Active Directory Hardening in 30 Days
✅ Week 1: Inventory privileged accounts; revoke unnecessary domain admin rights
✅ Week 2: Enforce AES encryption; rotate KRBTGT password twice
✅ Week 3: Set up first PAW; enforce tiered administration via GPO
✅ Week 4: Configure AD backup with System State; test recovery; activate monitoring rules
Conclusion: Hardening Isn’t a Project – It’s an Operational State
Hardening Active Directory isn’t a one-off project with a final report and checkmarks. It’s a continuous operational state that demands regular KRBTGT rotations, ongoing monitoring, and constant cleanup of privileged accounts. The five immediate actions in this article slash the attack surface by up to 80 % within 30 days. Perfect security doesn’t exist, but every measure implemented raises the cost for attackers exponentially.
Companies starting Tier-0 hardening today are already one decisive step ahead of most competitors. The best time to begin was five years ago. The second-best time is now.
Frequently Asked Questions
Every question is locked. A tap unlocks the answer.
Our AD has run stably for 10 years. Why harden now?
Because stability isn’t the same as security. 78 % of all ransomware attacks pivot through Active Directory. Most AD environments have quietly accumulated configurations that were acceptable in 2015 but open the floodgates in 2026: lingering RC4 encryption, unrotated KRBTGT passwords, and missing tier separation.
Can we harden AD without downtime?
Yes – if you proceed incrementally. Tiered administration and PAWs can be rolled out live. Forcing AES and rotating KRBTGT require planning but can be executed during business hours. Only the AD backup test demands a controlled failover, so schedule a brief maintenance window.
Is Microsoft Defender for Identity enough for AD monitoring?
It’s sufficient as a baseline, yet blind spots remain for Kerberoasting variants and Pass-the-Hash. For organizations with more than 500 AD objects, experts recommend layering: Defender for Identity for the foundation plus a dedicated AD monitor such as Semperis Directory Services Protector or CrowdStrike Falcon Identity Protection.
What’s the cost of hardening AD for a 1,000-user company?
Tooling costs are modest: Microsoft’s built-ins cover about 60 %. Budget 2–4 weeks of an AD specialist’s time (internal or external, €8,000–€15,000) plus 2–4 hours weekly for ongoing monitoring and upkeep. The alternative? An average ransomware incident now costs IBM’s latest report €4.9 million.
Do we have to implement all five measures at once?
No. Rank by risk: rotate KRBTGT and enforce AES first (1–2 days, maximum immediate impact). Tiered administration second (1–2 weeks). PAWs and AD backup-recovery third (2–4 weeks). The 30-day checklist in the article provides the exact roadmap.
Further Reading
- API Security in the Enterprise: 5 Steps to a Robust Interface Strategy (SecurityToday)
- Managing DORA & NIS2 Compliance Overload for Financial Services (SecurityToday)
- Disaster Recovery as a Service: A Hands-on Check for Mid-market IT Teams (cloudmagazin)
- Cybersecurity Budget 2026: What the CFO Needs to Hear from the CISO (Digital Chiefs)
Featured image source: Pexels / Brett Sayles