Why this setting matters
LSASS is the process Windows uses to validate logins, enforce security policies, and store credentials in memory. Without LSA protection, any process running with sufficient privileges can read LSASS memory and extract password hashes, Kerberos tickets, and NTLM credentials.
- Credential theft is the number one enabler of lateral movement — once an attacker has hashes, they can authenticate as any user whose credentials were in memory.
- LSA protection uses Protected Process Light (PPL) to ensure only digitally signed, trusted code can interact with LSASS — blocking unsigned tools entirely.
- Unlike the ASR credential stealing rule (which blocks specific behaviours), LSA protection is an OS-level enforcement that applies regardless of which tool an attacker uses.