nerdexam
EC-Council

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.

Vulnerability Analysis

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)
  • A
    5% (1)
  • C
    5% (1)
  • D
    90% (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.

ATCP/UDP Port scanning

TCP/UDP port scanning is the second major phase, executed only after the host is confirmed alive.

BFirewall detection

Firewall detection occurs after port scanning reveals filtered or blocked ports, placing it later in the process.

COS Detection

OS detection depends on responses from open ports and running services, making it a downstream activity.

DChecking if the remote host is aliveCorrect

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

#vulnerability scanning#host discovery#ping sweep#scanning methodology

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice