What are the main Windows authentication protocols?
▼
Windows uses NTLM (legacy, logged as Event 4776), Kerberos (Active Directory, logged as Events 4768/4769/4771), and local SAM authentication. Each protocol has different failure events and investigation approaches.
How do I determine the root cause of authentication failures?
▼
Check the Status and Sub Status codes in Event 4625. 0xC000006D = bad username/password, 0xC000006E = account restriction, 0xC0000234 = account locked, 0xC0000072 = account disabled.
Should I alert on all authentication failures?
▼
No — some failures are normal (typos, expired passwords). Alert on patterns: more than 10 failures per account per hour, failures against privileged accounts, and failures from unexpected IPs.