From cybersecurity-skills
Detects NTLM relay attacks by analyzing Windows Event 4624 logon type 3 with NTLMSSP, checking IP-hostname mismatches, Responder signatures, SMB signing status, and suspicious auth patterns across the domain.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersecurity-skills:hunting-for-ntlm-relay-attacksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
NTLM relay attacks intercept and forward NTLM authentication messages to gain unauthorized access to network resources. Attackers use tools like Responder for LLMNR/NBT-NS poisoning and ntlmrelayx for credential relay. This skill detects relay activity by querying Windows Security Event 4624 (successful logon) for type 3 network logons with NTLMSSP authentication, identifying mismatches between...
NTLM relay attacks intercept and forward NTLM authentication messages to gain unauthorized access to network resources. Attackers use tools like Responder for LLMNR/NBT-NS poisoning and ntlmrelayx for credential relay. This skill detects relay activity by querying Windows Security Event 4624 (successful logon) for type 3 network logons with NTLMSSP authentication, identifying mismatches between WorkstationName and source IpAddress, detecting rapid multi-host authentication from single accounts, and auditing SMB signing configuration across domain hosts.
JSON report with suspected relay events, IP-hostname correlation anomalies, SMB signing audit results, and MITRE ATT&CK mapping to T1557.001.
npx claudepluginhub costrict-plugins-repo/mukul975-anthropic-cybersecurity-skills-cybersecurity-skillsDetects NTLM relay attacks via Windows Security Event 4624 LogonType 3 correlation, IP-to-hostname mismatches, Responder/LLMNR poisoning, SMB/LDAP signing audits, and NTLMv2-to-v1 downgrades in Active Directory.
Detects NTLM relay attacks via Windows Security Event 4624 LogonType 3 correlation, IP-to-hostname mismatches, Responder/LLMNR poisoning, SMB/LDAP signing audits, and NTLMv2-to-v1 downgrades in Active Directory.
Detects NTLM relay attacks by correlating Windows Security Event 4624 LogonType 3 logs for IP-to-hostname mismatches, Responder artifacts, SMB/LDAP signing gaps, and NTLM downgrade from v2 to v1. For threat hunters and SOC analysts investigating credential relay in Active Directory.