CAS-002 · Question #721
Noticing latency issues at its connection to the Internet, a company suspects that it is being targeted in a Distributed Denial of Service attack. A security analyst discovers numerous inbound…
The correct answer is D. Disable monlist on the company's NTP servers. Disabling the NTP monlist command removes the DDoS amplification attack vector while leaving NTP time synchronization fully operational, making it the least-impact mitigation.
Question
Noticing latency issues at its connection to the Internet, a company suspects that it is being targeted in a Distributed Denial of Service attack. A security analyst discovers numerous inbound monlist requests coming to the company's NTP servers. Which of the following mitigates this activity with the LEAST impact to existing operations?
Options
- ABlock in-bound connections to the company's NTP servers.
- BBlock IPs making monlist requests.
- CDisable the company's NTP servers.
- DDisable monlist on the company's NTP servers.
How the community answered
(21 responses)- A10% (2)
- B5% (1)
- C5% (1)
- D81% (17)
Why each option
Disabling the NTP monlist command removes the DDoS amplification attack vector while leaving NTP time synchronization fully operational, making it the least-impact mitigation.
Blocking all inbound connections to NTP servers would prevent clients from synchronizing time, causing authentication failures, certificate validation errors, and broad operational disruption across the network.
Blocking individual source IPs is ineffective against a distributed attack involving thousands of spoofed or botnet source addresses, and does not address the underlying monlist vulnerability that enables the amplification.
Disabling the NTP servers entirely would break time synchronization for all systems on the network, causing significant operational impact including Kerberos authentication failures and log integrity issues.
The NTP monlist command responds with up to 600 recent client entries, creating a large amplification factor that attackers exploit by spoofing victim IP addresses to flood them with traffic. Disabling monlist via 'noquery' or 'disable monitor' in the NTP configuration surgically removes this specific vulnerable command without affecting the core time synchronization function. This is the least-impact option because all legitimate NTP operations continue uninterrupted for clients across the organization.
Concept tested: NTP monlist DDoS amplification attack mitigation
Source: https://www.cisa.gov/news-events/alerts/2014/01/13/ntp-amplification-attacks-using-cve-2013-5211
Topics
Community Discussion
No community discussion yet for this question.