arxhr007/Aliens_eye

Hunt down 840+ social media accounts using AI

What it solves

Aliens Eye is an AI-powered OSINT (Open Source Intelligence) tool designed to find where a specific username is registered across hundreds of different social media platforms and websites. It moves beyond simple HTTP status code checks to reduce false positives and provide more reliable profile detection.

How it works

The tool scans over 840 platforms asynchronously. To determine if a profile exists, it uses a blended detection system:

  1. Feature Extraction: Every website response is converted into a 30-dimensional vector based on HTTP status, DOM structure, keywords, and metadata.
  2. Dual-Judge Voting: A heuristic engine (weighted scoring) and a machine learning model (logistic regression) both analyze the features. Their combined probability determines if a profile is "Found," "Maybe," or "Not Found."

It also includes advanced capabilities like cross-site correlation (clustering profiles by avatar hash and bio), recursive expansion (scanning usernames found within bios), and an MCP server to allow LLM agents to perform these scans.

Who it’s for

It is built for OSINT researchers, security investigators, and anyone needing to track a digital footprint across the web.

Highlights

  • ML-Blended Detection: Combines a trained model with 30 structural signals to improve accuracy over naive checks.
  • Massive Scale: Scans 840+ platforms in seconds.
  • Profile Intelligence: Extracts display names, bios, and avatars from hits.
  • Cross-Site Correlation: Clusters similar profiles using avatar hashes and shared links.
  • LLM Integration: Includes an MCP server to expose scanning capabilities to AI agents.
  • Advanced Tooling: Supports Tor, proxies, resumable scans, and a variety of report formats (PDF, HTML, Graph).
  • Retrainable Model: Allows users to collect their own data and retrain the ML model using active learning.

Related

  • Project
  • Project
  • Project
  • Project
  • Project