1---2name: bellingcat-osint3description: Entry point for Bellingcat's OSINT toolkit. Maps entity types (ships, planes, people, emails, phones, photos, videos, domains, companies, social media, wildlife, munitions) to investigation categories and tools. Use when investigating any entity and need to find the right open source investigation tools, even if the user doesn't mention "OSINT" or "Bellingcat."4---56# Bellingcat OSINT Toolkit — Navigator78## Entity Type → Investigation Category910| If investigating... | Category skill | Key tools |11|---|---|---|12| Ship / vessel / IMO / MMSI | `bellingcat-transport` | MarineTraffic, VesselFinder, Equasis, ShipFinder |13| Aircraft / flight / tail number | `bellingcat-transport` | FlightAware, Flightradar24, ADS-B Exchange, OpenSky |14| Person (name, email, phone, username) | `bellingcat-people` | Sherlock, Blackbird, Maigret, Have I Been Pwned |15| Photo / image | `bellingcat-image-video` | Google Lens, TinEye, InVID, PimEyes |16| Video | `bellingcat-image-video` | InVID, Azure AI Video Indexer |17| Domain / website / IP | `bellingcat-websites` | Wayback Machine, Shodan, urlscan.io, ICANN Lookup |18| Company / business / finance | `bellingcat-companies-finance` | OpenCorporates, EDGAR, ICIJ Offshore Leaks |19| Social media account | `bellingcat-social-media` | Platform-specific tools (see category skill) |20| Geographic location | `bellingcat-geolocation` | SunCalc, GeoHints, ShadowMap, Spot |21| Satellite imagery | `bellingcat-maps-satellites` | Copernicus Browser, NASA Worldview, Planet Labs |22| Map / street view | `bellingcat-maps-satellites` | Google Maps, Yandex Maps, Mapillary, KartaView |23| Conflict / weapons / munitions | `bellingcat-conflict` | ACLED, LiveUAMap, OSMP, Bulletpicker |24| Wildlife / environment / deforestation | `bellingcat-environment-wildlife` | Global Forest Watch, CITES, Wildlife Trade Portal |25| Archiving / preserving web content | `bellingcat-archiving` | Wayback Machine, Archive.today, Auto Archiver |26| Data analysis / visualization | `bellingcat-data-analysis` | 4CAT, Datawrapper, Gephi, Datasette |2728## How to Use29301. Identify the entity type from the user's request312. Load the matching category skill listed above323. The category skill lists tools with brief descriptions334. For detailed usage instructions, fetch the tool's guide:34 `https://bellingcat.gitbook.io/toolkit/more/all-tools/<tool-slug>.md`