210-250 · Question #29
Which type of attack occurs when an attacker utilizes a botnet to reflect requests off an NTP server to overwhelm their target?
The correct answer is C. distributed denial of service. Using a botnet to amplify and reflect traffic off NTP servers to overwhelm a target is a distributed denial of service attack because it originates from multiple coordinated sources.
Question
Which type of attack occurs when an attacker utilizes a botnet to reflect requests off an NTP server to overwhelm their target?
Options
- Aman in the middle
- Bdenial of service
- Cdistributed denial of service
- Dreplay
How the community answered
(45 responses)- A2% (1)
- B7% (3)
- C87% (39)
- D4% (2)
Why each option
Using a botnet to amplify and reflect traffic off NTP servers to overwhelm a target is a distributed denial of service attack because it originates from multiple coordinated sources.
A man-in-the-middle attack involves intercepting communications between two parties, not flooding a target with amplified reflection traffic.
A denial of service attack originates from a single source, whereas this scenario explicitly involves a botnet consisting of numerous distributed sources.
This describes a DDoS NTP amplification attack, which uses a botnet - a distributed network of compromised hosts - to send spoofed requests to publicly accessible NTP servers, which then reflect large responses to the victim. The distributed nature of the botnet differentiates this from a simple DoS attack, as traffic originates from many unique IP addresses simultaneously. The NTP monlist command can amplify requests by a factor of over 200x, making this a highly effective volumetric DDoS vector.
A replay attack retransmits previously captured legitimate traffic to impersonate a session, not to overwhelm a target with amplified reflected traffic.
Concept tested: DDoS NTP amplification reflection attack using botnets
Source: https://www.cisa.gov/news-events/alerts/2014/01/13/udp-based-amplification-attacks
Topics
Community Discussion
No community discussion yet for this question.