====== OSINT 🕵️ ====== **⚠️Warning⚠️**: Remember to be careful with your [[opsec|OpSec 🛡]] while investigating! ==== USERNAME ==== * [[https://github.com/soxoj/maigret|Maigret]] : Find someone using their username on a platform ==== EMAIL ==== * [[https://epieos.com|EPIEOS]] : Find informations using someone's email address ---- ====== GEOINT 🌍 ====== Geospatial intelligence (GEOINT) are gathered from satellite and aerial photography, or mapping/terrain data. * [[https://overpass-turbo.eu|overpass turbo]] is a web based data mining tool for OpenStreetMap. query code example: node[place=town][name="Paris"]; node(around:50000)[shop=bakery]; out;