Skip to content

MiggiV2/analytic-intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Analytic Intelligence

A stealthy, server-friendly HTTPS scanner written in Rust that discovers subdomains through certificate transparency logs (crt.sh), resolves their IP addresses, and verifies website availability.

Features

  • Subdomain Discovery: Leverages crt.sh (Certificate Transparency logs) to find subdomains of target domains
  • IP Resolution: Maps discovered subdomains to their hosting IP addresses
  • Website Status Checking: Verifies availability and HTTP status of discovered websites
  • Low Detection Profile: Implements techniques to avoid being detected as a scanning tool
  • Server-Friendly Design: Uses rate limiting and considerate scanning techniques to minimize impact on target servers
  • Comprehensive Reporting: Generates clear reports showing the relationships between domains, IPs, and availability

Installation

Download from release page

You can download the latest compiled version for Linux_AMD64 and Windows_AMD64 from the release page.
-> https://code.mymiggi.de/Miggi/analytic-intelligence/releases

Prerequisites

  • Rust and Cargo (latest stable version)
  • OpenSSL development libraries

From Source

# Clone the repository
git clone https://code.mymiggi.de/Miggi/analytic-intelligence.git
cd analytic-intelligence

# Build the project
cargo build --release

# The binary will be available at target/release/analytic-intelligence

Using Cargo

cargo install --git https://code.mymiggi.de/Miggi/analytic-intelligence.git

Usage

# Scan a domain
analytic-intelligence example.com

Example Output

πŸ“§ E-Mail Server: 5 mail.tutanota.de.

IP: 104.21.32.1 (AS13335 Cloudflare, Inc., US, San Francisco)
βœ… mymiggi.de
β†ͺ Michael Hainz | Developer & Gaming Enthusiast

IP: 188.114.97.3 (AS13335 Cloudflare, Inc., DE, Munich)
βœ… ha1nz.de
β†ͺ Michael Hainz | Developer & Gaming Enthusiast

IP: 104.21.64.1 (AS13335 Cloudflare, Inc., US, San Francisco)
βœ… www.mymiggi.de
β†ͺ Michael Hainz | Developer & Gaming Enthusiast

IP: 104.21.96.1 (AS13335 Cloudflare, Inc., US, San Francisco)
❌ analytics.mymiggi.de
β†ͺ Client error: 404 Not Found
βœ… code.mymiggi.de
β†ͺ Forgejo: Git with a cup of tea

IP: 78.46.191.125 (AS24940 Hetzner Online GmbH, DE, Falkenstein)
βœ… social.mymiggi.de
β†ͺ Miggi's - GoToSocial
❌ apis.mymiggi.de
β†ͺ Client error: 404 Not Found
βœ… ip2.mymiggi.de
β†ͺ Portainer
βœ… poll.mymiggi.de
β†ͺ Login
❌ traefik-hetzner.mymiggi.de
β†ͺ Client error: 401 Unauthorized
βœ… monitor.mymiggi.de
β†ͺ Beszel
βœ… nextcloud.mymiggi.de
β†ͺ Login – Miggi's Cloud
βœ… sso.mymiggi.de
β†ͺ Login

IP: 62.171.132.231 (AS51167 Contabo GmbH, DE, Frankfurt am Main)
❌ traefik.mymiggi.de
β†ͺ Client error: 401 Unauthorized
βœ… plan.mymiggi.de
β†ͺ Plan | Player Analytics

IP: unknown
❌ syncv3.mymiggi.de
β†ͺ error sending request for url (https://syncv3.mymiggi.de/)
❌ demo.mymiggi.de
β†ͺ error sending request for url (https://demo.mymiggi.de/)

IP: 185.205.69.10 (AS210909 Tutao GmbH, DE, Frankfurt am Main)
❌ mta-sts.mymiggi.de
β†ͺ Client error: 404 Not Found

How It Works

Subdomain Discovery

Analytic Intelligence queries certificate transparency logs via crt.sh to discover subdomains. This method is passive and doesn't require sending traffic to the target domain, making it highly stealthy and efficient.

IP Resolution

The tool performs DNS lookups on discovered subdomains to determine their hosting IP addresses. The resolver is configured to use multiple DNS providers and implements caching to reduce lookup volume.

Availability Checking

For each discovered subdomain, the tool sends carefully crafted HTTP/HTTPS requests to check availability. These requests:

  • Use common used user agent
  • Implement backoff between requests

Contributing

Contributions are welcome! Please feel free to submit a Pull Request to our repository at https://code.mymiggi.de/Miggi/analytic-intelligence.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

(A.I): Analytic Intelligence - An HTTPS Scanner πŸ¦€ [Mirror]

Topics

Resources

License

Stars

Watchers

Forks

Languages