During a security incident investigation, a network analyst reviews packet captures from an ongoing Distributed Denial of Service (DDoS) event targeting an enterprise's web server. The logs reveal a high volume of inbound UDP traffic originating from standard network management servers on external networks. The attacker initiated this traffic by transmitting small query packets with a forged source IP address matching the victim's public server, inducing the external servers to transmit significantly larger response payloads back to the victim. Which of the following attack vectors is being executed in this scenario?
- AARP Cache Poisoning Attack
- NTP Reflection and Amplification AttackAnswer
- CDNS Resource Record Poisoning Attack
- DTCP SYN Flood Attack over Port 123
Answer
NTP Reflection and Amplification Attack
The scenario describes an amplification and reflection DDoS attack. The attacker sends small UDP requests (such as NTP monlist queries) with a spoofed source IP address corresponding to the victim's IP. The open third-party servers reply to the victim with significantly larger payloads, reflecting and amplifying the attack volume.
Step-by-Step Solution
Key Concept
NTP Reflection and Amplification Attack Mechanics