Notes: Part of the DNS resolution path for single-label names (fallback after DNS). Disabling LLMNR does not affect NetBIOS name resolution (NBNS/WINS)—that’s a separate stack. Minimal impact in AD with proper DNS; may affect ad-hoc peer discovery on unmanaged subnets.
Purpose: Legacy NetBIOS hostname resolution for single-label NetBIOS names used by SMB/NetBIOS apps; consulted when NetBIOS over TCP/IP is enabled (often after DNS/LLMNR).
Scope: Local subnet broadcast; not routed. If WINS is configured, clients also send unicast NBNS/WINS across subnets (not the broadcast poison surface).
Behavior: Unauthenticated; fastest reply wins; often enabled by NIC/DHCP defaults.
Typical abuse: Spoof broadcast replies (e.g., wpad, fileserver) to coerce SMB/HTTP auth; capture NetNTLM for relay/cracking.
Also remove WINS servers and disable LMHOSTS lookup.
Notes: Resolves NetBIOS names (legacy 16-byte namespace), separate from DNS/LLMNR. Disabling LLMNR alone won’t stop NBNS/WINS resolution; you must disable NetBIOS over TCP/IP per NIC. Poisoning requires same-LAN presence; WINS unicast isn’t typically poisonable. May impact legacy devices/apps; modern AD should rely on DNS.