Maltego

OSINT & Link Analysis Tool

🌐 Maltego क्या है?

Maltego एक powerful OSINT (Open Source Intelligence) और link analysis tool है जो digital footprints को visual रूप में map करता है। इसका उपयोग है domains, IPs, emails, और social media profiles के बीच relationships को discover करना।

👉 Data relationships को visualize करने के लिए यह सबसे powerful tool माना जाता है। एक click से पूरी network का map मिल जाता है।

🔍 Maltego क्या-क्या कर सकता है

OSINT Gathering

Emails, domains, IPs gather करना

Social Media Analysis

Twitter, Facebook profiles को map करना

Link Visualization

Visual graph में connections दिखाना

DNS Analysis

DNS records और subdomains को analyze करना

Entity Resolution

IP address resolution और geolocation

Custom Transforms

External APIs को integrate करना

⚙️ Installation और Setup

Kali/Termux में Install (Desktop version)

apt update && apt upgrade -y

Maltego CE (Community Edition)

apt install maltegoce -y

Java requirement check

java -version

💻 Basic Commands और Usage

Maltego Launch करना

maltegoce

Maltego GUI open करना

maltego --no-splash

🌐 Real Practical Example

Target: google.com OSINT

Step 1: Domain Entity को Graph में Add करो

Palette से "Domain" entity choose करो और canvas पर drag करो। Value enter करो:

google.com

Step 2: Run Transforms

Transforms automatically चलेंगे और results देंगे:

[google.com] ==> DNS ==> [8.8.8.8]
[google.com] ==> MX ==> [smtp.google.com]
[google.com] ==> NS ==> [ns1.google.com]
[google.com] ==> Sub ==> [mail.google.com]
[google.com] ==> Sub ==> [docs.google.com]

Step 3: Graph में देखो

Automatically new nodes और connections दिखेंगे:

[google.com] --DNS--> [8.8.8.8]
[google.com] --MX--> [smtp.google.com]
[google.com] --NS--> [ns1.google.com]
[google.com] --Sub--> [mail.google.com]
[google.com] --Sub--> [docs.google.com]
⚠️ Important Warning

Maltego CE (Community Edition) में limitations हैं:

  • Maximum 12,000 results per transform
  • No API access for automation
  • Limited transform modules compared to commercial version
  • Desktop application only (no CLI version)

⚠️ Legal Warning:

बिना permission किसी भी individual या organization के बारे में OSINT करना illegal है। Authorized targets पर ही practice करो।

🧩 Related Tools

theHarvester

Email & subdomain gathering

Recon-ng

Full reconnaissance framework

💡 Simple समझ

Maltego = "Digital Connections का Google Maps"

यह tool सभी digital footprints, social connections, और data relationships को एक beautiful graph में visualize कर देता है।