2.1 Footprinting & Reconnaissance Concepts

Key Takeaways

  • Reconnaissance is Phase 1 of the CEH five-phase methodology and the Reconnaissance Techniques domain is the single most heavily weighted area of the CEH v13 blueprint (~21%)
  • Passive reconnaissance collects intelligence without ever touching the target's systems, so it generates no logs on the target; active reconnaissance interacts directly and is detectable
  • OSINT (Open Source Intelligence) is the disciplined collection of publicly available data — DNS, WHOIS, job postings, social media, code repositories, leaked credentials — and underpins most passive footprinting
  • Footprinting maps the organisation's attack surface: network blocks, domains, hosts, technologies, people, and security posture, before any exploitation is attempted
  • Defensive teams reduce footprinting exposure through information classification, periodic OSINT self-assessment, registrar privacy, and minimising technical detail in public content
Last updated: June 2026

Where Reconnaissance Sits in the CEH Methodology

Reconnaissance (also called footprinting) is the first of the five phases of ethical hacking the CEH exam tests: (1) Reconnaissance/Footprinting, (2) Scanning, (3) Gaining Access, (4) Maintaining Access, (5) Clearing Tracks. On the CEH v13 blueprint the Reconnaissance Techniques domain — which bundles footprinting, scanning, and enumeration — is the single largest knowledge area at roughly 21% of the 125-question, 4-hour exam, so this chapter alone can decide a pass.

Footprinting is the systematic gathering of as much information as possible about a target organisation so the attacker can build a complete profile of its attack surface: the internet-facing IP ranges, domains and subdomains, mail and name servers, web technologies, cloud assets, employees, partners, and security controls. Done first, it makes every later phase cheaper, quieter, and more precise — you scan only the hosts you found, and you craft phishing only against the people and technologies you confirmed exist.

Passive vs. Active Reconnaissance

CEH draws a sharp line, and it is a favourite distractor on the exam, between the two modes of reconnaissance:

ModeDefinitionTouches target?Detectable?Examples
PassiveCollect data from third-party/public sourcesNo direct contactEssentially undetectable by the targetWHOIS, public DNS, Google dorking, Shodan, LinkedIn, archived sites, leaked-credential dumps
ActiveDirectly interact with the target's systemsYesGenerates logs/traffic on the targetDNS zone-transfer attempts, ping sweeps, port scans, banner grabbing, social engineering of staff

The single most testable distinction: passive reconnaissance produces no logs on the target because you never send packets to it — you query intermediaries (a registry, a search engine, a third-party scanner like Shodan). Active reconnaissance, by contrast, sends traffic the target can record. A classic exam trap: querying Shodan for a company's exposed services is passive (Shodan, not you, scanned the host earlier), whereas running your own Nmap ping sweep against the same host is active.

Anonymous footprinting and pseudonymous footprinting

CEH further distinguishes anonymous footprinting (the source of the activity cannot be traced back to the analyst — e.g. via proxies, VPNs, Tor) and pseudonymous footprinting (activity is attributed to a fabricated persona rather than the real attacker). Both reduce attribution but neither changes whether the activity is passive or active.

OSINT and the Footprinting Methodology

OSINT (Open Source Intelligence) is the structured collection and analysis of information that is already public. It is the engine of passive footprinting. Common OSINT yields and why they matter:

  • People — names, roles, emails, phone numbers from LinkedIn, company sites, and conference talks → social-engineering and password-reset targets.
  • Technology — job postings ("experience with Cisco ASA, VMware ESXi 7, Splunk"), GitHub repos, and Stack Overflow posts → exact software and versions to look up CVEs against.
  • Infrastructure — DNS, WHOIS, certificate-transparency logs, and Shodan results → IP ranges, hostnames, and exposed services.
  • Documents — public PDFs/Office files whose metadata reveals usernames, internal paths, and software versions.

The CEH footprinting methodology is the ordered set of activities an analyst works through: footprinting through search engines, web services (Shodan, Censys, archive.org), social networking sites, website footprinting, email footprinting, competitive intelligence, WHOIS, DNS, network footprinting, and social engineering. The objectives are consistent: collect network information, system information, and organisational information.

CEH groups footprinting deliverables into three buckets you should be able to name:

  • Network information — domains and subdomains, network blocks and IP ranges, name servers, mail servers, and the network topology (the network map).
  • System information — operating systems, web-server software and versions, user/group names, and exposed credentials or routing tables.
  • Organisational information — employee names and roles, departments, physical locations, phone directories, vendors/partners, and business news that aids pretexting.

A disciplined attacker also keeps footprint hygiene: using anonymity infrastructure for any active touchpoints, and recording the provenance of every fact so the network map can be validated rather than acted on blindly. For the blue team, replicating exactly this methodology against your own organisation — same tools, same sources — is how you discover what an outsider already knows and shrink it before it is weaponised.

Footprinting Objectives and Defensive Countermeasures

The attacker's objectives are to know the security posture (find weak points), reduce the focus area (narrow to in-scope, reachable assets), identify vulnerabilities, and draw a network map. For an authorised CEH-style engagement, the same activities are how a blue team learns what an outsider can already see.

Defensive countermeasures against footprinting:

  • Information classification and a public-content review policy so sensitive technical detail is never published.
  • Periodic OSINT self-assessment — run the same passive recon against yourself and remediate what leaks.
  • WHOIS/registrar privacy and removing personal contact data from public records.
  • Strip document metadata before publishing; sanitise job postings of exact product versions.
  • Employee awareness training so staff do not over-share role and technology details on social media.

Because passive footprinting never touches your systems, detection is rarely possible — prevention by minimising your public footprint is the only reliable control.

Test Your Knowledge

An ethical hacker queries Shodan to list a target company's internet-exposed services and reviews employee LinkedIn profiles to learn which software versions are in use. How is this activity best classified?

A
B
C
D
Test Your Knowledge

Which control is the most effective defence against passive footprinting specifically?

A
B
C
D