How can defenders detect and prevent the misuse of Password Filter DLLs?
Defenders should monitor `%windir%\system32\` for suspicious DLLs (especially recently added ones), check the `Notification Packages` registry key for unknown entries, and enable [Additional LSA Protection](/news/configure-additional-lsa-protection-to-monitor-password-filter-dll) to prevent unauthorized LSA plug-ins. Regularly auditing password change events and using file integrity monitoring can also help. Attackers must already have admin privileges, so enforcing least privilege is critical.
Related article:
Application of Password Filter DLL in Penetration Testing