Active vs Passive Reconnaissance: Direct Interaction vs. Observation
Which of the following best describes the difference between active and passive reconnaissance?
Quick Answer
The correct answer is that active reconnaissance involves direct interaction with the target, whereas passive reconnaissance does not. This distinction is rooted in the technical method of engagement: active techniques, such as Nmap scans, ping sweeps, or banner grabbing, send packets or probes that reach the target’s network and can be logged or detected, while passive techniques gather information from publicly available sources like WHOIS lookups, DNS records, or social media without generating any traffic that touches the target system. On the Certified Ethical Hacker CEH exam, this concept tests your understanding of operational stealth and risk management, often appearing in questions about the reconnaissance phase of the penetration testing methodology. A common trap is confusing passive footprinting with active scanning—remember that if you are touching the target’s network, it is active. Memory tip: think “Active = Alerts, Passive = Public.”
⚠ Common exam trap
EC-Council often tests the misconception that passive reconnaissance is 'safer' or 'always legal,' but the trap here is confusing the method of interaction (direct vs. indirect) with legality or tool assignment, leading candidates to pick Option A or C instead of the correct definition based on target interaction.
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
✓
Active reconnaissance involves direct interaction with the target, whereas passive reconnaissance does not
Active reconnaissance involves direct interaction with the target system, such as sending packets, probes, or connection requests (e.g., using Nmap scans, ping sweeps, or banner grabbing) that can be logged or detected by the target. Passive reconnaissance, in contrast, gathers information without engaging the target directly, relying on publicly available sources (e.g., WHOIS lookups, DNS records, social media, or search engines) and does not generate traffic that reaches the target's network. This distinction is fundamental in the CEH methodology because active techniques carry a higher risk of alerting the target, while passive techniques are stealthier and often used first to avoid detection.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Active reconnaissance is legal, while passive reconnaissance is not
Why it's wrong here
Both can be legal or illegal depending on authorization.
- ✓
Active reconnaissance involves direct interaction with the target, whereas passive reconnaissance does not
Why this is correct
This is the core difference between the two approaches.
- ✗
Passive reconnaissance uses tools like Nmap, while active reconnaissance uses Google dorks
Why it's wrong here
Nmap is active; Google dorks are passive.
- ✗
Passive reconnaissance is used only during the exploitation phase
Why it's wrong here
Passive reconnaissance typically occurs during the footprinting phase.
Visual reference
Go deeper
Related to this question
Learn chapter
Footprinting and Reconnaissance
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.
Key term
Port Scanning Techniques
Port scanning techniques are methods used to probe a computer or network to discover which network ports are open and which services are running on those ports.
About these practice questions
This CEH question is part of Courseiva's 870-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
4 more ways this is tested on CEH
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Which TWO techniques are considered active reconnaissance? (Choose TWO.)
medium- A.Using Google dorking to find exposed files
- B.Querying Shodan for exposed devices
- ✓ C.Port scanning with Nmap
- ✓ D.Banner grabbing with Netcat
- E.Performing a WHOIS lookup
Why C: Port scanning with Nmap (Option C) is active reconnaissance because it sends crafted packets (e.g., TCP SYN, UDP probes) directly to target systems and analyzes the responses to determine open ports, running services, and operating system details. Banner grabbing with Netcat (Option D) is also active reconnaissance as it establishes a TCP connection to a target service (e.g., HTTP, FTP) and reads the service banner, which involves direct interaction with the target. Both techniques generate detectable network traffic and can be logged by intrusion detection systems.
Variation 2. Which TWO of the following are examples of active reconnaissance techniques? (Select two)
medium- A.Querying Shodan for open ports on a target
- ✓ B.Running an Nmap SYN scan against a target
- C.Searching for sensitive files using Google dorks
- D.Performing a WHOIS lookup
- ✓ E.Using Netcat to grab banners from a web server
Why B: An Nmap SYN scan (also known as a half-open scan) sends a TCP SYN packet to a target port and analyzes the response. If a SYN/ACK is received, the port is open; if an RST is received, the port is closed. This scan actively interacts with the target system by sending network traffic, making it an active reconnaissance technique.
Variation 3. Which TWO of the following are examples of active reconnaissance? (Select 2)
easy- A.Performing a WHOIS lookup
- B.Analyzing public social media profiles for employee information
- ✓ C.Conducting an Nmap SYN scan on the target network
- D.Running a Google dork search for sensitive files
- ✓ E.Using netcat to retrieve a banner from a web server
Why C: An Nmap SYN scan sends raw SYN packets to target ports and analyzes the responses (SYN-ACK for open, RST for closed). This actively probes the target network, generating traffic that can be detected by intrusion detection systems, which is the defining characteristic of active reconnaissance.
Variation 4. A security analyst is planning a reconnaissance activity that must remain undetected. Which TWO of the following techniques should they choose?
medium- A.Engage in social engineering to extract network diagrams from employees
- ✓ B.Gather information from public OSINT sources like Shodan and social media
- ✓ C.Conduct a passive reconnaissance by analyzing DNS records without querying the target's DNS servers directly
- D.Use Nmap with default scripts to enumerate services
- E.Perform a full TCP connect scan on all ports
Why B: OSINT sources like Shodan and social media provide publicly available information without interacting with the target's systems, keeping the reconnaissance passive and undetected. Option C is correct because passive reconnaissance via DNS records (e.g., using cached or third-party DNS databases) avoids querying the target's authoritative DNS servers, thus not generating logs or alerts on the target's infrastructure.
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.