Athena Wiki

OSINT

osintbeginner

Index of all OSINT pages - open source intelligence, Google dorking, geolocation, and metadata.

osintindexoverviewopen-source-intelligence

OSINT (Open Source Intelligence)

OSINT challenges ask you to find information using only publicly available sources - social media, search engines, domain records, image metadata, and public databases. No hacking required - just smart research.

All OSINT techniques on this wiki are intended for CTF competition use and authorized research only. Never apply these methods against real individuals or organizations without explicit permission. Unauthorized OSINT against private persons may violate privacy laws depending on your jurisdiction.

External link status: Some external services (crt.sh, InVID, certain scraping tools) may be rate-limited or intermittently unavailable - see the per-page notes for known issues and suggested alternatives.

Pages in This Section

PageDifficultyDescription
Google DorkingBeginnerAdvanced search operators
Social Media OSINTBeginnerTwitter, GitHub, Reddit, Instagram
Image OSINTBeginnerReverse image search, EXIF data
GeolocationIntermediatePinpoint photo locations
Domain ReconBeginnerDNS, WHOIS, subdomain enumeration
Username EnumerationBeginnerFind accounts across platforms
Metadata OSINTBeginnerExtract intelligence from file metadata

OSINT Investigation Framework

Mermaid diagram

OSINT Methodology

Define the Target

Identify what you have: a name, image, domain, username, email, or phone number. The starting artifact determines your first tools.

Passive Collection

Gather intelligence without touching target systems directly - Google dorking, WHOIS, crt.sh, Wayback Machine, social media profiles.

Active Enumeration

Query systems more directly - DNS lookups, subdomain brute-forcing, running Sherlock/Maigret, port scanning.

Analyze & Cross-Reference

Correlate findings across sources. A username found on GitHub may link to an email; an email links to breach data; a profile photo links to other platforms.

Pivot & Iterate

Each new data point is a new starting artifact. Email → LinkedIn → GitHub → commits → real name → Google → flag.

Report / Submit

Extract the flag or required answer. Document the chain of evidence for writeups.

Starting Point by Artifact

Given: A name/alias
  → Google: "name" site:twitter.com OR github.com OR linkedin.com
  → Sherlock: search 400+ platforms
  → Check GitHub commits for email

Tools Quick Reference


Last updated on

On this page