What problem does it solve?
NTLM relay attacks let adversaries authenticate as victims without knowing passwords, and they are hard to spot in raw logs. This Skill provides a structured detection framework that correlates Windows Security Events, network traffic, and configuration audits to surface relay activity in Active Directory environments.
Core Features & Use Cases
- Event 4624 Correlation: Detect IP-to-hostname mismatches in LogonType 3 NTLM authentications using Splunk SPL and Microsoft Sentinel KQL queries.
- Poisoning and Coercion Detection: Identify Responder LLMNR/NBT-NS/mDNS poisoning and PetitPotam, DFSCoerce, or PrinterBug machine-account coercion.
- SMB/LDAP Signing and Downgrade Audits: Audit SMB signing, LDAP signing, channel binding, and NTLMv1 downgrade activity across the domain with PowerShell.
- Use Case: A threat hunter investigating anomalous authentication runs the IP-hostname mismatch query against forwarded Windows event logs, confirms a machine account authenticating from an unexpected IP, and validates SMB signing enforcement on affected servers.
Quick Start
Ask the AI to build a Splunk or Sentinel query that detects NTLM relay by finding Event 4624 LogonType 3 entries where the source IP does not match the workstation's expected address.