nerdexam
EC-Council

312-50V12 · Question #318

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 initiate their process by confirming the liveness of target hosts, ensuring subsequent resource-intensive scans are directed only at active network devices.

Submitted by lucia.co· Mar 4, 2026Reconnaissance Techniques

Question

Which is the first step followed by Vulnerability Scanners for scanning a network?

Options

  • AOS Detection
  • BFirewall detection
  • CTCP/UDP Port scanning
  • DChecking if the remote host is alive

How the community answered

(48 responses)
  • A
    2% (1)
  • C
    4% (2)
  • D
    94% (45)

Why each option

Vulnerability scanners initiate their process by confirming the liveness of target hosts, ensuring subsequent resource-intensive scans are directed only at active network devices.

AOS Detection

OS detection is a later stage in vulnerability scanning, occurring after a host is confirmed alive and its open ports are identified, as it relies on service banners and network responses.

BFirewall detection

Firewall detection is typically integrated into the port scanning or service fingerprinting phases, rather than being the very first step before host liveness is established.

CTCP/UDP Port scanning

TCP/UDP port scanning is a subsequent step that follows host discovery, as it is only efficient and logical to scan ports on a host that has already been identified as alive.

DChecking if the remote host is aliveCorrect

Before any deeper analysis, a vulnerability scanner must first determine if a target host is active and reachable on the network through a process known as host discovery or host probing. This initial step, often involving ICMP echo requests or ARP pings, prevents the scanner from expending resources on offline or non-existent systems.

Concept tested: Vulnerability scanning phases; Host discovery

Source: https://nmap.org/book/man-host-discovery.html

Topics

#vulnerability scanning#host discovery#network scanning phases#reconnaissance

Community Discussion

No community discussion yet for this question.

Full 312-50V12 Practice