From the Field: AD CS

๐Ÿ”Ž ๐—™๐—ฟ๐—ผ๐—บ ๐˜๐—ต๐—ฒ ๐—™๐—ถ๐—ฒ๐—น๐—ฑ: Real-World Findings from Security Assessments

๐Ÿ’ฅ ๐—ข๐˜ƒ๐—ฒ๐—ฟ ๐Ÿฒ๐Ÿฌ% of the infrastructures Iโ€™ve assessed ๐—ฑ๐—ผ ๐—ป๐—ผ๐˜ ๐—ณ๐—ผ๐—น๐—น๐—ผ๐˜„ ๐—ฏ๐—ฒ๐˜€๐˜ ๐—ฝ๐—ฟ๐—ฎ๐—ฐ๐˜๐—ถ๐—ฐ๐—ฒ๐˜€ for ๐—”๐—ฐ๐˜๐—ถ๐˜ƒ๐—ฒ ๐——๐—ถ๐—ฟ๐—ฒ๐—ฐ๐˜๐—ผ๐—ฟ๐˜† ๐—–๐—ฒ๐—ฟ๐˜๐—ถ๐—ณ๐—ถ๐—ฐ๐—ฎ๐˜๐—ฒ ๐—ฆ๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฐ๐—ฒ๐˜€ (AD CS).

And thatโ€™s a ๐—ฏ๐—ถ๐—ด ๐—ฑ๐—ฒ๐—ฎ๐—น.

In many of these environments, AD CS is a ticking time bomb โ€” a single misconfiguration can lead to the compromise of the entire domain.

๐Ÿ› ๏ธ ๐—–๐—ผ๐—บ๐—บ๐—ผ๐—ป ๐— ๐—ถ๐˜€๐˜€๐˜๐—ฒ๐—ฝ: ๐—ฆ๐—ถ๐—ป๐—ด๐—น๐—ฒ-๐—ง๐—ถ๐—ฒ๐—ฟ ๐—›๐—ถ๐—ฒ๐—ฟ๐—ฎ๐—ฟ๐—ฐ๐—ต๐˜†

Many organizations still run AD CS with a single CA that acts as both the Root and Issuing CA โ€” often installed on a Domain Controller. Thatโ€™s a dangerous setup.

โœ… ๐—•๐—ฒ๐˜€๐˜ ๐—ฝ๐—ฟ๐—ฎ๐—ฐ๐˜๐—ถ๐—ฐ๐—ฒ:

Use a two-tier hierarchy:

๐Ÿ”นOffline Standalone Root CA

๐Ÿ”นOnline Enterprise Issuing CA

This setup dramatically reduces your risk and provides better recovery and separation of duties.

๐ŸŽฏ ๐—ฆ๐—ฒ๐—ฐ๐˜‚๐—ฟ๐—ถ๐˜๐˜† ๐—ป๐—ฒ๐—ฒ๐—ฑ๐˜€ ๐˜ƒ๐—ฎ๐—ฟ๐˜† ๐—ฏ๐˜† ๐˜‚๐˜€๐—ฒ ๐—ฐ๐—ฎ๐˜€๐—ฒ

If you’re only issuing one internal web cert, fine โ€” but if you’re using AD CS for:

๐Ÿ”ธSmart card logon

๐Ÿ”ธAuthentication across services

๐Ÿ”ธ802.1X

๐Ÿ”ธVPNs

๐Ÿ”ธS/MIME

๐Ÿ”ธApplication identities

… then youโ€™re in ๐—ฑ๐—ฒ๐—ฒ๐—ฝ ๐˜„๐—ฎ๐˜๐—ฒ๐—ฟ ๐—ถ๐—ณ ๐˜†๐—ผ๐˜‚๐—ฟ ๐—–๐—” ๐—ถ๐˜€ ๐—ฐ๐—ผ๐—บ๐—ฝ๐—ฟ๐—ผ๐—บ๐—ถ๐˜€๐—ฒ๐—ฑ or misconfigured.

๐Ÿ” ๐—”๐—ฑ๐—ฑ๐—ถ๐˜๐—ถ๐—ผ๐—ป๐—ฎ๐—น ๐—ฏ๐—ฒ๐˜€๐˜ ๐—ฝ๐—ฟ๐—ฎ๐—ฐ๐˜๐—ถ๐—ฐ๐—ฒ๐˜€ ๐˜๐—ผ ๐—ถ๐—บ๐—ฝ๐—น๐—ฒ๐—บ๐—ฒ๐—ป๐˜:

๐Ÿ”นUse a Hardware Security Module (HSM) to protect your CAโ€™s private keys

๐Ÿ”นImplement Role-Based Access Control for CA management (CA Admins, Certificate Managers, etc.)

๐Ÿ”นDeploy your issuing CA on Server Core to reduce attack surface

๐Ÿ”นWatchout for out for ESC misconfigurations

๐Ÿ‘‰ Howโ€™s your AD CS setup looking?