During a bandwidth exhaustion incident, a network administrator inspects packet captures at the perimeter firewall. The logs show a massive influx of inbound UDP traffic on port 123 directed at an enterprise public IP address. The payload responses originate from third-party public time servers responding to spoofed commands that the target enterprise never initiated. Which of the following network attack types is being executed?
- NTP Amplification AttackAnswer
- BDNS Amplification Attack
- CARP Poisoning Attack
- DDNS Cache Poisoning
Answer
NTP Amplification Attack is being executed.
An NTP Amplification attack is a Distributed Denial of Service (DDoS) vector where attackers exploit publicly exposed Network Time Protocol (NTP) servers running on UDP port 123. By sending requests with a spoofed source IP (the victim's IP address) using commands like monlist—which returns a list of up to 600 recent clients—the attacker forces the time server to reply with a payload up to hundreds of times larger than the request. The target receives a massive wave of unsolicited responses, resulting in extreme network bandwidth exhaustion.
Step-by-Step Solution
Key Concept
NTP Amplification Attack
Estimated Time:1m 30s