nerdexam
GIAC

GPEN · Question #147

John works as a professional Ethical Hacker. He is assigned a project to test the security of connected to the server or not. Which of the following will he use to ping these computers?

The correct answer is C. Ping sweeping. Ping sweeping sends ICMP echo requests to a range of IP addresses simultaneously to discover which hosts are live on a network.

Penetration Testing Foundations & Reconnaissance

Question

John works as a professional Ethical Hacker. He is assigned a project to test the security of connected to the server or not. Which of the following will he use to ping these computers?

Options

  • APING
  • BTRACEROUTE
  • CPing sweeping
  • DNETSTAT

How the community answered

(37 responses)
  • A
    5% (2)
  • B
    16% (6)
  • C
    70% (26)
  • D
    8% (3)

Why each option

Ping sweeping sends ICMP echo requests to a range of IP addresses simultaneously to discover which hosts are live on a network.

APING

The PING command tests connectivity to a single specified host and cannot efficiently probe an entire range of IP addresses to discover multiple live hosts.

BTRACEROUTE

TRACEROUTE maps the network path and hop-by-hop routing between the source and a single destination; it does not test multiple hosts for connectivity.

CPing sweepingCorrect

Ping sweeping is a reconnaissance technique that automates the process of sending ICMP echo request packets to multiple IP addresses across a subnet or range. It allows an ethical hacker to quickly map which hosts are online and reachable without manually pinging each address one at a time. Tools such as Nmap and fping are commonly used to perform ping sweeps during the network discovery phase.

DNETSTAT

NETSTAT displays current network connections, routing tables, and interface statistics on the local machine and does not send probes to discover remote hosts.

Concept tested: Ping sweep for live host discovery

Source: https://www.eccouncil.org/cybersecurity-exchange/ethical-hacking/what-is-ping-sweep/

Topics

#ping sweep#host discovery#network reconnaissance#ICMP

Community Discussion

No community discussion yet for this question.

Full GPEN Practice