05/20/2026
9:00:00 AM, we connected to the network.
9:00:11 AM, we walked away with six domain credential hashes belonging to three separate users.
Eleven seconds. A Monday morning. Before anyone had finished their first cup of coffee.
The technique is LLMNR / NBT-NS poisoning. NBT-NS goes back to the late 1980s and LLMNR to 2007, yet both remain enabled out of the box on every current Windows release, Windows 11 24H2 and Windows Server 2025 included, and we encounter them on internal assessments week after week.
Nothing fancy is required. Drop a laptop onto any available network jack (a conference room, a vacant cubicle, the wall port in the lobby), launch Responder, and sit back. Whenever a Windows host fails to resolve a name through DNS (a typo, an outdated mapped drive, a retired server, a WPAD query, a dead shortcut, or an entry lingering in Office's "Recent Files"), it broadcasts asking the local network for help. Responder happily replies. The Windows client then willingly hands its logged-in user's NTLMv2 credentials over to whatever machine responded.
What happens to those hashes next:
- They get cracked offline (hashcat, mode 5600). During the last engagement, we pulled Domain Admin out of a single captured LLMNR hash using off-the-shelf hardware.
- They get relayed live through ntlmrelayx. A single grabbed authentication produced SAM hash dumps from seven hosts inside the environment. The hash was simply passed along; nothing was cracked; no vulnerability was exploited.
- They get correlated. Hashes we never crack still expose usernames, which machines map to which users, patterns of network behavior, and which accounts hold admin rights based on which relays succeed.
The mitigation has been documented publicly for more than ten years. Yet we keep discovering LLMNR / NBT-NS turned on in roughly nine out of every ten environments we review.
The complete breakdown, covering the Responder switches we used, the NetNTLMv2 capture itself, both the cracking and relaying workflows, the telltale defender-side indicator (Event 3012 in the `Microsoft-Windows-DNS-Client/Operational` log channel), and the full set of GPO, registry, and DHCP fixes, is linked in the comments.
How recently has anyone verified that your network is only replying to the hosts it's supposed to?