mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-17 19:35:41 +02:00
Merge pull request #614 from lockfale/feature/THE-149-transportation-enrichment
Enrich Transportation tools metadata (THE-149)
This commit is contained in:
+368
-23
@@ -9321,47 +9321,182 @@
|
||||
{
|
||||
"name": "MyAccident - traffic accident map",
|
||||
"type": "url",
|
||||
"url": "https://myaccident.org/"
|
||||
"url": "https://myaccident.org/",
|
||||
"description": "Free database of redacted US traffic accident reports with searchable crash records and location details.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "US accident history verification and claims investigations",
|
||||
"input": "Accident location, address, or basic vehicle details",
|
||||
"output": "Redacted accident reports, crash severity, and location data",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Read-only public database access; no direct contact with investigation targets.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "NHTSA Vehicle API",
|
||||
"type": "url",
|
||||
"url": "https://vpic.nhtsa.dot.gov/api/"
|
||||
"url": "https://vpic.nhtsa.dot.gov/api/",
|
||||
"description": "Official US government VIN decoder API with vehicle specification and manufacturer data for model years 1981 onward.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "VIN decoding and US vehicle specification checks",
|
||||
"input": "17-character VIN (full or partial with wildcards)",
|
||||
"output": "Make, model, year, manufacturer, engine details, and related data",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Public government API endpoint with anonymous read access.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "FindByPlate",
|
||||
"type": "url",
|
||||
"url": "https://findbyplate.com/"
|
||||
"url": "https://findbyplate.com/",
|
||||
"description": "US license plate lookup service for basic vehicle identification and ownership-related investigation leads.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "US license plate-based vehicle investigations",
|
||||
"input": "US license plate number and state",
|
||||
"output": "Vehicle make, model, year, and limited ownership hints",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Standard web lookup workflow without active interaction against the vehicle owner.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "carVertical VIN Decoder",
|
||||
"type": "url",
|
||||
"url": "https://www.carvertical.com/vin-decoder"
|
||||
"url": "https://www.carvertical.com/vin-decoder",
|
||||
"description": "International VIN and registration decoder with vehicle history reporting across accident, theft, and ownership datasets.",
|
||||
"status": "live",
|
||||
"pricing": "paid",
|
||||
"bestFor": "Cross-border vehicle history and ownership verification",
|
||||
"input": "VIN or vehicle registration number",
|
||||
"output": "Vehicle specs, accident history, theft records, and ownership changes",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Web-based lookup with paid reporting layers; no direct target interaction.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "autoDNA VIN Lookup",
|
||||
"type": "url",
|
||||
"url": "https://www.autodna.com/"
|
||||
"url": "https://www.autodna.com/",
|
||||
"description": "Vehicle history lookup platform with records from European and North American markets and paid report expansion.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "VIN-based damage, ownership, and service history checks",
|
||||
"input": "17-character VIN",
|
||||
"output": "Inspection, damage, repair, ownership, and mileage records",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Passive lookup model; full intelligence requires paid report access.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "VinDecodr",
|
||||
"type": "url",
|
||||
"url": "https://vindecodr.com/"
|
||||
"url": "https://vindecodr.com/",
|
||||
"description": "Free VIN decoder for quick extraction of standard vehicle characteristics from 17-character VIN values.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Rapid vehicle specification lookup from VIN values",
|
||||
"input": "17-character VIN",
|
||||
"output": "Vehicle make, model, year, engine, and recall-related details",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Simple public decoder workflow with no active probing against external systems.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "AutoRef (EU)",
|
||||
"type": "url",
|
||||
"url": "https://www.autoref.eu/en"
|
||||
"url": "https://www.autoref.eu/en",
|
||||
"description": "European VIN and plate intelligence service with free and paid tiers for technical vehicle profile data.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "EU vehicle specification lookup and plate-to-VIN workflows",
|
||||
"input": "European VIN or license plate number",
|
||||
"output": "Vehicle make, model, engine, registration, and technical profile data",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Passive web queries with quota limits on the free tier.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Carnet.ai",
|
||||
"type": "url",
|
||||
"url": "https://carnet.ai/"
|
||||
"url": "https://carnet.ai/",
|
||||
"description": "AI vehicle image recognition platform that identifies make/model/generation from submitted photos.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Vehicle identification from images in visual OSINT cases",
|
||||
"input": "Vehicle image file or image URL",
|
||||
"output": "Predicted make, model, generation year, and confidence score",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Image submission to hosted inference service without direct interaction with vehicle operators.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Finnik (NL)",
|
||||
"type": "url",
|
||||
"url": "https://finnik.nl/en"
|
||||
"url": "https://finnik.nl/en",
|
||||
"description": "Dutch license plate intelligence service using official RDW-linked records for vehicle profile and APK history.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Netherlands plate investigations and inspection history checks",
|
||||
"input": "Dutch license plate number",
|
||||
"output": "Vehicle specs, APK timeline, and related ownership/tax data",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Uses public/government-linked datasets with user-initiated lookups.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -9372,27 +9507,102 @@
|
||||
{
|
||||
"name": "Flightradar24.com",
|
||||
"type": "url",
|
||||
"url": "https://www.flightradar24.com/"
|
||||
"url": "https://www.flightradar24.com/",
|
||||
"description": "Global real-time flight tracking platform built on ADS-B and radar feeds with airport and route intelligence views.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Aircraft movement monitoring and flight status intelligence",
|
||||
"input": "Flight number, aircraft registration, or airport code",
|
||||
"output": "Real-time position, altitude, speed, routing, and departure/arrival status",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Passive monitoring of broadcast and aggregated flight telemetry.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "World Aeronautical Database",
|
||||
"type": "url",
|
||||
"url": "https://worldaerodata.com/"
|
||||
"url": "https://worldaerodata.com/",
|
||||
"description": "Reference database for airport, airline, and aircraft metadata to support aviation intelligence lookups.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Aviation reference checks for airports, airlines, and aircraft",
|
||||
"input": "Airport code, airline, aircraft type, or route context",
|
||||
"output": "Airport details, airline profiles, and aircraft-related reference data",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Public aviation reference retrieval with no target interaction.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "ADS-B Exchange",
|
||||
"type": "url",
|
||||
"url": "https://www.adsbexchange.com/"
|
||||
"url": "https://www.adsbexchange.com/",
|
||||
"description": "Large community-driven unfiltered ADS-B flight tracking network with broad global aircraft coverage.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Unfiltered aircraft tracking and historical flight pattern analysis",
|
||||
"input": "Aircraft identifier, registration, hex code, or location",
|
||||
"output": "Live aircraft position, altitude, speed, and historical track data",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Consumes broadcast telemetry from receiver networks without active interaction.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "ADS-B.NL",
|
||||
"type": "url",
|
||||
"url": "https://www.ads-b.nl/index.php?pageno=9999"
|
||||
"url": "https://www.ads-b.nl/index.php?pageno=9999",
|
||||
"description": "Netherlands-focused ADS-B tracking portal with emphasis on military and regional aviation movements.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "European and military aircraft movement monitoring",
|
||||
"input": "Aircraft registration, military callsign, or track query",
|
||||
"output": "Flight traces, movement history, and aircraft classification context",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Aggregates publicly broadcast ADS-B data in a read-only interface.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "OpenAIP World Aeronautical Database",
|
||||
"type": "url",
|
||||
"url": "https://www.openaip.net/"
|
||||
"url": "https://www.openaip.net/",
|
||||
"description": "Open, community-maintained aeronautical dataset for airfields, airspace, navaids, and runway metadata.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Airspace and airfield intelligence with reusable open data",
|
||||
"input": "Airfield name, coordinates, or airspace criteria",
|
||||
"output": "Runway, frequency, elevation, navaid, and airspace structure data",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Static open aviation data retrieval with no live target interaction.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -9403,27 +9613,102 @@
|
||||
{
|
||||
"name": "Vessel Tracker",
|
||||
"type": "url",
|
||||
"url": "https://www.vesseltracker.com/"
|
||||
"url": "https://www.vesseltracker.com/",
|
||||
"description": "Commercial maritime tracking platform combining AIS and satellite feeds for global vessel movement intelligence.",
|
||||
"status": "live",
|
||||
"pricing": "paid",
|
||||
"bestFor": "Maritime routing, vessel monitoring, and compliance investigations",
|
||||
"input": "Vessel name, IMO, MMSI, or route context",
|
||||
"output": "Live position, course, speed, destination, and vessel profile metadata",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Passive consumption of maritime broadcasts and aggregation feeds.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Ship AIS",
|
||||
"type": "url",
|
||||
"url": "https://shipais.uk/"
|
||||
"url": "https://shipais.uk/",
|
||||
"description": "UK-centered AIS ship tracker with live map views, movement details, and vessel identification data.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "UK maritime activity monitoring and vessel identification",
|
||||
"input": "Vessel name, MMSI, or local waterway context",
|
||||
"output": "Current position, movement track, vessel details, and nearby traffic",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Reads public AIS transmissions via community infrastructure.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "OpenSeaMap - The free nautical chart",
|
||||
"type": "url",
|
||||
"url": "https://www.openseamap.org"
|
||||
"url": "https://www.openseamap.org",
|
||||
"description": "Open nautical chart map built on collaborative maritime data for ports, aids to navigation, and coastal context.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Nautical geolocation and maritime infrastructure mapping",
|
||||
"input": "Coordinates, port name, or map area",
|
||||
"output": "Nautical chart overlays, navigational aids, port/marina, and depth context",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Static map intelligence from crowd-sourced maritime geodata.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Vessel Finder",
|
||||
"type": "url",
|
||||
"url": "https://www.vesselfinder.com/"
|
||||
"url": "https://www.vesselfinder.com/",
|
||||
"description": "Global AIS vessel tracking service for ship positions, voyage progress, and historical movement review.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Worldwide ship tracking and port-call timeline analysis",
|
||||
"input": "Vessel name, IMO, MMSI, or geographic area",
|
||||
"output": "Live vessel tracks, destination status, and historical route context",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Passive maritime telemetry consumption through aggregated AIS feeds.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Global Fishing Watch",
|
||||
"type": "url",
|
||||
"url": "https://globalfishingwatch.org"
|
||||
"url": "https://globalfishingwatch.org",
|
||||
"description": "Nonprofit maritime transparency platform that maps global fishing activity from AIS/VMS-derived signals.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Illegal fishing detection and fisheries activity intelligence",
|
||||
"input": "Vessel name/IMO, geography, and date range",
|
||||
"output": "Fishing effort maps, vessel profiles, transshipment, and port visit patterns",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Aggregated environmental and vessel tracking data with read-only access.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -9434,24 +9719,84 @@
|
||||
{
|
||||
"name": "Deutsche Bahn Open-Data-Portal (German)",
|
||||
"type": "url",
|
||||
"url": "https://data.deutschebahn.com/opendata"
|
||||
"url": "https://data.deutschebahn.com/opendata",
|
||||
"description": "German rail open-data portal for station, network, timetable, and real-time transportation datasets.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "German rail infrastructure and schedule intelligence",
|
||||
"input": "Station ID, route query, or timetable parameters",
|
||||
"output": "Station metadata, track/network data, timetables, and service status",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Open government transport data consumption through public endpoints.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "OpenRailwayMap",
|
||||
"type": "url",
|
||||
"url": "https://www.openrailwaymap.org/"
|
||||
"url": "https://www.openrailwaymap.org/",
|
||||
"description": "OpenStreetMap-based global railway map visualizing rail lines, infrastructure characteristics, and operations context.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Rail infrastructure mapping and line characteristic analysis",
|
||||
"input": "Map coordinates, region, or railway line context",
|
||||
"output": "Track layouts, rail types, electrification, speed classes, and map overlays",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Crowd-sourced mapping interface with passive read-only usage.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Satellite Tracking",
|
||||
"type": "url",
|
||||
"url": "https://www.n2yo.com/"
|
||||
"url": "https://www.n2yo.com/",
|
||||
"description": "Satellite orbit tracking entry point for monitoring spacecraft position, trajectory, and pass predictions.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Space object and satellite movement monitoring",
|
||||
"input": "Satellite name, NORAD ID, or orbital element query",
|
||||
"output": "Orbital position, pass timing, altitude, and trajectory context",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Uses public orbital datasets and tracking visualizations without active targeting.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Track-Trace",
|
||||
"type": "url",
|
||||
"url": "https://www.track-trace.com/"
|
||||
"url": "https://www.track-trace.com/",
|
||||
"description": "Multi-carrier shipment tracking aggregator for parcel and freight status across global postal and logistics providers.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Package tracking and supply-chain movement checks",
|
||||
"input": "Tracking number and optional carrier selection",
|
||||
"output": "Shipment milestones, current location, route progress, and delivery status",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Reads carrier-provided tracking records via public lookup interfaces.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user