OSINT Automation Platform
In development
A local-first investigation platform, built so that nothing leaves the analyst's machine unless they send it. A FastAPI backend orchestrates modular adapters behind a React and Vite frontend: username investigation through Maigret, Sherlock and WhatsMyName, email checks through Socialscan and Holehe, phone-number analysis through phonenumbers, cryptocurrency wallet checks against BTC Esplora and an Ethereum RPC, and domain and IP investigation.
Every adapter returns to one normalised result shape, so findings from very different sources can be compared, exported as JSON or a written report, and cited later. The backend is covered by automated testing, currently 98 passing tests.