312-50V11 · Question #30
Which is the first step followed by Vulnerability Scanners for scanning a network?
The correct answer is D. Checking if the remote host is alive. Vulnerability scanners must confirm a target host is reachable before any deeper analysis can occur. Host discovery is always the first phase of a network scanning workflow.
Question
Which is the first step followed by Vulnerability Scanners for scanning a network?
Options
- ATCP/UDP Port scanning
- BFirewall detection
- COS Detection
- DChecking if the remote host is alive
How the community answered
(21 responses)- A5% (1)
- C5% (1)
- D90% (19)
Why each option
Vulnerability scanners must confirm a target host is reachable before any deeper analysis can occur. Host discovery is always the first phase of a network scanning workflow.
TCP/UDP port scanning is the second major phase, executed only after the host is confirmed alive.
Firewall detection occurs after port scanning reveals filtered or blocked ports, placing it later in the process.
OS detection depends on responses from open ports and running services, making it a downstream activity.
Before port scanning, firewall detection, or OS fingerprinting can take place, the scanner must verify the remote host is alive and responsive, typically via ICMP echo requests or TCP probes. Attempting any subsequent phase against an unreachable host wastes resources and yields no data. Host discovery is therefore the mandatory first step in every vulnerability scanning methodology.
Concept tested: Vulnerability scanner reconnaissance phase ordering
Source: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-115.pdf
Topics
Community Discussion
No community discussion yet for this question.