M4cCrypt0
back to overview

OSINT playbook

[ TIP ]

OSINT = gathering information from publicly available sources, without ever approaching the target itself. Stay passive until you have explicit permission for active recon.

Methodology — from broad to narrow

Per target type: company/domain

bash
# Subdomains
subfinder -d target.com
amass enum -passive -d target.com

# DNS and infrastructure
whois target.com
dig target.com ANY

# Technology stack of the website
whatweb target.com

Per target type: person

[WARN]

Person-OSINT touches privacy law (GDPR/AVG) sooner than company-OSINT. Only do it within an explicit, authorized engagement.

Toolbelt

Checklist per engagement