Comprehensive Country-Based OSINT Toolbox
OSINT Box is an open-source, country-focused collection of OSINT (Open Source Intelligence) tools and resources. The goal of this project is to provide researchers, journalists, security analysts, and enthusiasts with structured and easy access to OSINT tools specific to each country, with additional information about tool pricing and registration requirements.
- Collect, categorize, and maintain OSINT tools for different countries.
- Display detailed tool information including:
- Name
- Short description
- Link
- Pricing (Free or Paid)
- Signup requirement (Signup Required or No Signup)
- Provide a user-friendly interface with categorized tabs and clear tool indicators.
- Encourage open collaboration to expand and improve the toolbox.
/countries/: Each country has its own folder containing anindex.htmland a JSON file with tools data.- Example:
countries/iran/iran.json
- Example:
/tools/: General OSINT tools categorized by type (e.g., Web Scraping, Social Media Analysis, Public Records, etc.) – coming soon!/assets/: Contains CSS, JS, images, and other frontend assets.
Currently, the following countries are included in the project:
- Iran
- United States
JSON Tool Structure Example:
{
"country": "Iran",
"last_update": "2025-08-19",
"tools": {
"government": [
{
"name": "Iran Open Data Portal",
"description": "National portal for open government datasets and catalog (in Persian and English)",
"link": "https://data.gov.ir",
"pricing": "free",
"signup_required": false
}
],
"financial": [
{
"name": "Tehran Stock Exchange (TSE)",
"description": "Iran’s largest stock market providing trading data and listings",
"link": "https://tse.ir",
"pricing": "free",
"signup_required": false
}
]
}
}