From the Field: Protected Users

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

๐Ÿ’ฅ๐Ÿฒ๐Ÿฒ.๐Ÿณ% of infrastructures I analyzed ๐—ฑ๐—ผ ๐—ป๐—ผ๐˜ ๐—ฝ๐—ฟ๐—ผ๐˜๐—ฒ๐—ฐ๐˜ ๐˜๐—ต๐—ฒ๐—ถ๐—ฟ ๐—ฝ๐—ฟ๐—ถ๐˜ƒ๐—ถ๐—น๐—ฒ๐—ด๐—ฒ๐—ฑ ๐—ฎ๐—ฐ๐—ฐ๐—ผ๐˜‚๐—ป๐˜๐˜€ on the Active Directory level.

This is aย ๐—ฐ๐—ฟ๐—ถ๐˜๐—ถ๐—ฐ๐—ฎ๐—น ๐—ด๐—ฎ๐—ฝย โ€” and one thatโ€™s surprisinglyย ๐—ฒ๐—ฎ๐˜€๐˜† ๐˜๐—ผ ๐—ณ๐—ถ๐˜….

One of the most underrated ways to harden privileged accounts is by using theย ๐—ฃ๐—ฟ๐—ผ๐˜๐—ฒ๐—ฐ๐˜๐—ฒ๐—ฑ ๐—จ๐˜€๐—ฒ๐—ฟ๐˜€ย group in Active Directory.

๐—ช๐—ต๐—ฎ๐˜ ๐—ฑ๐—ผ ๐˜†๐—ผ๐˜‚ ๐—ด๐—ฎ๐—ถ๐—ป?

โŒ NTLM authentication is blocked โ€” no NT hashes stored in memory

โŒ Plaintext passwords are not cached (Wdigest & legacy delegation)

โŒ No delegation allowed

โœ… TGTs have limited lifetime

โœ… Kerberos-only authentication (safer by design)

(check the whole list in the documentation)

๐—ฌ๐—ฒ๐˜€, ๐˜๐—ต๐—ฒ๐—ฟ๐—ฒ ๐—ฎ๐—ฟ๐—ฒ “๐—น๐—ถ๐—บ๐—ถ๐˜๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€”:

โŒ You canโ€™t authenticate over IP (NTLM fallback wonโ€™t work)

โŒ Some legacy apps or services may not support Protected Users

But the trade-off is worth it. This is ๐—น๐—ผ๐˜„-๐—ฒ๐—ณ๐—ณ๐—ผ๐—ฟ๐˜, ๐—ต๐—ถ๐—ด๐—ต-๐—ถ๐—บ๐—ฝ๐—ฎ๐—ฐ๐˜ hardening โ€” and one of the simplest ways to raise the bar for attackers.

๐Ÿ‘‰ If you havenโ€™t already โ€” audit your privileged accounts and consider moving them under the protection of this group.