MR.OSINT-X
Advanced OSINT Framework

Unified intelligence platform integrating hundreds of APIs, AI-powered modules, and open-source tools for comprehensive threat analysis.

terminal
$ python mr_osint_x.py --phone "+911234567890"
[+] Phone number validated: India (IN)
[+] Carrier: Vodafone Idea
[+] Registered location: Mumbai, MH
[+] Social profiles linked: 3 found
[+] AI Trust Score: 78/100 (Moderate Risk)

Designed for:

Threat Hunters
Law Enforcement
Investigative Journalists
Research Units

🧩 Complete Module Overview

📱 Phone Number OSINT

  • ✅ Country, region, carrier identification
  • ✅ Telegram, WhatsApp, Signal presence
  • ✅ Social media profile correlation

📧 Email OSINT

  • ✅ SMTP/MX validation
  • ✅ Breach checking (HIBP, Dehashed)
  • ✅ Social media profile linking

💰 Cryptocurrency OSINT

  • ✅ Multi-blockchain wallet lookup
  • ✅ Transaction history analysis
  • ✅ Scam database integration

🌑 Darkweb OSINT

  • ✅ Onion site search
  • ✅ Mirror site detection
  • ✅ Forum reputation analysis

About MR.OSINT-X

MR.OSINT-X is a full-stack intelligence-gathering system built with modular design. It empowers users to run investigations using multiple data points including phone numbers, emails, usernames, domains, social accounts, images, VINs, crypto wallets, and more.

AI-Powered Analysis

Leverage advanced AI for behavioral risk prediction, sentiment analysis, and entity resolution using large language models.

Modular Architecture

Easily extendable with hundreds of specialized modules that can be added or removed based on your investigation needs.

Global Intelligence

Access specialized modules for international investigations including Indian document validation and global OSINT sources.

Intelligence Modules

Comprehensive suite of specialized modules covering all aspects of open-source intelligence gathering and analysis.

Phone Intelligence

  • Number validation & carrier lookup
  • Reverse search & VOIP detection
  • Social media linkage analysis

Email Intelligence

  • Breach checks & reputation scoring
  • Social link analysis
  • Disposable email detection

AI Trust Scoring

  • Reputation scoring using LLMs
  • Behavioral risk prediction
  • Identity credibility assessment

Crypto Investigation

  • Wallet tracing & transaction graphing
  • Blockchain intelligence
  • Darkweb-to-wallet link analysis

Image Analysis

  • EXIF extraction & reverse search
  • Face recognition (DeepFace, OpenCV)
  • OCR & steganography detection

Darkweb Monitoring

  • Onion site discovery
  • Hidden service crawling
  • Threat actor tracking

How to Use

MR.OSINT-X provides multiple interfaces for different user preferences - CLI for power users, Web UI for interactive analysis, and API for integration.

Command Line Interface

mr_osint_x
$ python mr_osint_x.py --phone "+911234567890"
$ python mr_osint_x.py --email "target@example.com"
$ python mr_osint_x.py --vin "WBA3B5C56EF586751"
$ python mr_osint_x.py --image "suspect.jpg"

Web Interface

Unified Search

Enter any identifier - phone, email, username, domain, image, or crypto wallet to initiate comprehensive analysis.

Relationship Mapping

Visualize connections between entities with interactive relationship graphs.

AI-Powered Insights

Get summarized intelligence reports with risk scoring and actionable insights.

API Integration

POST /api/v1/phone-intel

Get comprehensive phone intelligence

POST /api/v1/image-analysis

Analyze images for metadata and faces

POST /api/v1/ai-assessment

Get AI-powered trust scoring

Technology Stack

Built with cutting-edge technologies to handle complex intelligence operations at scale.

Python

Core framework logic and modules

Machine Learning

TensorFlow, PyTorch, Scikit-learn

Databases

Elasticsearch, PostgreSQL, Redis

Web Interface

React, Node.js, Tailwind CSS

🧠 MR.OSINT-X — Intelligence-Grade OSINT Framework

🔥 All-in-One Global Toolkit for Cybercrime Investigation, Threat Intelligence, Digital Forensics, Reconnaissance, Intelligence Operations, and Geo/Crypto/DarkNet Analysis

Join thousands of security professionals, researchers, and investigators using MR.OSINT-X for advanced threat intelligence and analysis.

🚀 Quick Start

🐳 Docker Installation (Recommended)

docker
$ git clone https://github.com/mrradix-ad/mr-osint-x
$ cd mr-osint-x
$ docker-compose up -d

🐍 Manual Installation

install
$ sudo apt update && sudo apt install -y python3-pip python3-venv tor postgresql redis-server
$ pip install -r requirements.txt
$ python3 setup.py init_db

💡 Usage Examples

examples
$ mr-osint-x --phone +1234567890 --full-scan
$ mr-osint-x --email target@example.com --leaks --social
$ mr-osint-x --wallet 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa --trace-funds
installation
$ git clone https://github.com/mrradix-ad/mr-osint-x
$ cd mr-osint-x
$ pip install -r requirements.txt
$ python setup.py configure
$ python mr_osint_x.py --help