Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

🏠 Back to Blog

Windows Security

Notes on Windows authentication, credential attacks, and lateral movement techniques.

Directory map

Summary

Windows authentication relies on two primary protocols: NTLM (challenge-response, used for legacy and local auth) and Kerberos (ticket-based, preferred in domain environments). Understanding the logon flow — from the winlogon process through LSASS to the authentication packages — is essential for both offensive and defensive work.

Credential-based lateral movement attacks exploit Windows authentication mechanisms without requiring plaintext passwords. Pass the Hash reuses NTLM hashes to authenticate to remote services. Pass the Ticket imports stolen Kerberos tickets (.kirbi) to impersonate users. Pass the Certificate leverages X.509 certificates obtained through AD CS exploitation or Shadow Credentials attacks to request TGTs via PKINIT.