ProjectsOSINT / Aviation Intelligence
AeroTrack - OSINT Aircraft Investigation & Registration Data Tool
An open-source intelligence (OSINT) tool designed to simplify obtaining and analyzing aircraft registration data, ICAO codes, ownership details, and flight history from FlightAware, FAA, and JetPhotos.

My Role
- 01Designed and developed the Python CLI OSINT tool for automated aircraft registration data retrieval.
- 02Built multi-source web scrapers using BeautifulSoup4 and Requests for FlightAware, FAA, and JetPhotos.
- 03Implemented structured data formatting for ICAO codes, ownership records, serial numbers, and flight history.
Features
- 01Retrieve ICAO codes, owner information, serial numbers, and registration dates.
- 02Display aircraft creation dates, expiration dates, and last action timestamps.
- 03Access detailed historical registration records and past flight activities.
- 04Leverage multi-source data extraction from FlightAware, FAA Aircraft Inquiry, and JetPhotos.
- 05Clean, formatted terminal output for structured aviation research and investigations.
Impact
- Supports aviation investigations and open-source research with clear, formatted registration data.
- Automates cross-referencing between FAA, FlightAware, and JetPhotos into an efficient single-command workflow.
Stack
PythonBeautifulSoup4RequestsOSINTWeb ScrapingAviation Intelligence
Notes
Usage
git clone https://github.com/dika-maulidal/aerotrack.git
cd aerotrack
pip install -r requirements.txt
python main.py
Aircraft Information Extracted
- ICAO Code
- Owner Details
- Serial Number
- Last Action Date
- Registration History
- Flight History
Data Sources
Inspired by ANG13T/skytrack.