nerdexam
GIAC

GCIH · Question #730

Which attack technique does the enabled setting in the screenshot mitigate?

The correct answer is A. LLMNR Poisoning. Disabling LLMNR via Group Policy prevents attackers from responding to broadcast name resolution queries to capture NTLMv2 credential hashes.

Incident Response & Cyber Kill Chain

Question

Which attack technique does the enabled setting in the screenshot mitigate?

Exhibit

GCIH question #730 exhibit

Options

  • ALLMNR Poisoning
  • BKeylogging
  • CDHCP Spoofing
  • DNetwork Sniffing

How the community answered

(13 responses)
  • A
    92% (12)
  • D
    8% (1)

Why each option

Disabling LLMNR via Group Policy prevents attackers from responding to broadcast name resolution queries to capture NTLMv2 credential hashes.

ALLMNR PoisoningCorrect

LLMNR is a protocol that broadcasts name resolution requests on the local network segment when DNS fails, and attackers use tools like Responder to spoof answers and capture NTLMv2 hashes from the requesting host. Disabling LLMNR via Group Policy under Computer Configuration - Administrative Templates - Network - DNS Client - Turn off multicast name resolution eliminates this broadcast attack surface entirely. This is a standard hardening control specifically recommended to prevent LLMNR poisoning.

BKeylogging

Keylogging is a local endpoint attack capturing keystrokes and is not mitigated by disabling network name resolution protocols.

CDHCP Spoofing

DHCP spoofing involves rogue DHCP servers and is mitigated by DHCP snooping on network switches, not by disabling LLMNR.

DNetwork Sniffing

Network sniffing is a passive eavesdropping technique mitigated by encryption, not by changes to name resolution settings.

Concept tested: Disabling LLMNR Group Policy to prevent credential poisoning

Source: https://learn.microsoft.com/en-us/windows-server/networking/dns/dnsserver/dns-client

Topics

#LLMNR poisoning#NBT-NS#credential theft mitigation#network hardening

Community Discussion

No community discussion yet for this question.

Full GCIH Practice