nerdexam
GIAC

GPEN · Question #336

Which of the following is a passive information gathering tool?

The correct answer is A. Whois. Whois is a passive reconnaissance tool that retrieves publicly registered information about domains and IP addresses from third-party registries without directly probing the target.

Penetration Testing Foundations & Reconnaissance

Question

Which of the following is a passive information gathering tool?

Options

  • AWhois
  • BSnort
  • CEttercap
  • DNmap

How the community answered

(24 responses)
  • A
    79% (19)
  • B
    13% (3)
  • C
    4% (1)
  • D
    4% (1)

Why each option

Whois is a passive reconnaissance tool that retrieves publicly registered information about domains and IP addresses from third-party registries without directly probing the target.

AWhoisCorrect

Whois queries public registration databases maintained by organizations such as ARIN, ICANN, and regional internet registries to obtain domain ownership, IP allocation, registrar, and contact details. Because all queries are directed at third-party registries rather than at the target system itself, no packets are sent to the target and the activity remains passive. This makes Whois a foundational open-source intelligence (OSINT) tool used in the reconnaissance phase of security assessments.

BSnort

Snort is an active network intrusion detection and prevention system that inspects live packet traffic in real time, not a passive information gathering tool.

CEttercap

Ettercap is an active network interception tool used to perform man-in-the-middle attacks and capture or manipulate live network sessions.

DNmap

Nmap actively transmits probe packets directly to target hosts and ports to enumerate open services, classifying it as an active scanning tool.

Concept tested: Passive OSINT reconnaissance using Whois registry queries

Source: https://www.arin.net/resources/registry/whois/

Topics

#Whois#passive reconnaissance#OSINT#information gathering

Community Discussion

No community discussion yet for this question.

Full GPEN Practice