CEH Footprinting, Reconnaissance and Scanning Practice Question
Which TWO of the following are considered passive reconnaissance techniques? (Choose TWO.)
⚠ Common exam trap
Many exam-takers confuse 'passive' with 'low-noise' techniques, mistakenly thinking a ping sweep or banner grabbing is passive because it doesn't exploit vulnerabilities, but any technique that sends packets to the target's systems is active by definition.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
WHOIS lookup
WHOIS lookup is a passive reconnaissance technique because it queries public domain registration databases (via WHOIS protocol, RFC 3912) to obtain information such as registrar, registrant contact details, name servers, and expiration dates. This process does not send any packets directly to the target's infrastructure; instead, it relies on third-party data sources, making it undetectable by the target.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Ping sweep
Why it's wrong here
A ping sweep is an active reconnaissance technique because it involves sending Internet Control Message Protocol (ICMP) echo requests to a range of IP addresses. This direct interaction with target systems elicits responses, such as ICMP echo replies, which can be detected by intrusion detection systems (IDS) or logged by the target network. The act of sending these probes directly to the target makes it an observable and potentially traceable action.
- ✓
WHOIS lookup
Why this is correct
A WHOIS lookup is a classic example of passive reconnaissance because it involves querying publicly available databases maintained by domain registrars and registries. This process retrieves information such as domain ownership, registration dates, and contact details without sending any packets directly to the target organization's network. Since the interaction is solely with a third-party database, the target system remains unaware of the information gathering attempt.
- ✗
Banner grabbing with Telnet
Why it's wrong here
Banner grabbing using Telnet is an active reconnaissance method as it requires establishing a direct connection to a target system's open port, such as port 23 for Telnet or port 80 for HTTP. By initiating a session and sending specific commands or connection requests, the attacker directly interacts with the service to elicit identifying information like software versions. This direct communication leaves a footprint on the target server's logs, making it detectable.
- ✗
Port scanning
Why it's wrong here
Port scanning is an inherently active reconnaissance technique because it involves sending various types of network packets, such as SYN or ACK flags, to a target host's ports to determine which services are listening. This direct probing of a target's network interfaces generates traffic that can be easily detected by firewalls, intrusion detection systems, and network monitoring tools. The goal is to map the attack surface by identifying open ports, which necessitates direct interaction with the target system.
- ✓
Google dorking
Why this is correct
Google dorking, also known as Google hacking, is a highly effective passive reconnaissance technique that utilizes advanced search operators to find specific, often sensitive, information indexed by search engines. By crafting precise queries, an attacker can uncover publicly exposed documents, directories, or configuration files without ever directly interacting with the target's web servers or network. The information is retrieved from Google's cached data, ensuring complete anonymity from the target's perspective.
Go deeper
Related to this question
Learn chapter
Footprinting and Reconnaissance
Key term
WHOIS lookup
WHOIS lookup is a query and response protocol used to search databases that store the registration information of domain names and IP address blocks.
Key term
Passive reconnaissance
Passive reconnaissance is the process of gathering information about a target system or network without directly interacting with it, using publicly available sources and stealthy observation.
About these practice questions
Courseiva writes every CEH question from scratch — 870 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CEH practice question is part of Courseiva's free EC-Council certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CEH exam.