🧠 What is MR.OSINT-X?
MR.OSINT-X is a comprehensive, intelligence-grade Open Source Intelligence (OSINT) framework designed for cybersecurity professionals, digital forensics investigators, threat intelligence analysts, and security researchers.
It provides a unified platform for conducting deep investigations across multiple domains including social media, cryptocurrency, darkweb, satellite imagery, and more.
19 Specialized Modules
Covering every aspect of OSINT investigation
AI-Powered Analysis
With Genkit and Ollama integration
Darkweb Intelligence
TOR-enabled onion site monitoring
Global Coverage
International database support
🎯 Key Features
- 500+ Social Media Platforms supported for user investigation
- Cryptocurrency Tracking with blockchain analysis and scam detection
- Satellite OSINT with real-time imagery and change detection
- Privacy-First with TOR integration and operational security
- Advanced AI-powered analysis and pattern recognition
- Comprehensive documentation and community support
🧩 Complete Module Overview
📱 Phone Number OSINT
- Country, region, carrier identification
- CNAM / Line type detection
- Telegram, WhatsApp, Signal presence checking
- Social media profile correlation
📧 Email OSINT
- SMTP/MX validation and testing
- Domain reputation analysis
- Gravatar image scraping
- Breach checking (HIBP, Dehashed, IntelX)
🌐 Domain, IP & Hosting OSINT
- Technology stack detection
- IP geolocation and ASN information
- Subdomain discovery
- WHOIS and registrant data extraction
💰 Cryptocurrency & Wallet OSINT
- Multi-blockchain wallet address lookup
- Transaction history and flow analysis
- Scam database integration
- Mixer detection (Wasabi, Tornado Cash, etc.)
🌑 Darkweb OSINT
- Onion site search (Ahmia, dark.fail, onion.live)
- Mirror site detection and tracking
- Escrow service lookup
- TOR uptime monitoring
👤 Social Media OSINT
- 500+ platform coverage
- Telegram user information and phone checking
- Instagram, Facebook, Twitter, LinkedIn scraping
- AI-powered photo matching
📸 Image, Face & Visual OSINT
- EXIF data extraction (GPS, camera, timestamp)
- Reverse image search across platforms
- DeepFace facial recognition
- OCR text extraction
🛰️ Satellite OSINT & GEO Tracking
- Before/after satellite imagery
- AI-powered change detection
- Planet Labs API integration
- Sentinel Hub (ESA) integration
🚗 Vehicle, VIN & License Plate OSINT
- VIN decoder integration
- Vehicle specification lookup
- Global license plate recognition
- Marketplace metadata extraction
🏦 Banking & Financial OSINT
- BIN number analysis
- SWIFT/IFSC code validation
- Card issuer identification
- AML database checking
🏢 Company & Business Intelligence
- Company registration lookup
- Director and executive tracing
- Domain ownership analysis
- Financial health assessment
🌐 IP Address Intelligence
- Multi-source IP analysis
- TOR exit node detection
- Blacklist and reputation checking
- Hosting provider identification
🧠 AI Intelligence Layer
- Pattern detection algorithms
- Risk scoring models
- Scam probability analysis
- Profile authenticity classification
🛰️ Intelligence Agency & Global Risk OSINT
- CIA World Factbook integration
- OFAC/UN sanctions checking
- Military and geopolitical feeds
- Espionage risk assessment
🔐 Malware & File Intelligence
- VirusTotal integration
- Sandbox analysis summary
- File hash searching (MD5/SHA256)
- URL malware detection
🌎 Global OSINT Engine
- Auto-generated Google/Bing dorks
- International database support
- Multi-language search capabilities
- Regional compliance checking
👥 Advanced Social Media Investigation
- Cross-platform user correlation
- Behavioral pattern analysis
- Leak database integration
- Social graph mapping
▶️ YouTube OSINT
- Channel metadata extraction
- Video content analysis
- Comment sentiment analysis
- Subscriber pattern recognition
🇮🇳 Indian Document OSINT
- Aadhaar card validation
- PAN card analysis
- Voter ID verification
- Driving license validation
🚀 Quick Start
🐳 Docker Installation (Recommended)
# Clone the repository
git clone https://github.com/mrradix-ad/mr-osint-x
cd mr-osint-x
# Start with Docker Compose
docker-compose up -d
# Access the container
docker exec -it mr-osint-x bash
# Run your first investigation
mr-osint-x --phone +1234567890 --basic-scan
🐍 Manual Installation
# Prerequisites (Ubuntu/Debian)
sudo apt update && sudo apt install -y python3-pip python3-venv tor postgresql redis-server
# Clone and setup
git clone https://github.com/mrradix-ad/mr-osint-x
cd mr-osint-x
# Create virtual environment
python3 -m venv venv
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# Configure settings
cp config/settings.example.py config/settings.py
# Edit config/settings.py with your API keys and preferences
# Initialize database
python3 setup.py init_db
# Start investigation
mr-osint-x --email target@example.com --full-scan
⚡ One-Line Installation
curl -fsSL https://raw.githubusercontent.com/mrradix-ad/mr-osint-x/main/install.sh | bash
💡 Usage Examples
🔍 Basic Investigations
# Phone number investigation
mr-osint-x --phone +1234567890 --full-scan
# Email investigation with leak checking
mr-osint-x --email target@example.com --leaks --social
# Domain analysis with subdomains
mr-osint-x --domain example.com --subdomains --tech-stack
# Username investigation across platforms
mr-osint-x --username john_doe_93 --social-deep --social-graph
🌑 Advanced Investigations
# Cryptocurrency investigation with transaction tracing
mr-osint-x --wallet 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa --trace-funds --scam-check
# Darkweb investigation
mr-osint-x --onion 3g2upl4pq6kufc4m.onion --marketplace-check --mirror-search
# Image analysis with face recognition
mr-osint-x --image suspicious.jpg --reverse-search --exif --faces --ai-analyze
# Multi-target batch investigation
mr-osint-x --batch-file targets.txt --output-format json --full-report
🎛️ Advanced Configuration
# Custom investigation with specific modules
mr-osint-x --target example.com \
--modules domain,ip,social,crypto \
--output-dir ./investigation_results \
--ai-analyze \
--tor-enabled
# Real-time monitoring setup
mr-osint-x --monitor \
--keywords "target_company,ceo_name" \
--platforms twitter,telegram,darkweb \
--alert-webhook https://your-webhook.com
🛠️ API Integration
🌐 REST API
# Start API server
python3 api_server.py --port 8080
# Example API calls
curl -X POST http://localhost:8080/api/v1/investigate \
-H "Content-Type: application/json" \
-d '{"type": "email", "target": "test@example.com", "modules": ["basic", "leaks"]}'
🤖 Telegram Bot
# Configure bot token in config/settings.py
python3 telegram_bot.py
# Bot commands
/investigate email test@example.com
/crypto 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
/username john_doe_93
/darkweb search marketplace
🔧 Configuration
📋 Required API Keys
Create config/api_keys.json
:
{
"virustotal": "your_virustotal_key",
"shodan": "your_shodan_key",
"hibp": "your_hibp_key",
"ipapi": "your_ipapi_key",
"telegram": "your_telegram_bot_token",
"opencorporates": "your_opencorporates_key",
"dehashed": "your_dehashed_key",
"intelx": "your_intelx_key",
"planet_labs": "your_planet_labs_key",
"blockchain_info": "your_blockchain_key",
"openai": "your_openai_key"
}
⚙️ Environment Variables
# Database configuration
export DATABASE_URL="postgresql://user:pass@localhost/mrosintx"
export REDIS_URL="redis://localhost:6379/0"
# TOR configuration
export TOR_PROXY="socks5://127.0.0.1:9050"
export TOR_CONTROL_PORT="9051"
# AI configuration
export OLLAMA_URL="http://localhost:11434"
export DEFAULT_AI_MODEL="llama2"
# Security settings
export ENABLE_RATE_LIMITING="true"
export MAX_REQUESTS_PER_MINUTE="60"
🔒 Security & Privacy
🛡️ Operational Security
🔐 Data Protection
⚖️ Legal Compliance
Educational Use: This tool is for educational and legitimate security research only.