NTLM Relay and Authentication Coercion Playbook
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_3c6cb52e/ntlm-relay-coercion-fjhm.
About this skill
Problem Scope
In network penetration testing, a common bottleneck after initial foothold is elevating from scattered low-value credentials to meaningful access. NTLM authentication may be triggered through LLMNR, NBT-NS, WPAD, or mDNS, but relayability depends on protocol signing, EPA, channel binding, and cross-protocol constraints. General models often miss these distinctions and incorrectly treat every capture as hash-cracking.
How It Works
This skill organizes the chain into practical decision points:
- Credential capture: use Responder for poisoning responses and decide between offline cracking and direct relay.
- Target selection: evaluate SMB, LDAP, LDAPS, HTTP (ADCS), MSSQL, IMAP/SMTP, and RPC for permissions, default signing, and channel binding.
- Relay execution: forward captured authentication to SMB, LDAP, ADCS, or MSSQL with tools like NTLMRelayX; combine with mitm6 where IPv6 DNS takeover is relevant.
- Authentication coercion: trigger targets to initiate NTLM via WebDAV, PetitPotam, PrinterBug, DFSCoerce, and similar methods, using WebClient to convert SMB-style coercion into an HTTP path when useful.
Boundaries and Notes
This material is for authorized red-team and penetration-testing work. In production, treat it as a detection checklist: monitor abnormal Responder traffic, cross-protocol NTLM authentications, unusual ADCS enrollment, xp_cmdshell usage, and LDAP changes related to RBCD or shadow credentials.
Use Cases
- During authorized testing, inspect LLMNR responses and decide whether Responder can capture NTLM for SMB relay.
- In red teaming, trigger WebDAV authentication and use WebClient to convert SMB-style coercion into HTTP NTLM.
- Assess LDAP signing and channel binding on DCs to decide if LDAP relay can support RBCD or shadow credentials.
- Review exposed MSSQL and determine whether captured NTLM can be relayed to SQL queries or xp_cmdshell.
Best For
- Red team engineers running internal testing: turn Responder-captured NTLM into SMB, LDAP, ADCS, or MSSQL paths.
- Detection engineers building AD defenses: extract IOCs for Responder, cross-protocol relay, and ADCS abuse.
- Security ops engineers hardening domains: check NTLM signing, EPA, channel binding, and WebDAV coercion risks.
- Offensive security engineers preparing drills: compare NTLMv1/v2, relay limits, and coercion methods.
Related Skills
Analyzes network captures from Wireshark, tcpdump, Fiddler, and Charles, then pinpoints TCP, HTTP, DNS, and TLS issues with filter expressions and remediation steps.
Detects AI-generated images from Stable Diffusion, Midjourney, and GPT-4o via Tencent Cloud image moderation and returns risk scores.
Sets up a baseline Dynamo router, enables KV-aware routing when appropriate, and smoke tests the frontend endpoint locally or on Kubernetes.
CTF cryptography quick reference for engineers covering classic, modern, RSA, ECC, stream, PRNG, and lattice attacks.