Question 94 of 1,010
Footprinting, Reconnaissance and ScanningeasyMultiple ChoiceObjective-mapped

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.”

CEH Footprinting, Reconnaissance and Scanning Practice Question

This CEH practice question tests your understanding of footprinting, reconnaissance and scanning. Compare every option against the stated constraints before choosing — the best answer satisfies all requirements, not just the most obvious one. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Which of the following best describes the difference between active and passive reconnaissance?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1easymultiple choice
Full question →

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.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • 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.

Common exam traps

Common exam trap: answer the scenario, not the keyword

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.

Detailed technical explanation

How to think about this question

Under the hood, active reconnaissance relies on the target's network stack responding to crafted packets—for example, an Nmap SYN scan sends TCP SYN packets to ports and analyzes SYN-ACK or RST responses, which are logged by the target's firewall or IDS. Passive reconnaissance leverages OSINT (Open Source Intelligence) sources like ARIN WHOIS for IP ownership, DNS zone transfers (if misconfigured), or Shodan for exposed services—none of which require sending a single packet to the target. In a real-world penetration test, a tester might start with passive reconnaissance to map the target's attack surface (e.g., discovering subdomains via Certificate Transparency logs) before switching to active scanning to verify live hosts and open ports, minimizing the chance of early detection.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A practitioner preparing for the CEH exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related CEH practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Footprinting, Reconnaissance and Scanning practice questions

Practise CEH questions linked to Footprinting, Reconnaissance and Scanning.

Enumeration and System Hacking practice questions

Practise CEH questions linked to Enumeration and System Hacking.

Malware, Social Engineering and Network Attacks practice questions

Practise CEH questions linked to Malware, Social Engineering and Network Attacks.

Web Application and Injection Attacks practice questions

Practise CEH questions linked to Web Application and Injection Attacks.

Introduction to Ethical Hacking practice questions

Practise CEH questions linked to Introduction to Ethical Hacking.

Scanning Networks and Enumeration practice questions

Practise CEH questions linked to Scanning Networks and Enumeration.

Vulnerability Analysis and System Hacking practice questions

Practise CEH questions linked to Vulnerability Analysis and System Hacking.

Advanced Topics: Wireless, Cloud, IoT, Cryptography practice questions

Practise CEH questions linked to Advanced Topics: Wireless, Cloud, IoT, Cryptography.

Footprinting and Reconnaissance practice questions

Practise CEH questions linked to Footprinting and Reconnaissance.

Network and Web Application Attacks practice questions

Practise CEH questions linked to Network and Web Application Attacks.

Wireless, IoT and Cloud Security practice questions

Practise CEH questions linked to Wireless, IoT and Cloud Security.

Cryptography and Malware Analysis practice questions

Practise CEH questions linked to Cryptography and Malware Analysis.

Practice this exam

Start a free CEH practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this CEH question test?

Footprinting, Reconnaissance and Scanning — This question tests Footprinting, Reconnaissance and Scanning — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: 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.

What should I do if I get this CEH question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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: Option B is correct because 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: Option C is correct because 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: Option B is correct because 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.

Keep practising

More CEH practice questions

Last reviewed: Jun 30, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.