CEH Footprinting and Reconnaissance Practice Question
During a penetration test, you discover that the target organization uses a cloud-based email service. Which technique would allow you to gather employee email addresses and potentially infer internal organizational structure?
⚠ Common exam trap
It's easy for candidates to confuse active reconnaissance techniques (like DNS zone transfer or nmap scanning) with passive information gathering, assuming they are the primary way to collect email addresses, when in fact publicly indexed documents via Google dorking are a simpler and more effective passive method.
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
✓
Use Google dorking to find publicly exposed email lists
Google dorking (advanced search operators) can uncover publicly exposed documents, such as PDFs or spreadsheets, that contain employee email addresses. These documents are often indexed by search engines and can reveal email patterns (e.g., first.last@company.com) and departmental groupings, allowing inference of the internal organizational structure without interacting directly with the target's infrastructure.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Perform a WHOIS lookup on the domain
Why it's wrong here
A WHOIS lookup primarily provides registration details for a domain, including the registrant's name, organization, administrative contact, technical contact, and registrar information. While it might occasionally reveal a generic contact email for the domain administrator or a privacy service, it is not designed to enumerate individual employee email addresses within an organization. Its purpose is domain ownership identification, not internal email harvesting.
- ✗
Attempt a DNS zone transfer
Why it's wrong here
A DNS zone transfer attempts to replicate the entire DNS zone file from a primary DNS server to a secondary one. While a successful, unauthorized zone transfer could reveal hostnames and IP addresses of internal systems, it does not directly expose individual email addresses. Furthermore, modern DNS servers are almost universally configured to prevent unauthorized zone transfers, making this method highly unlikely to yield any useful information for email harvesting.
- ✗
Run an nmap scan against the mail server
Why it's wrong here
An Nmap scan against a mail server is designed to identify open ports, running services (like SMTP, POP3, IMAP), and potentially their versions. While this information is valuable for understanding the mail server's attack surface, Nmap itself does not enumerate individual user email addresses. It provides network-level service discovery, not application-level user account details, which would require interacting with the mail service protocols directly.
- ✓
Use Google dorking to find publicly exposed email lists
Why this is correct
Google dorking involves using advanced search operators to find specific information that is publicly indexed but not easily discoverable through regular searches. By crafting precise queries, such as `site:target.com filetype:xls "email"` or `inurl:contact intitle:"staff directory" @target.com`, an attacker can uncover publicly exposed documents, spreadsheets, or web pages containing lists of employee email addresses that the organization inadvertently left accessible. This is a highly effective OSINT technique for email harvesting.
Go deeper
Related to this question
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.