├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md └── docs ├── academic.md ├── ai-osint.md ├── archiving-caching.md ├── automation-recon.md ├── aviation.md ├── business-intel.md ├── darkweb-leaks.md ├── document-file.md ├── geospatial-mapping.md ├── gov-legal.md ├── image-reverse.md ├── infra-domains.md ├── intel-feeds.md ├── learning.md ├── malware-cti.md ├── maritime.md ├── news-media.md ├── osint-for-good.md ├── people-social.md ├── phishing-email.md ├── railways.md ├── reporting-visualization.md ├── search-engines.md └── video-osint.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | We as members, contributors, and leaders pledge to make participation in our 6 | community a harassment-free experience for everyone, regardless of age, body 7 | size, visible or invisible disability, ethnicity, sex characteristics, gender 8 | identity and expression, level of experience, education, socio-economic status, 9 | nationality, personal appearance, race, religion, or sexual identity 10 | and orientation. 11 | 12 | We pledge to act and interact in ways that contribute to an open, welcoming, 13 | diverse, inclusive, and healthy community. 14 | 15 | ## Our Standards 16 | 17 | Examples of behavior that contributes to a positive environment for our 18 | community include: 19 | 20 | * Demonstrating empathy and kindness toward other people 21 | * Being respectful of differing opinions, viewpoints, and experiences 22 | * Giving and gracefully accepting constructive feedback 23 | * Accepting responsibility and apologizing to those affected by our mistakes, 24 | and learning from the experience 25 | * Focusing on what is best not just for us as individuals, but for the 26 | overall community 27 | 28 | Examples of unacceptable behavior include: 29 | 30 | * The use of sexualized language or imagery, and sexual attention or 31 | advances of any kind 32 | * Trolling, insulting or derogatory comments, and personal or political attacks 33 | * Public or private harassment 34 | * Publishing others' private information, such as a physical or email 35 | address, without their explicit permission 36 | * Other conduct which could reasonably be considered inappropriate in a 37 | professional setting 38 | 39 | ## Enforcement Responsibilities 40 | 41 | Community leaders are responsible for clarifying and enforcing our standards of 42 | acceptable behavior and will take appropriate and fair corrective action in 43 | response to any behavior that they deem inappropriate, threatening, offensive, 44 | or harmful. 45 | 46 | Community leaders have the right and responsibility to remove, edit, or reject 47 | comments, commits, code, wiki edits, issues, and other contributions that are 48 | not aligned to this Code of Conduct, and will communicate reasons for moderation 49 | decisions when appropriate. 50 | 51 | ## Scope 52 | 53 | This Code of Conduct applies within all community spaces, and also applies when 54 | an individual is officially representing the community in public spaces. 55 | Examples of representing our community include using an official e-mail address, 56 | posting via an official social media account, or acting as an appointed 57 | representative at an online or offline event. 58 | 59 | ## Enforcement 60 | 61 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 62 | reported to the community leaders responsible for enforcement at 63 | k2sosint@protonmail.com. 64 | All complaints will be reviewed and investigated promptly and fairly. 65 | 66 | All community leaders are obligated to respect the privacy and security of the 67 | reporter of any incident. 68 | 69 | ## Enforcement Guidelines 70 | 71 | Community leaders will follow these Community Impact Guidelines in determining 72 | the consequences for any action they deem in violation of this Code of Conduct: 73 | 74 | ### 1. Correction 75 | 76 | **Community Impact**: Use of inappropriate language or other behavior deemed 77 | unprofessional or unwelcome in the community. 78 | 79 | **Consequence**: A private, written warning from community leaders, providing 80 | clarity around the nature of the violation and an explanation of why the 81 | behavior was inappropriate. A public apology may be requested. 82 | 83 | ### 2. Warning 84 | 85 | **Community Impact**: A violation through a single incident or series 86 | of actions. 87 | 88 | **Consequence**: A warning with consequences for continued behavior. No 89 | interaction with the people involved, including unsolicited interaction with 90 | those enforcing the Code of Conduct, for a specified period of time. This 91 | includes avoiding interactions in community spaces as well as external channels 92 | like social media. Violating these terms may lead to a temporary or 93 | permanent ban. 94 | 95 | ### 3. Temporary Ban 96 | 97 | **Community Impact**: A serious violation of community standards, including 98 | sustained inappropriate behavior. 99 | 100 | **Consequence**: A temporary ban from any sort of interaction or public 101 | communication with the community for a specified period of time. No public or 102 | private interaction with the people involved, including unsolicited interaction 103 | with those enforcing the Code of Conduct, is allowed during this period. 104 | Violating these terms may lead to a permanent ban. 105 | 106 | ### 4. Permanent Ban 107 | 108 | **Community Impact**: Demonstrating a pattern of violation of community 109 | standards, including sustained inappropriate behavior, harassment of an 110 | individual, or aggression toward or disparagement of classes of individuals. 111 | 112 | **Consequence**: A permanent ban from any sort of public interaction within 113 | the community. 114 | 115 | ## Attribution 116 | 117 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], 118 | version 2.0, available at 119 | https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. 120 | 121 | Community Impact Guidelines were inspired by [Mozilla's code of conduct 122 | enforcement ladder](https://github.com/mozilla/diversity). 123 | 124 | [homepage]: https://www.contributor-covenant.org 125 | 126 | For answers to common questions about this code of conduct, see the FAQ at 127 | https://www.contributor-covenant.org/faq. Translations are available at 128 | https://www.contributor-covenant.org/translations. 129 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing to Legendary_OSINT 2 | 3 | Thanks for your interest in contributing! 🎉 4 | This project is a curated knowledge base of OSINT tools and resources. To keep it consistent and useful for everyone, please follow these guidelines. 5 | 6 | ***If you are a commercial organization that wants to be added for community purposes, please contact me first.*** 7 | 8 | --- 9 | 10 | ## 📝 Style Rules 11 | 12 | - **One-line descriptions**: Each link must have a short, neutral description (max. 1 sentence). 13 | - **Emoji usage**: 14 | - Emoji are **only used** in top-level `##` headers (e.g., `## ✈️ Aviation Movements & Flight Tracking`). 15 | - **No emoji** in `###` subheadings or in bullet points. 16 | - **Formatting**: 17 | - Links use Markdown format: `[Name](https://example.com) — Description` 18 | - Use `###` for subcategories, without emoji. 19 | - **Language**: English, concise, and neutral. No marketing or promotional language. 20 | - **Deduplication**: Always check if the resource already exists in another section before adding. 21 | - **Placement**: Add tools to the correct `docs/*.md` file (not the root README). Each topic has its own file. 22 | 23 | --- 24 | 25 | ## 📂 Repository Structure 26 | 27 | - All OSINT categories live in `docs/` (e.g., `docs/aviation.md`, `docs/darkweb-leaks.md`). 28 | - The root `README.md` is an index only — **do not add content there directly**. 29 | - Each `docs/*.md` file starts with: 30 | ```markdown 31 | ## ✈️ Example Title 32 | 33 | [← Back to Index](../README.md) 34 | 35 | 🔍 Contribution Workflow 36 | 37 | - Fork the repository and create a new branch. 38 | - Add your changes in the correct docs/*.md file. 39 | - Ensure your links are working, unique, and placed in the correct subcategory. 40 | - Run a spell-check and keep descriptions concise. 41 | - Submit a pull request with a short explanation of the resource(s) you added. 42 | 43 | ❌ What NOT to add 44 | 45 | - Broken links or sites requiring paid access without clear free features. 46 | - General news/blog posts (unless they are structured OSINT guides). 47 | - Tools unrelated to OSINT, CTI, or investigation workflows. 48 | - Duplicates of already listed resources. 49 | 50 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | CC0 1.0 Universal 4 | 5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 6 | LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN 7 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 8 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 9 | REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS 10 | PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM 11 | THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED 12 | HEREUNDER. 13 | 14 | Statement of Purpose 15 | 16 | The laws of most jurisdictions throughout the world automatically confer 17 | exclusive Copyright and Related Rights (defined below) upon the creator 18 | and subsequent owner(s) (each and all, an "owner") of an original work of 19 | authorship and/or a database (each, a "Work"). 20 | 21 | Certain owners wish to permanently relinquish those rights to a Work for 22 | the purpose of contributing to a commons of creative, cultural and 23 | scientific works ("Commons") that the public can reliably and without fear 24 | of later claims of infringement build upon, modify, incorporate in other 25 | works, reuse and redistribute as freely as possible in any form whatsoever 26 | and for any purposes, including without limitation commercial purposes. 27 | These owners may contribute to the Commons to promote the ideal of a free 28 | culture and the further production of creative, cultural and scientific 29 | works, or to gain reputation or greater distribution for their Work in 30 | part through the use and efforts of others. 31 | 32 | For these and/or other purposes and motivations, and without any 33 | expectation of additional consideration or compensation, the person 34 | associating CC0 with a Work (the "Affirmer"), to the extent that he or she 35 | is an owner of Copyright and Related Rights in the Work, voluntarily 36 | elects to apply CC0 to the Work and publicly distribute the Work under its 37 | terms, with knowledge of his or her Copyright and Related Rights in the 38 | Work and the meaning and intended legal effect of CC0 on those rights. 39 | 40 | 1. Copyright and Related Rights. A Work made available under CC0 may be 41 | protected by copyright and related or neighboring rights ("Copyright and 42 | Related Rights"). Copyright and Related Rights include, but are not 43 | limited to, the following: 44 | 45 | i. the right to reproduce, adapt, distribute, perform, display, 46 | communicate, and translate a Work; 47 | ii. moral rights retained by the original author(s) and/or performer(s); 48 | iii. publicity and privacy rights pertaining to a person's image or 49 | likeness depicted in a Work; 50 | iv. rights protecting against unfair competition in regards to a Work, 51 | subject to the limitations in paragraph 4(a), below; 52 | v. rights protecting the extraction, dissemination, use and reuse of data 53 | in a Work; 54 | vi. database rights (such as those arising under Directive 96/9/EC of the 55 | European Parliament and of the Council of 11 March 1996 on the legal 56 | protection of databases, and under any national implementation 57 | thereof, including any amended or successor version of such 58 | directive); and 59 | vii. other similar, equivalent or corresponding rights throughout the 60 | world based on applicable law or treaty, and any national 61 | implementations thereof. 62 | 63 | 2. Waiver. To the greatest extent permitted by, but not in contravention 64 | of, applicable law, Affirmer hereby overtly, fully, permanently, 65 | irrevocably and unconditionally waives, abandons, and surrenders all of 66 | Affirmer's Copyright and Related Rights and associated claims and causes 67 | of action, whether now known or unknown (including existing as well as 68 | future claims and causes of action), in the Work (i) in all territories 69 | worldwide, (ii) for the maximum duration provided by applicable law or 70 | treaty (including future time extensions), (iii) in any current or future 71 | medium and for any number of copies, and (iv) for any purpose whatsoever, 72 | including without limitation commercial, advertising or promotional 73 | purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each 74 | member of the public at large and to the detriment of Affirmer's heirs and 75 | successors, fully intending that such Waiver shall not be subject to 76 | revocation, rescission, cancellation, termination, or any other legal or 77 | equitable action to disrupt the quiet enjoyment of the Work by the public 78 | as contemplated by Affirmer's express Statement of Purpose. 79 | 80 | 3. Public License Fallback. Should any part of the Waiver for any reason 81 | be judged legally invalid or ineffective under applicable law, then the 82 | Waiver shall be preserved to the maximum extent permitted taking into 83 | account Affirmer's express Statement of Purpose. In addition, to the 84 | extent the Waiver is so judged Affirmer hereby grants to each affected 85 | person a royalty-free, non transferable, non sublicensable, non exclusive, 86 | irrevocable and unconditional license to exercise Affirmer's Copyright and 87 | Related Rights in the Work (i) in all territories worldwide, (ii) for the 88 | maximum duration provided by applicable law or treaty (including future 89 | time extensions), (iii) in any current or future medium and for any number 90 | of copies, and (iv) for any purpose whatsoever, including without 91 | limitation commercial, advertising or promotional purposes (the 92 | "License"). The License shall be deemed effective as of the date CC0 was 93 | applied by Affirmer to the Work. Should any part of the License for any 94 | reason be judged legally invalid or ineffective under applicable law, such 95 | partial invalidity or ineffectiveness shall not invalidate the remainder 96 | of the License, and in such case Affirmer hereby affirms that he or she 97 | will not (i) exercise any of his or her remaining Copyright and Related 98 | Rights in the Work or (ii) assert any associated claims and causes of 99 | action with respect to the Work, in either case contrary to Affirmer's 100 | express Statement of Purpose. 101 | 102 | 4. Limitations and Disclaimers. 103 | 104 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 105 | surrendered, licensed or otherwise affected by this document. 106 | b. Affirmer offers the Work as-is and makes no representations or 107 | warranties of any kind concerning the Work, express, implied, 108 | statutory or otherwise, including without limitation warranties of 109 | title, merchantability, fitness for a particular purpose, non 110 | infringement, or the absence of latent or other defects, accuracy, or 111 | the present or absence of errors, whether or not discoverable, all to 112 | the greatest extent permissible under applicable law. 113 | c. Affirmer disclaims responsibility for clearing rights of other persons 114 | that may apply to the Work or any use thereof, including without 115 | limitation any person's Copyright and Related Rights in the Work. 116 | Further, Affirmer disclaims responsibility for obtaining any necessary 117 | consents, permissions or other rights required for any use of the 118 | Work. 119 | d. Affirmer understands and acknowledges that Creative Commons is not a 120 | party to this document and has no duty or obligation with respect to 121 | this CC0 or use of the Work. 122 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 🛰 Legendary OSINT 2 | 3 | A curated list of **OSINT** tools & resources. 4 | The sources where I got this from include newsletters, Telegram groups, curated startpages, GitHub repos, and other public collections. 5 | 6 | ⚠️ Most tools are **third-party**, always vet and use responsibly. 7 | ⭐ If you use this repository, don't forget to star it and incluse me as a source. 8 | 9 | --- 10 | 11 | ## 📖 Table of Contents 12 | 13 | - [👤 People Search & Social Media](./docs/people-social.md) 14 | - [✈️ Aviation Movements & Flight Tracking](./docs/aviation.md) 15 | - [⚓ Vessel Movements, Databases & Shipping](./docs/maritime.md) 16 | - [🚂 Railways, live train maps and more](./docs/railways.md) 17 | - [🌍 Domains, IPs & Infrastructure](./docs/infra-domains.md) 18 | - [🎣 Phishing & Email Investigation](./docs/phishing-email.md) 19 | - [🦠 Malware Analysis & CTI](./docs/malware-cti.md) 20 | - [🕳 Dark Web & Leaks](./docs/darkweb-leaks.md) 21 | - [🔍 Search Engines](./docs/search-engines.md) 22 | - [📑 Document & File Search](./docs/document-file.md) 23 | - [🗄 Website Archiving & Caching](./docs/archiving-caching.md) 24 | - [🛰 Geospatial & Mapping OSINT](./docs/geospatial-mapping.md) 25 | - [📰 News & Media Monitoring](./docs/news-media.md) 26 | - [📷 Image & Reverse Search](./docs/image-reverse.md) 27 | - [🎥 Video OSINT](./docs/video-osint.md) 28 | - [💼 Business & Company Intelligence](./docs/business-intel.md) 29 | - [⚖️ Government & Legal Records](./docs/gov-legal.md) 30 | - [📚 Academic & Research Databases](./docs/academic.md) 31 | - [🤖 Automation & Recon Frameworks](./docs/automation-recon.md) 32 | - [📡 Intelligence Feeds](./docs/intel-feeds.md) 33 | - [🧑‍🤝‍🧑 OSINT for Good (NGOs & Initiatives)](./docs/osint-for-good.md) 34 | - [📚 Learning Resources](./docs/learning.md) 35 | - [🧠 AI & OSINT Assistance](./docs/ai-osint.md) 36 | - [📝 Reporting & Visualization](./docs/reporting-visualization.md) 37 | 38 | --- 39 | 40 | ## 🤝 Contributing 41 | 42 | Want to add tools or fix something? Please read our [Contributing Guidelines](./CONTRIBUTING.md). 43 | 44 | --- 45 | 46 | ## 📜 Code of Conduct 47 | 48 | This project follows a [Code of Conduct](./CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. 49 | 50 | --- 51 | 52 | ## ⚖️ License 53 | 54 | This project is licensed under [CC0 1.0 Universal](./LICENSE) — no rights reserved. 55 | Use, modify, or share freely. Attribution is appreciated. 56 | -------------------------------------------------------------------------------- /docs/academic.md: -------------------------------------------------------------------------------- 1 | ## 📚 Academic & Research Databases 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### General Academic Search 6 | - [Google Scholar](https://scholar.google.com/) — Academic literature search 7 | - [Semantic Scholar](https://www.semanticscholar.org/) — AI-powered academic research engine 8 | - [BASE](https://www.base-search.net/) — Bielefeld Academic Search Engine for scholarly documents 9 | - [CORE](https://core.ac.uk/) — Global aggregator of open access research papers 10 | - [WorldCat](https://www.worldcat.org/) — Global library catalog 11 | 12 | ### Scientific & Technical 13 | - [PubMed](https://pubmed.ncbi.nlm.nih.gov/) — Biomedical and life sciences literature 14 | - [arXiv](https://arxiv.org/) — Open-access preprints in science, math, and computer science 15 | - [IEEE Xplore](https://ieeexplore.ieee.org/) — Technical literature in engineering and computer science 16 | - [ScienceDirect](https://www.sciencedirect.com/) — Scientific publications and journals (commercial) 17 | - [SpringerLink](https://link.springer.com/) — Academic books and journals (commercial/freemium) 18 | 19 | ### Research Tools 20 | - [Litmaps](https://app.litmaps.com/) — Visualize citation networks 21 | - [ResearchGate](https://www.researchgate.net/) — Academic social network and research sharing 22 | - [Academia.edu](https://www.academia.edu/) — Platform for academic paper sharing 23 | - [OpenAIRE](https://www.openaire.eu/) — Open access research aggregator 24 | - [Directory of Open Access Journals (DOAJ)](https://doaj.org/) — Index of peer-reviewed open-access journals 25 | -------------------------------------------------------------------------------- /docs/ai-osint.md: -------------------------------------------------------------------------------- 1 | ## 🧠 AI & OSINT Assistance 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### AI Search and Analysis 6 | - [Perplexity](https://www.perplexity.ai/) — AI-powered search engine with cited sources 7 | - [Andi Search](https://andisearch.com/) — Conversational search engine with AI answers 8 | - [Phind](https://www.phind.com/) — AI search engine specialized in technical topics 9 | 10 | ### AI for Media and Verification 11 | - [Sensity AI](https://sensity.ai/) — Detect deepfakes and manipulated visual media 12 | - [Hugging Face Spaces](https://huggingface.co/spaces) — Community-driven AI models for NLP, vision, and OSINT tasks 13 | -------------------------------------------------------------------------------- /docs/archiving-caching.md: -------------------------------------------------------------------------------- 1 | ## 🗄 Website Archiving & Caching 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Web Archives 6 | - [Wayback Machine](https://archive.org/web/) — The largest web archive for historic snapshots 7 | - [Archive.today](https://archive.today/) — On-demand webpage snapshots, bypasses paywalls 8 | - [Ghostarchive](https://ghostarchive.org/) — Archive YouTube and social media posts 9 | - [Memento Time Travel](http://timetravel.mementoweb.org/) — Aggregate snapshots from multiple archives 10 | - [Perma.cc](https://perma.cc/) — Permanent archiving for academic and legal citations 11 | - [WebCite](http://www.webcitation.org/) — Citeable web archiving service (legacy, limited availability) 12 | 13 | ### Cached Pages and Mirrors 14 | - [CachedView](http://cachedview.com/) — View cached versions from Google and Wayback 15 | - [CoralCDN Web Cache](http://www.coralcdn.org/) — Access cached copies of popular websites 16 | - [Google Cache](https://www.google.com/) — View cached versions of web pages (via “cache:” operator) 17 | - [Bing Cache](https://www.bing.com/) — Cached pages accessible via search results 18 | 19 | ### Social Media and Multimedia Archiving 20 | - [SavePageNow (Wayback)](https://web.archive.org/save) — Force snapshot into Wayback Machine 21 | - [yt-dlp](https://github.com/yt-dlp/yt-dlp) — Download and archive YouTube videos 22 | - [archivebox](https://github.com/ArchiveBox/ArchiveBox) — Self-hosted webpage archiving solution 23 | - [SingleFile](https://github.com/gildas-lormeau/SingleFile) — Browser extension to save complete pages as a single HTML 24 | -------------------------------------------------------------------------------- /docs/automation-recon.md: -------------------------------------------------------------------------------- 1 | ## 🤖 Automation & Recon Frameworks 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Recon Frameworks 6 | - [SpiderFoot](https://www.spiderfoot.net/) — Automated reconnaissance with 200+ modules 7 | - [Recon-ng](https://github.com/lanmaster53/recon-ng) — Open-source recon framework 8 | - [Maltego](https://www.maltego.com/) — Link analysis and visualization platform 9 | - [OSRFramework](https://github.com/i3visio/osrframework) — Username, email, and phone recon 10 | - [theHarvester](https://github.com/laramies/theHarvester) — Harvest emails, hosts, subdomains 11 | - [datasploit](https://github.com/DataSploit/datasploit) — OSINT automation toolset 12 | 13 | ### Browser Extensions and Utilities 14 | - [Mitaka](https://github.com/ninoseki/mitaka) — IOC investigation from the browser 15 | - [Shodan Plugin](https://chrome.google.com/webstore/detail/shodan/jjalcfnidlmpjhdfepjhjbhnhkbgleap) — Shodan search extension 16 | - [Wappalyzer Extension](https://www.wappalyzer.com/apps) — Detect web technologies directly in browser 17 | 18 | ### Metadata and Document Analysis 19 | - [Metagoofil](https://www.edge-security.com/metagoofil.php) — Metadata extraction from public documents 20 | - [FOCA](https://github.com/ElevenPaths/FOCA) — Document metadata collection and analysis 21 | - [Bulk Extractor](https://github.com/simsong/bulk_extractor) — Forensic tool for extracting digital artifacts 22 | 23 | ### Self-hosted and Modular Platforms 24 | - [Cortex](https://github.com/TheHive-Project/Cortex) — Observable analysis and enrichment framework 25 | - [OpenCTI](https://www.opencti.io/en/) — Threat intelligence platform with enrichment modules 26 | - [IntelOwl](https://github.com/intelowlproject/IntelOwl) — API-driven threat intel and OSINT automation 27 | - [Kali Linux](https://www.kali.org/) — Linux distribution with OSINT and recon tools included 28 | -------------------------------------------------------------------------------- /docs/aviation.md: -------------------------------------------------------------------------------- 1 | ## ✈️ Aviation Movements & Flight Tracking 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Live Tracking 6 | - [ADS-B Exchange](https://www.adsbexchange.com/) — Largest unfiltered flight data coop 7 | - [Radar.freedar.uk](https://radar.freedar.uk/VirtualRadar/desktop.html) — Virtual radar desktop view 8 | - [Flightradar24](https://www.flightradar24.com/) — Real-time flight tracking 9 | - [FlightAware](https://flightaware.com) — Live flight data and analytics 10 | - [LiveATC](https://www.liveatc.net/) — Listen to live air traffic control 11 | 12 | ### Historical Flight Data 13 | - [ADS-B Exchange Historical](https://flight-data.adsbexchange.com) — Archived flight data 14 | - [GVA Dictator Alert](https://github.com/lefranz/geneva-dictators) — Track dictator aircraft in Geneva 15 | - [Planespotters](https://www.planespotters.net/) — Civil aviation spotting and aircraft registry 16 | - [Airfighters](http://www.airfighters.com/) — Military aircraft database with photos 17 | - [LocalizaTodo](http://www.localizatodo.com/html5/) — Real-time vessel and aircraft tracking 18 | - [FlightConnections](https://www.flightconnections.com) — Interactive airline route maps 19 | - [NATO/US Military Tracker](http://www.planeflighttracker.com/2014/04/united-states-military-aircraft-in.html) — Military aircraft tracker 20 | 21 | ### Aircraft Databases 22 | - [OpenSky Aircraft DB](https://opensky-network.org/aircraft-database/) — Registered aircraft database 23 | - [JetPhotos](https://www.jetphotos.com/) — Aircraft spotter photos and database 24 | - [OpenSky Explorer](https://opensky-network.org/network/explorer) — Live ADS-B based flight explorer 25 | 26 | ### Extra Flight Tracking & Data 27 | - [ADS-B Exchange Global Radar](https://global.adsbexchange.com/VirtualRadar/desktop.html) — Unfiltered cooperative flight radar 28 | - [RadarBox24](https://www.radarbox24.com/) — Real-time flight tracking and analytics 29 | - [Casper Flights](http://casperflights.com) — Historical and live flight tracking 30 | - [FlightStats](https://www.flightstats.com) — Global flight status and airport information 31 | - [FlightView](https://www.flightview.com) — Flight tracking and airport delays 32 | - [FlightWise](http://flightwise.com) — Flight tracking and planning service 33 | - [FlightArrivals](http://www.flightarrivals.com) — Arrival and departure information 34 | - [Flightradar.live](https://flightradar.live/en/flight-tracker) — Live flight tracker alternative 35 | 36 | ### Extra Aircraft & Aviation Databases 37 | - [Airframes.org](http://www.airframes.org) — Aircraft registration and ownership info 38 | - [AirlineCodes](http://www.airlinecodes.co.uk) — Airline and airport codes reference 39 | - [AirlineCodes Apt Code Search](http://www.airlinecodes.co.uk/aptcodesearch.asp) — Airport code lookup 40 | - [Airliners.net](http://www.airliners.net) — Aviation photo archive and community 41 | - [AirNav Airports](http://www.airnav.com/airports) — Detailed information on airports 42 | - [Aviation Edge Airport Database](https://aviation-edge.com/airport-database-api) — API for global airport and airline data 43 | - [Aviation StackExchange](https://aviation.stackexchange.com) — Q&A community for aviation 44 | - [Aviation Safety Network](https://aviation-safety.net) — Global aviation safety database 45 | - [Aviation Safety Drone Incidents](https://aviation-safety.net/database/issue/drones.php) — Drone incident and safety reports 46 | - [Wikipedia Aircraft Registration Prefixes](https://en.wikipedia.org/wiki/List_of_aircraft_registration_prefixes) — List of aircraft registration country prefixes 47 | 48 | ### Cargo & Drone Research 49 | - [CargoTracking Utopiax](http://cargotracking.utopiax.org) — Cargo and flight tracking 50 | - [Drone Center Database](http://dronecenter.bard.edu/the-drone-database) — Bard Center drone database 51 | - [Drone Research Lab](http://droneresearchlab.com) — Research on drones and unmanned aerial systems 52 | - [CNAS Drone Project](http://drones.cnas.org/drones) — Drone wars and policy project 53 | - [UAS Vision](https://www.uasvision.com/about) — News and resources on unmanned aerial systems 54 | -------------------------------------------------------------------------------- /docs/business-intel.md: -------------------------------------------------------------------------------- 1 | ## 💼 Business & Company Intelligence 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Company Databases 6 | - [CB Insights](https://www.cbinsights.com/) — Market intelligence and company data (commercial) 7 | - [Craft.co](https://craft.co/) — Company profiles and org intelligence 8 | - [Crunchbase](https://www.crunchbase.com/) — Business and startup intelligence (freemium) 9 | - [OpenCorporates](https://opencorporates.com/) — Global database of company registrations 10 | - [PitchBook](https://pitchbook.com/) — Private equity and venture capital database (commercial) 11 | - [PrivCo](https://www.privco.com/) — Private company financial intelligence (commercial) 12 | 13 | ### Registries and Filings 14 | - [Australian Business Register](https://abr.business.gov.au/) — Australian business records 15 | - [Canadian Corporations](https://www.ic.gc.ca/eic/site/cd-dgc.nsf/eng/home) — Canadian business registry 16 | - [Companies House](https://www.gov.uk/government/organisations/companies-house) — UK company registry 17 | - [European Business Register](https://www.ebr.org/) — European cross-border company data 18 | - [SEC EDGAR](https://www.sec.gov/edgar.shtml) — US public company filings 19 | 20 | ### European National Business Registers 21 | - [Albania](https://aida.gov.al/en/) — National Business Center 22 | - [Andorra](http://www.ompa.ad/) — Oficina de Marques 23 | - [Austria](https://www.justiz.gv.at/web2013/home/e-government/firmenbuch/die_firmenbuchdatenbank~2c9484852308c2a601240b693e1c0860.de.html) — Company Register (Firmenbuch) 24 | - [Belarus](https://egr.gov.by/egrn/) — Unified State Register of Legal Entities 25 | - [Belgium](https://economie.fgov.be/nl/themas/ondernemingen/kruispuntbank-van/diensten-voor-iedereen/raadpleging-en-opzoeking-van/kruispuntbank-van) — Crossroads Bank for Enterprises 26 | - [Belgium](http://www.nbb.be/pub/03_00_00_00_00/03_01_01_00_00.htm?l=nl&t=ho) — Annual Accounts (National Bank of Belgium) 27 | - [Bosnia and Herzegovina](http://www.kfbih.com/) — Financial Information Agency 28 | - [Bulgaria](http://www.registryagency.bg/) — Commercial Register 29 | - [Croatia](https://sudreg.pravosudje.hr/) — Trade Court Register 30 | - [Cyprus](https://www.companies.gov.cy/en/) — Department of Registrar of Companies 31 | - [Czech Republic](http://portal.justice.cz/) — Business Register 32 | - [Denmark](https://datacvr.virk.dk/data) — Central Business Register (CVR) 33 | - [Estonia](http://www.rik.ee/en) — Centre of Registers and Information Systems 34 | - [Faroe Islands](http://www.skraseting.fo/?lang=uk) — Company Register 35 | - [Finland](https://www.prh.fi/en/kaupparekisteri.html) — Trade Register 36 | - [France](https://www.infogreffe.fr/societes/documents-officiels/demande-kbis.html) — Commercial Court Registry (Infogreffe) 37 | - [Germany](https://www.handelsregister.de/) — Common Register Portal of the German Federal States 38 | - [Germany](https://www.unternehmensregister.de/) — Company Register (Bundesanzeiger / Federal Gazette, includes annual reports) 39 | - [Gibraltar](http://www.companieshouse.gi/) — Companies House Gibraltar 40 | - [Greece](https://www.businessportal.gr/) — Business Portal (Athens Chamber) 41 | - [Greenland](https://datacvr.virk.dk/?pk_vid=91d8bcabe5185c35165227212940f2b5) — Greenland Business Register 42 | - [Guernsey](http://guernseyregistry.com/homepage) — Guernsey Registry 43 | - [Hungary](http://www.e-cegjegyzek.hu/index.html) — Ministry of Justice, Business Information Service 44 | - [Iceland](http://www.rsk.is/fyrirtaekjaskra/) — Company Register (Internal Revenue) 45 | - [Ireland](http://www.cro.ie/) — Companies Registration Office 46 | - [Isle of Man](http://www.gov.im/ded/companies/companiesregistry.xml) — Companies Registry 47 | - [Italy](https://italianbusinessregister.it/en/home) — Italian Business Register 48 | - [Jersey](http://www.jerseyfsc.org/registry/) — Companies Registry (Jersey FSC) 49 | - [Kosovo](https://aleph.occrp.org/datasets/2747) — Company Register Dataset (OCCRP Aleph) 50 | - [Latvia](http://www.ur.gov.lv/?v=en) — Register of Enterprises 51 | - [Liechtenstein](https://www.oera.li/cr-portal/suche/suche.xhtml) — Commercial Register 52 | - [Lithuania](http://www.registrucentras.lt/index_en.php) — Centre of Registers 53 | - [Luxembourg](https://www.lbr.lu/mjrcs-lbr/) — Luxembourg Business Registers 54 | - [Malta](https://mbr.mt/) — Malta Business Registry 55 | - [Moldova](http://www.justice.gov.md/) — Ministry of Justice, State Register 56 | - [Monaco](http://www.rci.gouv.mc/) — Trade and Industry Register 57 | - [Montenegro](https://montenegro.eregulations.org/Contacts/15?l=en) — Company Register 58 | - [Netherlands](https://www.kvk.nl/) — Kamer van Koophandel (KVK) 59 | - [North Macedonia](http://www.crm.com.mk/) — Central Register 60 | - [Norway](https://www.brreg.no/en/?nocache=1758036745589) — Brønnøysund Register Centre 61 | - [Poland](https://prs.ms.gov.pl/) — National Court Register 62 | - [Portugal](https://eportugal.gov.pt/en/espaco-empresa/empresa-online) — Empresa Online 63 | - [Romania](http://www.onrc.ro/index.php/ro/) — National Trade Register Office 64 | - [Russia](https://russianpartner.biz/) — Russian Business Register 65 | - [San Marino](http://www.cc.sm/) — Chamber of Commerce 66 | - [Serbia](https://ras.gov.rs/en/invest-in-serbia/start-a-business) — Business Register 67 | - [Slovakia](http://www.orsr.sk/Default.asp?lan=en) — Ministry of Justice, Business Register 68 | - [Slovenia](http://www.ajpes.eu/) — Agency for Public Legal Records and Related Services (AJPES) 69 | - [Spain](http://www.rmc.es/Home.aspx?lang=en) — Central Mercantile Register 70 | - [Sweden](https://snr4.bolagsverket.se/snrgate/startIn.do) — Swedish Companies Registration Office 71 | - [Switzerland](http://www.zefix.ch/) — Federal Commercial Registry Office 72 | - [Turkey](http://www.tobb.org.tr/Sayfalar/Eng/AnaSayfa.php) — Union of Chambers and Commodity Exchanges 73 | - [Ukraine](https://reyestr.court.gov.ua/) — Unified State Register 74 | - [United Kingdom](http://www.companieshouse.gov.uk/) — Companies House 75 | 76 | ### US State Business Registries 77 | - [Alabama](http://www.sos.alabama.gov/) — Secretary of State 78 | - [Alaska](http://commerce.alaska.gov/CBP/Main/) — Department of Commerce 79 | - [Arizona](http://www.azcc.gov/divisions/corporations/) — Corporation Commission 80 | - [Arkansas](http://www.sosweb.state.ar.us/corp_ucc.html) — Secretary of State 81 | - [California](https://businesssearch.sos.ca.gov/) — Secretary of State 82 | - [Colorado](http://www.sos.state.co.us/) — Secretary of State 83 | - [Connecticut](http://portal.ct.gov/sots) — Secretary of the State 84 | - [Delaware](http://corp.delaware.gov/) — Division of Corporations 85 | - [Florida](http://www.miamidade.gov/businessexpress/start-register.asp) — Business Express 86 | - [Georgia](http://sos.ga.gov/) — Secretary of State 87 | - [Hawaii](http://www.ehawaiigov.org/dcca/bizsearch/exe/bizsearch.cgi) — Business Registration Division 88 | - [Idaho](http://www.sos.idaho.gov/corp/corindex.htm) — Secretary of State 89 | - [Illinois](https://www2.illinois.gov/business) — Business Portal 90 | - [Indiana](http://www.in.gov/sos/business/) — Secretary of State 91 | - [Iowa](http://www.sos.state.ia.us/) — Secretary of State 92 | - [Kansas](http://www.kssos.org/business/business.html) — Secretary of State 93 | - [Kentucky](http://www.sos.ky.gov/Pages/default.aspx/) — Secretary of State 94 | - [Louisiana](http://www.sos.la.gov/BusinessServices/Pages/default.aspx) — Secretary of State 95 | - [Maine](http://www.state.me.us/sos/cec/corp/index.html) — Secretary of State 96 | - [Maryland](http://www.dat.state.md.us/sdatweb/charter.html) — Department of Assessments & Taxation 97 | - [Massachusetts](http://www.state.ma.us/sec/cor/coridx.htm) — Secretary of the Commonwealth 98 | - [Michigan](http://www.michigan.gov/business) — Business Portal 99 | - [Minnesota](http://da.sos.state.mn.us/minnesota/home/dahome.asp) — Secretary of State 100 | - [Mississippi](http://www.sos.ms.gov/) — Secretary of State 101 | - [Missouri](http://www.sos.mo.gov/categories.asp?id=2) — Secretary of State 102 | - [Montana](https://app.mt.gov/bes/) — Business e-Services 103 | - [Nebraska](http://www.nebraska.gov/business/) — Business Portal 104 | - [Nevada](http://nvsos.gov/sosentitysearch/corpsearch.aspx) — Secretary of State 105 | - [New Hampshire](https://www.sos.nh.gov/corporate/soskb/CSearch.asp?dtm=443587962962963) — Secretary of State 106 | - [New Jersey](http://www.state.nj.us/njbgs/) — Business Gateway Services 107 | - [New Mexico](http://www.tax.newmexico.gov/Businesses/Register-your-Business/Pages/Home.aspx) — Taxation & Revenue 108 | - [New York](http://www.dos.ny.gov/) — Department of State 109 | - [North Carolina](https://www.sosnc.gov/corporations/) — Secretary of State 110 | - [North Dakota](https://secure.apps.state.nd.us/sc/busnsrch/busnSearch.htm) — Secretary of State 111 | - [Ohio](http://business.ohio.gov/) — Business Portal 112 | - [Oklahoma](http://www.state.ok.us/?c=4) — State Portal 113 | - [Oregon](http://www.filinginoregon.com/) — Secretary of State 114 | - [Pennsylvania](http://www.state.pa.us/) — State Portal 115 | - [Rhode Island](http://www.ri.gov/business/) — Business Portal 116 | - [South Carolina](http://www.scsos.com/corp_search.htm) — Secretary of State 117 | - [South Dakota](http://sdsos.gov/Business/Default.aspx) — Secretary of State 118 | - [Tennessee](http://www.state.tn.us/sos/) — Secretary of State 119 | - [Texas](http://www.sos.state.tx.us/corp/index.shtml) — Secretary of State 120 | - [Utah](http://www.corporations.utah.gov/) — Division of Corporations 121 | - [Vermont](http://www.sec.state.vt.us/) — Secretary of State 122 | - [Virginia](https://www.scc.virginia.gov/index.aspx) — State Corporation Commission 123 | - [Washington](http://access.wa.gov/) — State Portal 124 | - [West Virginia](http://www.wvsos.com/wvcorporations/) — Secretary of State 125 | - [Wisconsin](http://www.wisconsin.gov/Pages/home.aspx) — State Portal 126 | - [Wyoming](http://soswy.state.wy.us/Business/Business.aspx) — Secretary of State 127 | 128 | ### Business Intelligence Platforms 129 | - [Craft.co](https://craft.co/) — Company profiles and org intelligence 130 | - [D&B Hoovers](https://www.dnb.com/) — Company intelligence and sales intelligence (commercial) 131 | - [Glassdoor](https://www.glassdoor.com/) — Employee reviews and salary information 132 | - [Kompass](https://www.kompass.com/) — Global B2B company directory 133 | - [Orbis (Bureau van Dijk)](https://www.bvdinfo.com/en-gb/our-products/data/international/orbis) — Extensive global company data (commercial) 134 | 135 | ### Corporate Risk and Compliance 136 | - [OpenSanctions](https://www.opensanctions.org/) — Database of sanctions lists and persons of interest 137 | - [Sayari](https://sayari.com/) — Global business risk intelligence platform (commercial) 138 | - [SEON](https://seon.io/) — Fraud prevention and business risk detection (commercial/freemium) 139 | - [World-Check (Refinitiv)](https://www.refinitiv.com/en/products/world-check-kyc-screening) — Commercial risk intelligence database 140 | -------------------------------------------------------------------------------- /docs/darkweb-leaks.md: -------------------------------------------------------------------------------- 1 | ## 🕳 Dark Web & Leaks 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Onion Search Engines 6 | - [Ahmia](https://ahmia.fi) — Hidden service search 7 | - [Haystak](http://haystak5njsmn2hqkewecpaxetahtwhsbsa64jom2k22z5afxhnpxfid.onion/) — Full-text darknet search (premium) 8 | - [Tor66](http://tor66sewebgixwhcqfnp5inzp5x5uohhdy3kvtnyfxc2e5mxiuh34iid.onion/) — Search and find onion sites 9 | - [Torch](http://torchdeedp3i2jigzjdmfpn5ttjhthh5wbmda2rr3jvqjg5p77c54dqd.onion/) — One of the oldest onion search engines 10 | - [Kilos](http://mlyusr6htlxsyc7t2f4z53wdxh3win7q3qpxcrbam6jf3dmua7tnzuyd.onion/captcha) — Darknet market and forum search 11 | - [Phobos](http://phobosxilamwcg75xt22id7aywkzol6q6rfl2flipcqoc4e4ahima5id.onion/) — Darknet search 12 | - [TORMAX](http://o2yumlw2lxbwdtz6ph5beve7celspvf4suqmb3wf5thfjsn7d47wz6ad.onion/) — Onion search engine 13 | - [GDARK](http://zb2jtkhnbvhkya3d46twv3g7lkobi4s62tjffqmafjibixk6pmq75did.onion/gdark/search.php) — Darknet search index 14 | - [Google Onion Mirror](http://ggonijhjnpgo5z7xaudbor2ivpycaq3kecrjggav4svftbycu3fkawyd.onion/) — Google hidden service 15 | 16 | ### Service & Directory Lists 17 | - [The Hidden Wiki](http://paavlaytlfsqyvkg3yqj7hflfg5jw2jdg2fgkza5ruf6lplwseeqtvyd.onion/) — Onion directory 18 | - [TheHiddenWiki.org](https://thehiddenwiki.org/) — Clearnet mirror of Hidden Wiki 19 | - [OnionLinks](http://s4k4ceiapwwgcm3mkb6e4diqecpo7kvdnfr5gg7sph7jjppqkvwwqtyd.onion/) — Curated onion links 20 | - [Onion.Live](https://onion.live/) — Status of darknet sites 21 | - [Dark.fail](http://darkfailenbsdla5mal2mxn2uz66od5vtzd5qozslagrfzachha3f3id.onion/) — Monitor uptime of onion markets/forums 22 | - [Tor.Taxi](http://tortaxi7axhn2fv4j475a6blv7vwjtpieokolfnojwvkhsnj7sgctkqd.onion/) — Directory/portal for onion services 23 | 24 | ### Leak Sites & Forums 25 | - [Breached.to](https://breached.to/) — Breach/leak forum 26 | - [IntelligenceX](https://intelx.io) — Leaks & darknet indexing 27 | - [OCCRP Aleph](https://data.occrp.org) — Public leaks & investigations 28 | 29 | ### General Dark Web Search & Tools 30 | - [DarkSearch](https://darksearch.io) — Clearnet dark web search 31 | - [IACA Dark Web Tools](https://iaca-darkweb-tools.com) — Toolkit for investigators 32 | - [Napalm FTP](https://www.searchftps.net) — Search open FTP servers 33 | - [Archive.org](https://archive.org) — Historical archiving (sometimes mirrors darknet material) 34 | - [Google CSE Utopia](https://start.me/p/EL84Km/cse-utopia) — Custom Google engines for onion search 35 | -------------------------------------------------------------------------------- /docs/document-file.md: -------------------------------------------------------------------------------- 1 | ## 📑 Document & File Search 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Document & Slide Search 6 | - [Find-pdf-doc](http://www.findpdfdoc.com/) — Search engine for PDF and DOC files 7 | - [SlideShare](https://www.slideshare.net/) — Slides and presentations search 8 | - [Scribd](https://www.scribd.com/) — Books, documents, and academic resources 9 | 10 | ### File & Open Directory Search 11 | - [Eyedex](http://eyedex.org/) — Open directory file search 12 | - [FilePursuit](https://filepursuit.com/) — File and open directory search engine 13 | - [Filesec.io](https://filesec.io/) — File and directory search focused on infosec content 14 | - [Meawfy](https://meawfy.com/) - Mega.nz file search 15 | 16 | ### Paste & Text Storage 17 | - [0bin](https://0bin.net/) — Encrypted pastebin 18 | - [Cryptobin](https://cryptobin.co/) — Secure encrypted paste service 19 | - [Defuse](https://defuse.ca/pastebin.htm) — Pastebin with encryption options 20 | -------------------------------------------------------------------------------- /docs/geospatial-mapping.md: -------------------------------------------------------------------------------- 1 | ## 🛰 Geospatial & Mapping OSINT 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Satellite Imagery 6 | - [Google Earth](https://earth.google.com/) — Global 3D imagery and satellite data 7 | - [Google Earth Pro](https://www.google.com/earth/versions/) — Desktop version with advanced tools 8 | - [Sentinel Hub](https://www.sentinel-hub.com/) — Access free Sentinel satellite imagery 9 | - [Sentinel Playground](http://apps.sentinel-hub.com/sentinel-playground) — Explore Sentinel imagery interactively 10 | - [EO Browser](https://www.sentinel-hub.com/explore/eobrowser/) — Browser-based access to Sentinel imagery 11 | - [NASA Worldview](https://worldview.earthdata.nasa.gov/) — Daily global satellite data 12 | - [USGS EarthExplorer](https://earthexplorer.usgs.gov/) — Access historical satellite imagery 13 | - [ESA Copernicus Open Access](https://scihub.copernicus.eu/) — Sentinel mission data access 14 | - [NOAA Satellite Data](https://www.nesdis.noaa.gov/) — US environmental satellite imagery 15 | - [Satellites.pro](https://satellites.pro/) — Online satellite maps viewer 16 | - [Mapbox Near-Time Imagery](https://www.mapbox.com/bites/00145/#12/-34.0238819/151.0674949) — Near real-time satellite maps 17 | - [GIS Geography: 25 Satellite Maps](https://gisgeography.com/satellite-maps/) — Guide to alternative satellite maps 18 | - [Wayback Imagery](http://livingatlas.arcgis.com/wayback/) — Historic satellite imagery archive 19 | - [Maxar Discovery](https://discover.digitalglobe.com/) — High-resolution imagery archive 20 | - [Soar.Earth](https://soar.earth/) — User-uploaded and satellite imagery platform 21 | 22 | ### Mapping and Street-level 23 | - [Google Maps](https://maps.google.com/) — Standard mapping and geolocation platform 24 | - [Google Street View](https://www.google.com/streetview/) — Ground-level panoramas worldwide 25 | - [Mapillary](https://www.mapillary.com/) — Crowdsourced street-level imagery 26 | - [OpenStreetMap](https://www.openstreetmap.org/) — Community-driven world map 27 | - [Bing Maps](https://www.bing.com/maps) — Microsoft’s mapping solution 28 | - [HERE WeGo](https://wego.here.com/) — Mapping and routing platform 29 | - [Wikimapia](http://wikimapia.org/) — Collaborative map with user-added info 30 | - [GoKML](http://gokml.net/maps) — Online KML maps 31 | 32 | ### Satellite and Aerial Tracking 33 | - [Space-Track.org](https://www.space-track.org/) — US Space Command satellite data 34 | - [N2YO](https://www.n2yo.com/) — Real-time satellite tracking 35 | - [Heavens Above](https://heavens-above.com/) — Satellite, ISS, and astronomy tracking 36 | - [SatNOGS](https://satnogs.org/) — Open-source satellite ground station network 37 | - [Celestrak](https://celestrak.org/) — Orbital data for satellites and debris 38 | - [In-The-Sky Satellite Maps](https://in-the-sky.org/satmap_worldmap.php) — Interactive orbital maps 39 | 40 | ### Geospatial Analysis Tools 41 | - [SunCalc](https://suncalc.org/) — Calculate sun position and shadows for a given time 42 | - [PeakFinder](https://www.peakfinder.org/) — Identify mountains and terrain from coordinates 43 | - [GeoNames](https://www.geonames.org/) — Geographical names database 44 | - [QGIS](https://qgis.org/) — Open-source desktop GIS application 45 | - [ArcGIS Online](https://www.arcgis.com/) — Cloud-based mapping and spatial analysis 46 | - [Gephi](https://gephi.org/) — Visualization and spatial network analysis 47 | -------------------------------------------------------------------------------- /docs/gov-legal.md: -------------------------------------------------------------------------------- 1 | ## ⚖️ Government & Legal Records 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Court and Legal Databases 6 | - [PACER](https://pacer.uscourts.gov/) — US federal court records (paid access) 7 | - [CourtListener](https://www.courtlistener.com/) — Free access to US legal opinions and filings 8 | - [Justia](https://www.justia.com/) — US law and case database 9 | - [BAILII](https://www.bailii.org/) — British and Irish legal information institute 10 | - [EUR-Lex](https://eur-lex.europa.eu/) — Access to European Union law 11 | - [CanLII](https://www.canlii.org/) — Canadian case law and statutes 12 | - [AustLII](http://www.austlii.edu.au/) — Australian legal database 13 | 14 | ### Government Records and Open Data 15 | - [Data.gov](https://www.data.gov/) — US government open data portal 16 | - [EU Open Data Portal](https://data.europa.eu/en) — European Union open datasets 17 | - [UK Data Service](https://ukdataservice.ac.uk/) — UK government open data 18 | - [World Bank Data](https://data.worldbank.org/) — Global development and economic datasets 19 | - [IMF Data](https://www.imf.org/en/Data) — International Monetary Fund data portal 20 | 21 | ### Official Registers 22 | - [UN Sanctions List](https://scsanctions.un.org/) — Consolidated United Nations sanctions 23 | - [Interpol Red Notices](https://www.interpol.int/en/How-we-work/Notices/View-Red-Notices) — Wanted persons database 24 | - [OFAC Sanctions List](https://sanctionssearch.ofac.treas.gov/) — US Treasury sanctions search 25 | - [FBI Most Wanted](https://www.fbi.gov/wanted) — FBI wanted fugitives list 26 | - [EU Sanctions Map](https://www.sanctionsmap.eu/) — Sanctions measures of the EU 27 | -------------------------------------------------------------------------------- /docs/image-reverse.md: -------------------------------------------------------------------------------- 1 | ## 📷 Image & Reverse Search 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Reverse Image Search Engines 6 | - [Google Images](https://images.google.com/) — Reverse image search and visual similarity 7 | - [Yandex Images](https://yandex.com/images/) — Powerful reverse search, especially for faces and objects 8 | - [TinEye](https://tineye.com/) — Reverse image search with focus on older content 9 | - [Bing Visual Search](https://www.bing.com/visualsearch) — Reverse image search from Microsoft 10 | - [Karma Decay](https://karmadecay.com/) — Reverse search for Reddit images 11 | 12 | ### Metadata Extraction 13 | - [ExifTool](https://exiftool.org/) — Extract EXIF and metadata from images 14 | - [Jeffrey’s Exif Viewer](http://exif.regex.info/exif.cgi) — Online EXIF metadata viewer 15 | - [Exif.regex](https://exif.regex.info/) — Alternative online EXIF viewer 16 | 17 | ### Image Forensics 18 | - [Forensically](https://29a.ch/photo-forensics/) — Online forensic suite for images 19 | - [FotoForensics](http://fotoforensics.com/) — Error Level Analysis and image authenticity tools 20 | - [Image Edited?](https://imageedited.com/) — Quick analysis of digital image edits 21 | - [IZITRU](http://www.izitru.com/) — Authenticate photo originality (legacy, limited availability) 22 | 23 | ### Facial Recognition and Search 24 | - [PimEyes](https://pimeyes.com/) — Face search engine (commercial) 25 | - [Betaface](http://www.betaface.com/demo.html) — Face recognition demo 26 | - [FindClone](https://findclone.ru/) — Russian facial recognition search engine 27 | -------------------------------------------------------------------------------- /docs/infra-domains.md: -------------------------------------------------------------------------------- 1 | ## 🌍 Domains, IPs & Infrastructure 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Registries and Whois 6 | - [Whois](https://who.is) — Basic Whois lookup 7 | - [ICANN Whois](http://whois.icann.org/en) — Official ICANN Whois 8 | - [ARIN](http://arin.net) — North America IP registry 9 | - [RIPE](http://ripe.net/) — Europe, Russia, Middle East IP registry 10 | - [APNIC](http://apnic.net) — Asia-Pacific IP registry 11 | - [LACNIC](http://lacnic.net) — Latin America and Caribbean IP registry 12 | - [AFRINIC](http://afrinic.net) — Africa IP registry 13 | - [Apnic WhoWas](https://www.apnic.net/static/whowas-ui/) — Historical Asia-Pacific domains 14 | - [SIDN](http://sidn.nl) — Netherlands domain registry 15 | - [Eurid](https://eurid.eu/en/) — .EU domain registry 16 | 17 | ### Domain Intelligence 18 | - [DomainTools](https://domaintools.com) — Domain research platform 19 | - [DomainIQ](https://www.domainiq.com/) — Domain intelligence and history 20 | - [Completedns](https://completedns.com/dns-history/) — DNS history database 21 | - [WhoisRequest](http://whoisrequest.com/history/) — Domain ownership history lookup 22 | - [DomainBigData](http://domainbigdata.com) — Domain ownership and historical data 23 | - [SecurityTrails](https://securitytrails.com/) — DNS and infrastructure data 24 | - [Robtex](http://robtex.com/) — Infrastructure graph explorer 25 | 26 | ### Certificates and DNS 27 | - [CertDB](http://certdb.com) — Historical SSL certificates 28 | - [crt.sh](https://crt.sh/) — Certificate Transparency logs 29 | - [PassiveDNS (Mnemonic)](https://passivedns.mnemonic.no/) — Historical DNS resolution 30 | - [DNSDumpster](https://dnsdumpster.com/) — DNS mapping and reconnaissance 31 | - [DNSlytics](https://dnslytics.com) — DNS, IP, and ASN intelligence 32 | - [ViewDNS](http://viewdns.info) — Multi-tool for DNS and Whois lookups 33 | 34 | ### Technology Fingerprinting 35 | - [BuiltWith](https://builtwith.com/) — Website technology profiler 36 | - [Wappalyzer](https://www.wappalyzer.com/) — Detect CMS, frameworks, and technologies 37 | - [Netcraft](https://toolbar.netcraft.com/site_report?url=) — Site reports and hosting analysis 38 | - [Online Nikto scanner](https://nikto.online/) — Identifying Potential Vulnerabilities and Misconfigurations (Active & OSINT) 39 | - [SpyOnWeb](http://spyonweb.com) — Shared analytics and advertising IDs 40 | - [VisualSiteMapper](http://www.visualsitemapper.com) — Website relation mapping 41 | 42 | ### IP Tools 43 | - [IPVoid](http://www.ipvoid.com/) — IP lookup and blacklist checks 44 | - [GeoIP Tool](https://geoiptool.com/) — Approximate IP geolocation 45 | - [CentralOps](http://centralops.net) — Network lookup toolkit 46 | - [Network-Tools](http://network-tools.com) — Classic network OSINT (legacy) 47 | - [Online Port scanner](https://portscanner.online) — Check Open Ports (Active Scanning & OSINT) for Target Host 48 | - [I Know What You Download](https://iknowwhatyoudownload.com/en/peer/) — Torrent history by IP 49 | 50 | ### Domain Age and History 51 | - [CarbonDate](http://carbondate.cs.odu.edu/) — Estimate when a domain was created 52 | - [Webotheek.nl](https://webotheek.nl/) — Dutch .nl domain research 53 | - [Timer4Web](http://timer4web.com) — Detect changes and analytics IDs (partial free, paid features) 54 | - [Whois EasyCounter](https://whois.easycounter.com/) — Historical Whois and ownership details 55 | - [WhyNoHTTPS](https://whynohttps.com/) — Database of sites without HTTPS 56 | 57 | ### Website Relationship & Similarity 58 | - [SimilarSites](https://www.similarsites.com/) — Find websites similar to a given domain 59 | - [SitesLike](https://www.siteslike.com/) — Discover alternative sites and competitors 60 | -------------------------------------------------------------------------------- /docs/intel-feeds.md: -------------------------------------------------------------------------------- 1 | ## 📡 Intelligence Feeds 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Community Threat Feeds 6 | - [ThreatFox](https://threatfox.abuse.ch/) — Community-driven IOC feed 7 | - [URLhaus](https://urlhaus.abuse.ch/) — Malicious URL tracker 8 | - [Feodo Tracker](https://feodotracker.abuse.ch/) — Banking trojan command and control trackers 9 | - [MalwareBazaar](https://bazaar.abuse.ch/) — Malware sample and hash sharing platform 10 | - [AlienVault OTX](https://otx.alienvault.com/) — Open threat exchange community 11 | 12 | ### Commercial and Specialized Feeds 13 | - [Spamhaus](https://www.spamhaus.org/) — Blocklists for IPs, domains, and spam sources 14 | - [AbuseIPDB](https://www.abuseipdb.com/) — Community-reported IP abuse database 15 | - [CIRCL OSINT Feeds](https://www.circl.lu/services/osint/) — Public OSINT-based threat feeds from Luxembourg 16 | - [Abuse.ch SSLBL](https://sslbl.abuse.ch/) — SSL certificate blocklist for malicious infrastructure 17 | - [PhishTank](https://phishtank.org/) — Community phishing URL repository (overlaps phishing but also feed source) 18 | - [OpenPhish](https://openphish.com/) — Automated phishing intelligence feed 19 | 20 | ### Attack Surface and Internet Scanning 21 | - [GreyNoise](https://www.greynoise.io/) — Contextual intelligence for internet scanners 22 | - [Shodan Alerts](https://www.shodan.io/alerts) — Monitor exposure of internet-connected assets 23 | - [Censys Search and Data](https://censys.io/) — Enriched dataset of hosts and certificates 24 | -------------------------------------------------------------------------------- /docs/learning.md: -------------------------------------------------------------------------------- 1 | ## 📚 Learning Resources 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Guides and Books 6 | - [Open Source Intelligence Techniques (Michael Bazzell)](https://inteltechniques.com/) — Comprehensive OSINT book and toolkit 7 | - [Bellingcat OSINT Guides](https://www.bellingcat.com/resources/) — Investigative journalism and OSINT techniques 8 | - [OSINT Techniques (Sector035’s Curated Lists)](https://sector035.nl/) — Weekly curated OSINT links and guides 9 | - [Handbook of Collective Intelligence](https://collective-intelligence.github.io/) — Research and methodology (academic) 10 | 11 | ### Training and Communities 12 | - [OSINT Dojo](https://www.osintdojo.com/) — Free structured learning path for OSINT 13 | - [OSINT Curious](https://www.osintcurio.us/) — Blog, podcast, and tutorials (archived but valuable) 14 | - [Trace Labs OSINT VM & CTFs](https://www.tracelabs.org/) — Virtual machines and OSINT competitions 15 | - [Quiztime](https://twitter.com/quiztime) — Daily OSINT challenges on Twitter/X 16 | - [Bellingcat Workshops](https://www.bellingcat.com/workshops/) — Paid training on open source investigations 17 | 18 | ### Blogs and Podcasts 19 | - [SecJuice](https://www.secjuice.com/) — Articles on OSINT, infosec, and cyber investigations 20 | - [NoHat](https://www.nohat.cc/) — OSINT and cybersecurity research blog 21 | - [SANS OSINT Blog](https://www.sans.org/blog/osint/) — Professional OSINT articles 22 | - [CyberWire Daily](https://thecyberwire.com/podcasts/daily-podcast) — Cybersecurity news and OSINT-adjacent podcast 23 | - [From The Source](https://blackdotsolutions.com/podcast) - OSINT podcast interviewing professionals by BlackDot Solutions 24 | - [The Pivot](https://www.maltego.com/categories/the-pivot-podcast/) - OSINT podcast interviewing professionals by Maltego 25 | -------------------------------------------------------------------------------- /docs/malware-cti.md: -------------------------------------------------------------------------------- 1 | ## 🦠 Malware Analysis & CTI 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Malware Analysis Platforms 6 | - [VirusTotal](https://www.virustotal.com/) — Multi-engine malware scanner and intelligence 7 | - [Hybrid Analysis](https://www.hybrid-analysis.com/) — Dynamic malware sandbox 8 | - [ANY.RUN](https://any.run/) — Interactive sandbox for malware analysis 9 | - [Cuckoo Sandbox](https://cuckoosandbox.org/) — Open-source automated malware analysis 10 | - [Intezer Analyze](https://analyze.intezer.com/) — Malware genealogy and code reuse analysis 11 | - [Joe Sandbox](https://www.joesecurity.org/) — Advanced malware analysis (commercial) 12 | - [MalwareBazaar](https://bazaar.abuse.ch/) — Repository of malware samples and hashes 13 | 14 | ### Malware Analysis Tools 15 | - [Remnux](https://remnux.org/) — Linux toolkit for reverse-engineering and malware analysis 16 | - [YARA](https://virustotal.github.io/yara/) — Pattern matching rules for malware detection 17 | - [PEStudio](https://www.winitor.com/) — Windows executable analysis tool 18 | - [Capa](https://github.com/mandiant/capa) — Detect capabilities in executable files 19 | - [Die (Detect It Easy)](https://github.com/horsicq/DIE-engine) — PE file analysis tool 20 | 21 | ### Threat Intelligence Platforms 22 | - [MISP](https://www.misp-project.org/) — Open-source threat intelligence platform 23 | - [OpenCTI](https://www.opencti.io/en/) — Cyber threat intelligence knowledge graph 24 | - [YETI](https://yeti-platform.github.io/) — Open-source threat intelligence management 25 | - [ThreatConnect](https://threatconnect.com/) — Commercial CTI platform 26 | - [EclecticIQ Platform](https://www.eclecticiq.com/platform) — Enterprise-grade CTI platform 27 | 28 | ### IOC Enrichment and Threat Data 29 | - [ThreatMiner](https://www.threatminer.org/) — Data mining for IOCs, malware samples, SSL, and Whois 30 | - [ThreatCrowd](https://threatcrowd.org/) — Search domains, IPs, hashes, and emails 31 | - [Abuse.ch](https://abuse.ch/) — ThreatFox, Feodo Tracker, URLhaus, and SSLBL 32 | - [GreyNoise](https://www.greynoise.io/) — Context on IPs scanning the internet 33 | - [AlienVault OTX](https://otx.alienvault.com/) — Community threat intelligence platform 34 | - [Maltiverse](https://maltiverse.com/) — Threat intelligence IOC enrichment 35 | - [Shodan](https://www.shodan.io/) — Internet-wide scanner, also useful for CTI investigations 36 | - [Censys](https://censys.io/) — Internet infrastructure and certificate search 37 | -------------------------------------------------------------------------------- /docs/maritime.md: -------------------------------------------------------------------------------- 1 | ## 🚢 Maritime OSINT 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Vessel Ownership & ID Records 6 | - [Equasis](http://www.equasis.org/EquasisWeb/public/HomePage) — Vessel ownership and identification records 7 | - [Maritime Database](https://www.maritime-database.com) — Ship database and ownership info 8 | 9 | ### Global Ship Tracking & AIS 10 | - [MarineTraffic](https://www.marinetraffic.com) — Global ship tracking intelligence (AIS) 11 | - [VesselFinder](https://www.vesselfinder.com) — Ship positions and real-time AIS data 12 | - [VesselTracker](https://www.vesseltracker.com) — Vessel and port tracking service 13 | - [MyShipTracking](https://www.myshiptracking.com) — Live AIS vessel tracker 14 | - [ShipAIS](http://www.shipais.com) — AIS ship tracking 15 | - [ShipFinder](http://www.shipfinder.com) — Vessel tracking 16 | - [ShipFinder.co](http://shipfinder.co) — Alternative ship tracking site 17 | - [Shipping Explorer](http://www.shippingexplorer.net) — Vessel positions and port data 18 | - [ShipSpotting](http://www.shipspotting.com) — Vessel photography and community 19 | - [CruiseMapper](http://www.cruisemapper.com) — Cruise ship tracker and itineraries 20 | - [Cruisin.me Tracker](http://www.cruisin.me/cruise-ship-tracker) — Cruise ship tracking tool 21 | 22 | ### Specialized AIS & Regional Tools 23 | - [BoatNerd AIS](http://ais.boatnerd.com) — AIS tracking (Great Lakes focus) 24 | - [eships.net](http://eships.net) — AIS ship tracking service 25 | - [Maritime Connector](http://maritime-connector.com) — Maritime jobs and company directory 26 | - [AIS SK2HG](http://ais.sk2hg.se) — AIS tracking site 27 | - [Digimap Guernsey AIS](http://www.digimap.gg/marine/ais) — AIS Explorer for Guernsey waters 28 | - [HELCOM AIS Explorer](http://maps.helcom.fi/website/AISexplorer) — Baltic Sea shipping traffic 29 | - [Marine Scotland AIS](http://marine.gov.scot/information/ais-shipping-trafficselected-ports) — Scottish shipping AIS data 30 | - [AIS Tracker Russia](http://en.aistracker.ru/map7.asp) — AIS tracker (Russia) 31 | - [Gloucester Harbour Trustees](http://gloucesterharbourtrustees.org.uk/ship-positionsmarine-traffic) — Local ship positions 32 | 33 | ### Cargo & Container Tracking 34 | - [CargoTracking Utopiax](http://cargotracking.utopiax.org/containertracking.html) — Container tracking portal 35 | - [Container-Tracking.org](http://container-tracking.org) — Container tracking across carriers 36 | - [ShipmentLink](https://www.shipmentlink.com/servlet/TDB1_CargoTracking.do) — Carrier-specific cargo tracking 37 | - [ShipIt UK](https://www.shipit.co.uk/container-tracking.htm) — Container tracking service 38 | 39 | ### Fishing & Monitoring 40 | - [Global Fishing Watch](https://globalfishingwatch.org/map) — Fishing vessel tracking and monitoring 41 | 42 | ### Naval & Defense 43 | - [Naval Technology](https://www.naval-technology.com) — Naval industry news and projects 44 | - [Janes](https://www.janes.com) — Defence and security intelligence 45 | 46 | ### Ports & Marine Info 47 | - [Ports.com](http://ports.com) — Port information and distance calculator 48 | - [InfoMarine24](http://www.infomarine24.com) — Shipping and marine news 49 | 50 | ### Yachts & Luxury Vessels 51 | - [SuperYachts.com](https://www.superyachts.com) — Superyacht news and database 52 | -------------------------------------------------------------------------------- /docs/news-media.md: -------------------------------------------------------------------------------- 1 | ## 📰 News & Media Monitoring 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### News Aggregators 6 | - [Google News](https://news.google.com/) — Aggregated news across global sources 7 | - [Yahoo News](https://news.yahoo.com/) — Mainstream news aggregation and coverage 8 | - [Euronews](https://www.euronews.com/) — European and international news service 9 | - [AllSides](https://www.allsides.com/unbiased-balanced-news) — News aggregation with political bias rating 10 | - [NewsNow](https://www.newsnow.co.uk/) — Breaking news aggregation by region and topic 11 | 12 | ### Media Search Engines 13 | - [GDELT Project](https://www.gdeltproject.org/) — Global database of events, language, and tone in news media 14 | - [Media Cloud](https://mediacloud.org/) — Research tool for analyzing online news 15 | - [Event Registry](https://eventregistry.org/) — AI-driven news aggregation and analysis 16 | - [AYLIEN News API](https://aylien.com/news-api/) — News search and analysis API (freemium) 17 | - [Bloomberg](https://www.bloomberg.com/) — Business and global news (commercial) 18 | - [Reuters](https://www.reuters.com/) — International newswire service 19 | 20 | ### Adverse and Risk-focused Media 21 | - [Adverse Media Search](https://www.no-nonsense-intel.com/adverse-media-search-tool) — Search for adverse media reports on entities 22 | - [Dow Jones Risk & Compliance](https://professional.dowjones.com/risk-compliance/) — Adverse media and watchlists (commercial) 23 | - [LexisNexis Newsdesk](https://www.lexisnexis.com/en-us/professional/solutions/newsdesk.page) — Professional news and risk intelligence platform 24 | 25 | ### Broadcast and Live Monitoring 26 | - [LiveNewsNow](https://www.livenewsnow.com/) — Live streaming of news channels 27 | - [EarthCam](https://www.earthcam.com/) — Live webcams from around the world 28 | - [NewsLookUp](https://newslookup.com/) — News search engine with live feeds and archive 29 | 30 | ### Social Media & Trend Tracking 31 | - [CrowdTangle](https://www.crowdtangle.com/) — Facebook and Instagram content monitoring (restricted access) 32 | - [BuzzSumo](https://buzzsumo.com/) — Content monitoring and social trend analysis (freemium) 33 | - [Talkwalker Alerts](https://www.talkwalker.com/alerts) — Google Alerts alternative for media and web mentions 34 | - [Mention](https://mention.com/en/) — Monitor mentions across news and social media (freemium) 35 | -------------------------------------------------------------------------------- /docs/osint-for-good.md: -------------------------------------------------------------------------------- 1 | ## 🧑‍🤝‍🧑 OSINT for Good (NGOs & Initiatives) 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Child Protection and Exploitation Prevention 6 | - [NCMEC](https://www.missingkids.org/) — US National Center for Missing and Exploited Children 7 | - [Europol Trace an Object](https://www.europol.europa.eu/stopchildabuse) — Crowdsource identification of child abuse materials 8 | - [NCPTF](https://www.ncptf.org/) — National Child Protection Task Force 9 | - [FBI ECAP](https://www.fbi.gov/wanted/ecap) — FBI Endangered Child Alert Program 10 | - [Trace Labs](https://www.tracelabs.org/) — Crowdsourced OSINT for missing persons 11 | 12 | ### Anti-Trafficking and Human Rights 13 | - [Innocent Lives Foundation](https://www.innocentlivesfoundation.org/) — Identify perpetrators of child exploitation 14 | - [StopTheTraffik](https://www.stopthetraffik.org/) — Global initiative to disrupt human trafficking 15 | - [ATII](https://followmoneyfightslavery.org/) — Anti-Human Trafficking Intelligence Initiative 16 | - [BADASS Army](https://badassarmy.org/) — Fight against non-consensual image sharing 17 | - [Amnesty Citizen Evidence Lab](https://citizenevidence.org/) — Tools and resources for human rights verification 18 | 19 | ### Crisis Mapping and Volunteer Intel 20 | - [Humanity Road](https://www.humanityroad.org/) — Crisis response and disaster mapping 21 | - [CrisisMapping Network](http://crisismapping.ning.com/) — Community for humanitarian crisis mapping 22 | - [InformNapalm](https://informnapalm.org/en/) — Volunteer intelligence about conflicts and disinformation 23 | - [Locate International](https://locate.international/) — Cold case review and investigation through OSINT 24 | -------------------------------------------------------------------------------- /docs/people-social.md: -------------------------------------------------------------------------------- 1 | ## 👤 People Search & Social Media 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Cross-Platform 6 | - [Sherlock](https://github.com/sherlock-project/sherlock) — Username search across 350+ sites 7 | - [WhatsMyName](https://whatsmyname.app/) — Fast username enumeration 500+ sites 8 | - [Epieos](https://epieos.com) - Powerful searchtool for e-mail address / phonenumber to accounts 9 | - [Lolarchiver](https://lolarchiver.com) - Great searchtool e-mail address / phonenumber to accounts and gamerelated usernames 10 | - [Maigret](https://github.com/soxoj/maigret) — Collect profiles by username across 2000+ sites 11 | - [Holehe](https://github.com/megadose/holehe) — Check if email is registered on platforms 12 | - [Blackbird](https://github.com/p1ngul1n0/blackbird) — Alternative username search engine 13 | - [Namechk](https://namechk.com/) — Username/domain availability 14 | - [Socialscan](https://github.com/iojw/socialscan) — Check username/email across services 15 | - [UserSearch](https://usersearch.org/) — Find usernames across forums, social, communities 16 | - [IDcrawl](https://www.idcrawl.com/) — Meta search for people across multiple social networks 17 | - [PeekYou](https://www.peekyou.com/) — Publicly available people search 18 | - [Pipl](https://pipl.com/) — Commercial people search & enrichment 19 | 20 | --- 21 | 22 | ### Twitter / X 23 | - [Twint](https://github.com/twintproject/twint) — Scrape Twitter without API keys 24 | - [snscrape](https://github.com/JustAnotherArchivist/snscrape) — Scrape tweets, profiles, hashtags 25 | - [TweetBeaver](https://tweetbeaver.com/) — Lookup tools for profiles, likes, followers 26 | - [Foller.me](https://foller.me/) — Analyze Twitter account topics & activity 27 | - [BirdHunt](https://birdhunt.co/) — Historical tweet search 28 | - [Twitonomy](https://www.twitonomy.com/) — Analytics on tweets, mentions, followers, lists 29 | - [Bot Sentinel](https://botsentinel.com/) — Detect and analyze bot-like or inauthentic accounts 30 | - [Wayback Tweets](https://waybacktweets.streamlit.app/) — Retrieve deleted or archived tweets 31 | - [Nitter](https://nitter.net/) — Alternative Twitter front-end, useful for OSINT scraping 32 | 33 | 34 | --- 35 | 36 | ### Instagram 37 | - [Instaloader](https://github.com/instaloader/instaloader) — Download posts, stories, metadata 38 | - [OSINTgram](https://github.com/Datalux/Osintgram) — Command-line Instagram OSINT 39 | - [InstaLooter](https://github.com/althonos/InstaLooter) — Download profile content 40 | - [Picuki](https://www.picuki.com/) — Instagram web viewer/downloader 41 | - [StoriesDown](https://storiesdown.com/) — Download Instagram stories anonymously 42 | - [InstaDP](https://www.instadp.io/) — View and download profile pictures 43 | 44 | --- 45 | 46 | ### LinkedIn 47 | - [RocketReach](https://rocketreach.co/) — Email/profile enrichment (freemium) 48 | - [SignalHire](https://www.signalhire.com/) — LinkedIn email extraction (freemium) 49 | - [Hunter.io](https://hunter.io/) — Corporate email discovery 50 | - [PhantomBuster](https://phantombuster.com/) — Automate LinkedIn scraping (freemium) 51 | - [SalesQL](https://salesql.com/) — LinkedIn lead & contact extraction 52 | 53 | --- 54 | 55 | ### TikTok 56 | - [TikTok-OSINT](https://github.com/isaacjullien/TikTok-OSINT) — Extract TikTok profile data 57 | - [TikTok-Scraper](https://github.com/drawrowfly/tiktok-scraper) — Download videos, scrape metadata 58 | - [Urlebird](https://urlebird.com/) — View TikTok profiles without login 59 | - [Exolyt](https://exolyt.com/) — TikTok analytics & monitoring (freemium) 60 | 61 | --- 62 | 63 | ### Reddit 64 | - [Pushshift Reddit Search](https://redditsearch.io/) — Historical Reddit data 65 | - [Reddit Insight](https://redditinsight.com/) — Analyze profiles & posting activity 66 | - [ReSavr](https://www.resavr.com/) — Recover deleted comments 67 | - [Camas Reddit Investigator](https://camas.github.io/reddit-search/) — Search Reddit posts & comments 68 | - [Redective](https://redective.com/) - The Reddit Search Detective 69 | 70 | --- 71 | 72 | ### Snapchat 73 | - [SnapChat Political Ads Database](https://www.snap.com/political-ads) - Political Ads Database starting from 2018 74 | - [SnapChat Explore](https://snapchat.com/explore/) - Use search bar to search for usernames, tags f.e. 75 | - [Snaplytics](https://snaplytics.io/) - Several tools to download profile pictures, stories and videos 76 | 77 | ### YouTube 78 | - [YTCommentSearch](https://polsy.org.uk/stuff/ytrestrict.cgi) — Search video comments 79 | - [Noxinfluencer](https://www.noxinfluencer.com/) — YouTube channel analytics 80 | - [Channel Crawler](https://channelcrawler.com/) — Find channels by keyword/topic 81 | - [Social Blade](https://socialblade.com/) — Stats on YouTube/Twitch/Twitter accounts 82 | - [YouTube Metadata](https://mattw.io/youtube-metadata/) - Grabs details about a video/uploader/playlist/creator/channel 83 | - [YoutTube Geolocation](https://mattw.io/youtube-geofind/location) - Find videos based on geolocation 84 | - [YouTube Video Finder](https://findyoutubevideo.thetechrobo.ca/) - Find (archived) YouTube videos 85 | 86 | --- 87 | 88 | ### Telegram 89 | - [Telegago](https://github.com/Telegago/Telegago) — Group/channel OSINT 90 | - [TgScan](https://tgscan.xyz/) — Search public groups/channels 91 | - [TGDB](https://www.tgdb.org/) - Searchable Telegram database service 92 | - [Telemetr.io](https://telemetr.io/) - Telegram analytics suite 93 | - [IntelX - Telegram](https://intelx.io/tools?tab=telegram) - IntelX Telegram Search 94 | - [Telepathy](https://github.com/jordanwildon/Telepathy) — Extract account info via API 95 | - [FindThatGroup](https://findthatgroup.com/) — Public group/channel directory 96 | - [Combot](https://combot.org/telegram/top/groups) — Top Telegram groups/channels 97 | - [TLGrip](https://github.com/Ph055a/TLGrip) — Telegram scraper for groups/chats 98 | - [Telegram Channels](https://tlgrm.eu/channels) - Search Telegram Channels 99 | - [Telemetry](https://www.telemetryapp.io/) - Telegram analytics tool 100 | - [Tgstat](https://tgstat.com/) - Russian-based Telegram analytics tool 101 | 102 | --- 103 | 104 | ### Discord 105 | - [Disboard](https://disboard.org/) — Server directory 106 | - [Discord Lookup](https://discord.id/) — Lookup user IDs 107 | - [Snowsta](https://snowsta.com/) — Discord snowflake ID OSINT 108 | - [Guild.xyz](https://guild.xyz/) — Explore Discord guilds & communities 109 | 110 | --- 111 | 112 | ### Facebook 113 | - [StalkFace](https://stalkface.com/) — Extract hidden profile info 114 | - [Lookup-ID](https://lookup-id.com/) — Get Facebook IDs from URLs 115 | - [GraphTips](https://github.com/Malandrin/GraphTips) — Facebook graph search revival 116 | - [Social Search Facebook](https://www.social-searcher.com/facebook-search/) — Search within Facebook 117 | 118 | --- 119 | 120 | ### GitHub 121 | - [React GitHub Notetaker](https://githubnotes-47071.firebaseapp.com/) — GitHub Username Search 122 | - [GitHub Username Search Engine](https://jonnygovish.github.io/Github-username-search-engine/) — Does what the name says 123 | - [GitHub Tending RSS](https://mshibanami.github.io/GitHubTrendingRSS/) — RSS feed trending topics 124 | - [GitHub Dorking List](https://github.com/techgaun/github-dorks) — List of useful GitHub dorks 125 | 126 | --- 127 | 128 | ### VKontakte (VK) OSINT 129 | - [VK Watch](https://vk.watch) — Search for profiles, posts, videos, and groups 130 | - [Bellingcat VK Scraper](https://github.com/bellingcat/vk-scraper) — Python tool to scrape profiles, photos, and groups 131 | - [VK ID Lookup](https://regvk.com/id/) — Find a VK profile by numeric ID or slug 132 | - [vk_api (Python)](https://github.com/python273/vk_api) — Unofficial Python library for VK API access 133 | - [vk-grabber](https://github.com/sashgorokhov/vk-grabber) — Bulk scraping of VK photos and posts 134 | - [Wayback Machine](https://web.archive.org/web/*/vk.com/*) — View archived/removed VK content 135 | - [OSINTCombine VK Guide](https://www.osintcombine.com/post/vk-osint) — Practical guide for VK investigations 136 | - [Search4Faces](https://search4faces.com) — Reverse face search across VKontakte 137 | - [VK History Robot](https://t.me/VKHistoryRobot) — Telegram bot to view VK profile history changes 138 | - [FindNameVk Bot](https://t.me/FindNameVk_bot) — Telegram bot to search for VK profiles by name 139 | - [Дезертир](https://t.me/deserteer) — Telegram tool for VK-related OSINT (Russian) 140 | - [Barkov.net](https://barkov.net/) — VK user and community search engine 141 | - [VK5](https://vk5.city/) — VK search engine and analytics tool 142 | - [VK Community Search](https://vk.com/communities) — Discover VK groups and communities 143 | - [VK People Search](https://vk.com/people) — Find VK users by various filters 144 | 145 | --- 146 | 147 | ### Other Platforms 148 | - [Flickr API](https://www.flickr.com/services/api/) — Photo metadata 149 | - [Mastodon Instances](https://instances.social/) — Fediverse OSINT 150 | - [Gab Trends](https://trends.gab.com/) — Gab content tracker 151 | - [Clubhouse Tools](https://clubsearch.io/) — Clubhouse room & club search (limited) 152 | - [Clubhouse DB](https://clubhousedb.com) - Clubhouse User database 153 | - [Truth Social Search](https://truthsocial.tools/) — Tools for Donald Trump’s Truth Social 154 | - [Parler Tracker](https://parlertracker.com/) — Track content from Parler 155 | 156 | --- 157 | 158 | ### Social Media Monitoring & Analytics 159 | - [Hootsuite](https://hootsuite.com/) — Social media management and monitoring platform 160 | - [Buffer](https://buffer.com/) — Scheduling and monitoring of social media activity 161 | - [Brandwatch](https://www.brandwatch.com/) — Social listening and analytics platform 162 | - [Audiense](https://audiense.com/) — Audience segmentation and Twitter analytics 163 | -------------------------------------------------------------------------------- /docs/phishing-email.md: -------------------------------------------------------------------------------- 1 | ## 🎣 Phishing & Email Investigation 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Email Breach and Reputation 6 | - [Have I Been Pwned](https://haveibeenpwned.com/) — Search if an email appears in known data breaches 7 | - [DeHashed](https://dehashed.com/) — Breach and credential search 8 | - [EmailRep.io](https://emailrep.io/) — Email reputation and risk scoring 9 | - [Hunter.io](https://hunter.io/) — Discover corporate email patterns and addresses 10 | 11 | ### Email Analysis 12 | - [MX Toolbox](https://mxtoolbox.com/EmailHeaders.aspx) — Email header analyzer and MX tools 13 | - [mailtester.com](http://mailtester.com/) — Check if an email address is valid and deliverable 14 | - [VerifyEmail](https://tools.verifyemailaddress.io/) — Verify the validity of an email address 15 | 16 | ### URL and Phishing Kit Analysis 17 | - [urlscan.io](https://urlscan.io/) — Sandbox and visualize web requests from a URL 18 | - [URLquery](http://urlquery.net) — Analyze suspicious URLs and detect malicious behavior 19 | - [PhishTank](https://phishtank.org/) — Community-driven phishing URL database 20 | - [OpenPhish](https://openphish.com/) — Automated phishing feed 21 | - [StalkPhish](https://github.com/t4d/StalkPhish) — Identify phishing kits and reused infrastructures 22 | 23 | ### IOC and Threat Intelligence Integration 24 | - [Maltiverse](https://maltiverse.com/search) — IOC enrichment and threat intelligence search 25 | - [ThreatMiner](https://www.threatminer.org/) — IOC and malware sample data mining 26 | - [ThreatCrowd](https://threatcrowd.org/) — Investigate domains, IPs, and emails via visual graphs 27 | -------------------------------------------------------------------------------- /docs/railways.md: -------------------------------------------------------------------------------- 1 | ## 🚆 Railway & Train OSINT 2 | 3 | [← Back to Index](../README.md) 4 | 5 | - [Global Railway Map Reference](https://www.openrailwaymap.org/) 6 | - [Zugradar](https://zugradar.oebb.at/bin/help.exe/dn?tpl=livefahrplan) 7 | - [Belgian Train Map](https://trainmap.belgiantrain.be/) 8 | - [VR Trains Finland](https://junatkartalla.vr.fi/?lang=en-US) 9 | - [TRAVIC Visualization](https://tracker.geops.de/?z=13&s=1&x=950813.1667&y=6003976.5951&l=transport) 10 | - [SNCF Train Geolocation](https://www.sncf.com/fr/itineraire-reservation/geolocalisation) 11 | - [MÁV-START Hungary](https://emma.mav.hu/#/) 12 | - [OVzoeker NL](https://ovzoeker.nl/) 13 | - [PKP Portal Pasażera](https://portalpasazera.pl/MapaOL) 14 | - [Slovakia Rail Map](https://mapa.zsr.sk/) 15 | - [UK Train Map (traintimes.org.uk)](https://traintimes.org.uk/map/#bhm) 16 | - [Swiss Railways Network](https://maps.vasile.ch/transit-sbb/) 17 | - [Trainradar Track-Trace](https://track-trace.live/trainradar/) 18 | - [Rail Delivery Group Data](https://www.raildeliverygroup.com/our-services/rail-data.html) 19 | - [Railway Technology Company A-Z](https://www.railway-technology.com/company-a-z) 20 | - [Dutch Railway Map](https://spoorkaart.mwnn.nl/) 21 | - [Rail Webcams](https://railwebcams.net/) 22 | - [Raildar France](https://raildar.fr/) 23 | - [Data.gov Railroad Datasets](https://catalog.data.gov/dataset?tags=railroad) 24 | - [BC Canada Railway Track Dataset](https://catalogue.data.gov.bc.ca/dataset/railway-track-line) 25 | - [Realtime Trains UK](https://www.realtimetrains.co.uk/) 26 | - [Interrail Country Trains](https://www.interrail.eu/en/plan-your-trip/trains-europe/trainscountry) 27 | - [US DOT Railroads](https://www.transportation.gov/railroads) 28 | - [Transport Scotland Public Transport](https://www.transport.gov.scot/public-transport) 29 | -------------------------------------------------------------------------------- /docs/reporting-visualization.md: -------------------------------------------------------------------------------- 1 | ## 📝 Reporting & Visualization 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Investigation Case Management 6 | - [Hunchly](https://www.hunch.ly/) — Web capture and investigation case management for OSINT 7 | - [CaseFile (Paterva)](https://www.paterva.com/web7/buy/maltego-clients/casefile.php) — Link analysis and case organization tool 8 | - [Aleph (OCCRP)](https://data.occrp.org/) — Investigative data and case management platform 9 | 10 | ### Network and Relationship Mapping 11 | - [BlackDot Videris](https://blackdotsolutions.com/videris) - Intelligence platform for OSINT investigations (commercial) 12 | - [Gephi](https://gephi.org/) — Open-source visualization for graphs and networks 13 | - [Kumu](https://kumu.io/) — Relationship mapping and dynamic visualization platform 14 | - [Maltego](https://maltego.com) - OG - one of the best graphical link analysis platforms out there (commercial and free) 15 | - [IBM i2 Analyst’s Notebook](https://www.ibm.com/products/i2-analyze) — Commercial link and intelligence analysis 16 | - [Palantir Gotham](https://www.palantir.com/gotham/) — Enterprise platform for investigations and intelligence (commercial) 17 | -------------------------------------------------------------------------------- /docs/search-engines.md: -------------------------------------------------------------------------------- 1 | ## 🔍 Search Engines 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### General Search Engines 6 | - [Google](https://www.google.com) — The most widely used web search engine 7 | - [Bing](https://www.bing.com) — Microsoft’s search engine 8 | - [DuckDuckGo](https://duckduckgo.com) — Privacy-focused search engine 9 | - [Startpage](https://www.startpage.com) — Google results with enhanced privacy 10 | - [Yahoo Search](https://search.yahoo.com) — Web search with integrated news and content 11 | - [Yandex](https://yandex.com) — Russian search engine with strong image search 12 | - [Baidu](https://www.baidu.com/) — Leading Chinese search engine 13 | - [Swisscows](https://swisscows.com) — Family-friendly, privacy-based search 14 | - [Qwant](https://www.qwant.com) — European privacy-focused engine 15 | - [Brave Search](https://search.brave.com) — Independent index, privacy-first 16 | - [Mojeek](https://www.mojeek.com) — Independent UK crawler-based search 17 | - [MetaGer](https://metager.org/) — German metasearch engine with anonymization 18 | - [Ecosia](https://www.ecosia.org) — Eco-friendly search engine that funds tree planting 19 | - [Marginalia](https://marginalia-search.com/) — Alternative search engine for the “small web” 20 | - [Ask.com](https://www.ask.com/) — General purpose search engine 21 | - [Lycos](http://www.lycos.com/) — Legacy search and portal site 22 | - [Search.com](https://www.search.com/) — Meta search across engines 23 | - [All-in-One Search](http://all-in-one-search.com/) — Multi-engine meta search 24 | - [AllTheInternet](http://www.alltheinternet.com/) — Web and multimedia search 25 | - [Etools](http://www.etools.ch/) — Swiss metasearch engine 26 | - [FaganFinder](http://www.faganfinder.com/) — Advanced metasearch utilities 27 | - [iZito](http://www.izito.com/) — European metasearch engine 28 | - [MyAllSearch](http://www.myallsearch.com/) — Multi-source meta search 29 | 30 | ### Academic and Research Search 31 | - [Google Scholar](https://scholar.google.com.au/) — Search scholarly literature and academic papers 32 | - [Litmaps](https://app.litmaps.com/) — Visual literature discovery and citation network 33 | - [Semantic Scholar](https://www.semanticscholar.org/) — AI-powered academic search 34 | - [BASE](https://www.base-search.net/) — Bielefeld Academic Search Engine for scholarly resources 35 | - [CORE](https://core.ac.uk/) — Access millions of open access research papers 36 | - [WorldCat](https://www.worldcat.org/) — Global library catalog 37 | 38 | ### Advanced Search and Dorking 39 | - [Google Hacking Database (GHDB)](https://www.exploit-db.com/google-hacking-database) — Community-curated Google dorks 40 | - [Pentest-Tools Google Hacking](https://pentest-tools.com/information-gathering/google-hacking) — Automate Google dorking 41 | - [Boolean Strings](https://booleanstrings.com/) — Advanced boolean queries for OSINT 42 | - [Google Advanced Search](https://www.google.com/advanced_search) — Google advanced search form 43 | - [Google Search Operators](https://support.google.com/websearch/answer/35890) — Official operator reference 44 | - [Yandex Advanced Operators](https://yandex.com/support/search/en/search-results/settings) — Yandex operator reference 45 | - [Bing Search Operators](https://support.microsoft.com/en-au/topic/advanced-search-keywords-ea595928-5d63-4a0b-9c6b-0b769865e78a) — Bing operator reference 46 | - [DuckDuckGo Syntax](https://duckduckgo.com/duckduckgo-help-pages/results/syntax/) — Search syntax and operators 47 | - [Baidu Advanced Search](https://www.baidu.com/gaoji/advanced.html) — Baidu operator guide 48 | 49 | ### Specialized Search Engines 50 | - [Social Mention](http://socialmention.com) — Real-time social media search 51 | - [Social Searcher](https://www.social-searcher.com/) — Monitor mentions across social media 52 | - [Google Social Search](https://www.social-searcher.com/google-social-search) — Google-powered social media search 53 | - [Carrot2](https://search.carrot2.org/) — Clustered search results visualization 54 | - [DocJax](https://docjax.com) — Document search engine 55 | - [PublicWWW](https://publicwww.com) — Search source code and analytics IDs 56 | - [osint.sh](https://osint.sh/buckets) — Search exposed cloud buckets 57 | - [GrayHatWarfare](https://buckets.grayhatwarfare.com) — Public S3 bucket search 58 | - [I Search From](http://isearchfrom.com) — Google search simulator for location/device 59 | - [MAC.lc](https://mac.lc) — MAC address lookup 60 | - [Marginalia](https://marginalia-search.com/) — Alternative search engine focusing on smaller sites 61 | - [Media Search Tool](https://www.no-nonsense-intel.com/adverse-media-search-tool) — Adverse media OSINT search tool 62 | - [Shodan](https://www.shodan.io) — Search for internet-connected devices 63 | - [Censys](https://censys.io) — Search infrastructure and SSL certificates 64 | - [FOFA](https://fofa.so) — Internet-wide search engine 65 | - [ZoomEye](https://www.zoomeye.org) — IoT and cyberspace search 66 | - [Thingful](https://www.thingful.net) — Search engine for IoT devices 67 | - [LeakIX](https://leakix.net) — Search exposed services and databases 68 | - [Netlas.io](https://netlas.io/) — Internet-wide search and analytics 69 | - [Million Short](https://millionshort.com/) — Search engine that omits top sites for discovery 70 | - [IsLegitSite](https://www.islegitsite.com/) — Check if a website is legit or scam 71 | -------------------------------------------------------------------------------- /docs/video-osint.md: -------------------------------------------------------------------------------- 1 | ## 🎥 Video OSINT 2 | 3 | [← Back to Index](../README.md) 4 | 5 | ### Video Verification 6 | - [InVID/WeVerify](https://www.invid-project.eu/tools-and-services/invid-verification-plugin/) — Browser plugin for video verification and analysis 7 | - [YouTube DataViewer](https://citizenevidence.amnestyusa.org/) — Extract video metadata and upload time 8 | - [Amnesty YouTube Metadata Tool](https://citizenevidence.amnestyusa.org/) — Archive and metadata extraction 9 | 10 | ### Video Download and Archiving 11 | - [yt-dlp](https://github.com/yt-dlp/yt-dlp) — Download and archive YouTube and other videos 12 | - [4K Video Downloader](https://www.4kdownload.com/products/product-videodownloader) — Cross-platform video downloader (freemium) 13 | - [SaveFrom.net](https://en.savefrom.net/) — Quick video download service 14 | 15 | ### Streaming and Broadcast Analysis 16 | - [TwitchTracker](https://twitchtracker.com/) — Analytics and tracking for Twitch channels 17 | - [Streamscharts](https://streamscharts.com/) — Track statistics of live streams 18 | - [Facebook Video Insights](https://www.facebook.com/business/help/788388387972460) — Analytics for Facebook video content 19 | 20 | ### Deepfake and Manipulated Media Detection 21 | - [Deepware Scanner](https://deepware.ai/) — Tool to detect deepfakes in videos 22 | - [Sensity AI](https://sensity.ai/) — Commercial solution for deepfake and visual threat detection 23 | --------------------------------------------------------------------------------