All Notes

OSINT Resources & Frameworks

January 25, 2026 🛡️ Cybersecurity & Pentesting
osint intelligence research

OSINT Resources & Frameworks

Open Source Intelligence gathering techniques, tools, and frameworks for security research and investigations.

OSINT Frameworks

Framework Type Link
OSINT Framework Interactive tree osintframework.com
Maltego Visual link analysis maltego.com
Spiderfoot Automated reconnaissance spiderfoot.net
Recon-ng Modular reconnaissance github.com/lanmaster53/recon-ng
theHarvester Email/subdomain collector github.com/laramies/theHarvester

Spiderfoot Setup

Docker installation

docker run -p 5001:5001 spiderfoot/spiderfoot

Access web interface

http://localhost:5001