312-50V9 · Question #515
A distributed port scan operates by:
The correct answer is D. Having multiple computers each scan a small number of ports, then correlating the results. A distributed port scan splits scanning work across multiple hosts, each covering a subset of ports or targets, then combines results to evade per-host detection thresholds.
Question
A distributed port scan operates by:
Options
- ABlocking access to the scanning clients by the targeted host
- BUsing denial-of-service software against a range of TCP ports
- CBlocking access to the targeted host by each of the distributed scanning clients
- DHaving multiple computers each scan a small number of ports, then correlating the results
How the community answered
(19 responses)- A5% (1)
- C5% (1)
- D89% (17)
Why each option
A distributed port scan splits scanning work across multiple hosts, each covering a subset of ports or targets, then combines results to evade per-host detection thresholds.
Blocking access to scanning clients describes a defensive countermeasure taken by the target, not a characteristic of how distributed scanning is performed.
Using denial-of-service software against TCP ports describes a DoS attack, which is a distinct offensive category unrelated to port reconnaissance.
Scanning clients probing a target have no mechanism or reason to block access to that same target, making this option technically contradictory.
In a distributed port scan, multiple machines each perform a portion of the total scan - for example one host scans ports 1-1024 while another scans 1025-2048 - so no single source generates enough traffic to trigger rate-based IDS or firewall rules. The results from all participating scanners are then aggregated and correlated to produce a complete picture of the target. This technique defeats threshold-based detection by keeping each individual scanner's activity below alert levels.
Concept tested: Distributed port scanning technique and IDS evasion
Source: https://nmap.org/book/man-host-discovery.html
Topics
Community Discussion
No community discussion yet for this question.