A security technician analyzing network packet captures following a reported credential compromise notes that multiple workstations are issuing UDP port 5355 multicast requests after failing standard DNS name resolution for local resources. Immediately following each multicast query, an unauthorized host on the local subnet returns spoofed name resolution responses, directing the victim workstations to initiate SMB authentication over TCP port 445 to the attacker's machine. Which of the following technical indicators specifically confirm the presence of this attack? Select TWO.
- Unicast UDP port 5355 responses sent by a single non-authoritative host answering broadcast requests for internal server namesAnswer
- BFrequent ICMPv6 Type 134 Router Advertisement packets altering default gateway routes across local VLAN segments
- Unsolicited SMB NTLMv2 challenge-response hash transmissions routed to an unauthorized internal IP addressAnswer
- DRepeated 802.11 management frames containing Reason Code 7 directed at authenticated wireless endpoints
Answer
The correct indicators are unicast UDP port 5355 responses sent by a non-authoritative host answering broadcast queries for internal names, and unsolicited SMB NTLMv2 challenge-response hash transmissions routed to an unauthorized internal IP address.
The scenario describes LLMNR (Link-Local Multicast Name Resolution) poisoning. When Windows clients fail standard DNS resolution, they broadcast LLMNR queries on UDP port 5355. An attacker operating a listener responds with spoofed unicast replies. When the victim client attempts to connect to the target resource via SMB, it sends its NTLMv2 challenge-response hash to the attacker's machine.
Step-by-Step Solution
Key Concept
LLMNR/NBT-NS Poisoning and Credential Harvesting Indicators
Estimated Time:1m 30s