asn-infrastructure-mapping

Map organizational IP infrastructure by pivoting from domains to ASNs and extracting CIDR ranges.

1.1k|191|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/uphiago/recon-skills --skill asn-infrastructure-mapping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asn-infrastructure-mapping
Source: https://github.com/uphiago/recon-skills/tree/main/recon/asn-infrastructure-mapping
Command: npx skills add https://github.com/uphiago/recon-skills --skill asn-infrastructure-mapping

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of incomplete IP infrastructure discovery during reconnaissance, where standard subdomain enumeration misses IPs hosted on sibling top-level domains, separate ASNs for subsidiaries or acquired entities, and services running on non-standard ports.

Core Features & Use Cases

  • ASN & CIDR Range Extraction: Pivot from target domains or known IPs to extract full CIDR ranges owned by the organization via ASN lookup.
  • TLD Expansion: Discover sibling domains on alternate top-level domains that may host separate, less secure infrastructure.
  • Infrastructure Mapping: Perform reverse DNS on IP ranges, scan for live web services, and visualize the full domain-to-IP-to-service architecture.
  • Use Case: For a target with only 3 known subdomains, use this Skill to uncover 200+ additional IPs across their ASN, find 12 live services on non-standard ports, and identify 4 sibling domains on .io and .dev TLDs to expand the reconnaissance scope.

Quick Start

Use the asn-infrastructure-mapping skill to map all IP infrastructure, CIDR ranges, and live services for the target domain example.com.

Frequently Asked Questions about asn-infrastructure-mapping

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find all IP ranges owned by an organization using ASN lookup?

To find IP ranges owned by an organization, you pivot from target domains to extract Autonomous System Numbers (ASN) and retrieve associated CIDR blocks. This ASN mapping process reveals full network infrastructure when standard subdomain enumeration misses sibling top-level domains or subsidiary networks.

Why does subdomain enumeration fail to uncover all organizational IPs?

Subdomain enumeration fails to uncover all IPs because it misses infrastructure hosted on sibling top-level domains, separate ASNs for acquired entities, and services running on non-standard ports. ASN and CIDR range extraction is required to discover these hidden network assets across the organization's full footprint.

What is the best way to map full network infrastructure from a single domain?

The best way to map full network infrastructure from a single domain is pivoting through ASN lookup to extract CIDR ranges, performing reverse DNS hostname mapping on those IP ranges, and scanning for live web services. This reveals the complete domain-to-IP-to-service architecture.

Can I discover sibling domains on alternate top-level domains during reconnaissance?

Yes, you can discover sibling domains on alternate top-level domains through TLD expansion during reconnaissance. This technique identifies separate, potentially less secure infrastructure hosted on alternate TLDs like .io or .dev that standard subdomain enumeration overlooks.

Does reverse DNS mapping work on large CIDR ranges extracted from ASN data?

Yes, reverse DNS mapping works on large CIDR ranges extracted from ASN data. By applying reverse DNS hostname mapping across discovered CIDR blocks, you can identify live web services and visualize the full infrastructure architecture, even when services run on non-standard ports.

When should I use ASN mapping instead of standard subdomain enumeration?

You should use ASN mapping instead of standard subdomain enumeration when reconnaissance needs to uncover IPs on sibling top-level domains, separate ASNs for subsidiaries, or services hosted on non-standard ports. It provides full IP range discovery that standard enumeration cannot achieve.