Look up BGP Autonomous System information, routing data, and AS path details for network analysis and troubleshooting.
An Autonomous System (AS) is a collection of connected IP routing prefixes under the control of one or more network operators that presents a single, clearly defined routing policy to the internet. Large organizations like ISPs, cloud providers, and enterprises operate their own AS.
Each AS is assigned a unique AS Number (ASN) by a Regional Internet Registry (RIR). Originally 16-bit numbers (0-65535), ASNs were expanded to 32-bit (up to 4294967295) to accommodate internet growth. ASNs are formatted as "AS" followed by the number (e.g., AS15169).
BGP is the routing protocol that powers the internet. It enables Autonomous Systems to exchange reachability information and determine the best paths for traffic. BGP routing decisions consider policies, AS path length, and various attributes to optimize connectivity.
An IP prefix is a block of IP addresses represented in CIDR notation (e.g., 192.0.2.0/24). Autonomous Systems announce their prefixes via BGP to tell other networks how to reach them. The number of prefixes indicates the size and complexity of an organizations network.
Regional Internet Registries (RIRs) are responsible for allocating IP addresses and AS numbers in their respective regions. There are five RIRs that cover the entire world:
ARIN
North America, parts of Caribbean
RIPE NCC
Europe, Middle East, Central Asia
APNIC
Asia Pacific region
LACNIC
Latin America, Caribbean
AFRINIC
Africa
Network Troubleshooting: Identify which organization controls specific IP ranges to diagnose connectivity issues or routing problems.
Security Research: Investigate suspicious IP addresses to understand which network they originate from and contact the appropriate abuse team.
Peering Analysis: Research potential peering partners by examining their prefix announcements, geographic presence, and network size.
DDoS Mitigation: During attacks, identify the source AS to coordinate with upstream providers or implement targeted filtering.
Compliance and Due Diligence: Verify network ownership for vendor assessments, compliance audits, or business partnerships.
BGP (Border Gateway Protocol) is the routing protocol that holds the Internet together. It enables autonomous systems (AS) — independently operated networks such as ISPs, cloud providers, enterprises, and content delivery networks — to exchange routing information and establish paths for traffic to flow between them. Every organization with its own IP address space and Internet connectivity is assigned an Autonomous System Number (ASN).
AS lookup retrieves information about an autonomous system: its assigned IP prefixes, peering relationships, geographic presence, and organizational ownership. This data is essential for network engineering, threat intelligence, incident response, and Internet research.
| Field | Description | Example |
|---|---|---|
| ASN | Autonomous System Number | AS13335 |
| Organization | Entity operating the AS | Cloudflare, Inc. |
| Announced Prefixes | IP address blocks routed via this AS | 104.16.0.0/13, 172.64.0.0/13 |
| Upstream Providers | Transit providers carrying traffic | AS174 (Cogent), AS3356 (Lumen) |
| Peers | Networks exchanging traffic directly | AS6939 (Hurricane Electric) |
| IXP Presence | Internet Exchange Points where the AS connects | AMS-IX, DE-CIX, LINX |
| Country | Registration country | United States |
| RIR | Regional Internet Registry (allocating body) | ARIN, RIPE, APNIC |
An Autonomous System (AS) number is a unique identifier assigned to a network or group of networks that operate under a single administrative policy. AS numbers are essential for BGP (Border Gateway Protocol) routing, which allows different networks on the internet to exchange routing information. Large organizations like Google (AS15169), Cloudflare (AS13335), and Amazon AWS (AS16509) each have their own AS numbers.
Use the IP to AS Lookup mode in this tool by entering any valid IPv4 or IPv6 address. The tool will query BGP routing tables to identify the AS that announces the route for that IP, along with the specific prefix (CIDR block) it belongs to. This is useful for identifying the network operator responsible for an IP address or investigating network connectivity.
Regional Internet Registries are organizations that manage the allocation and registration of IP addresses and AS numbers within specific geographic regions. There are five RIRs: ARIN (North America), RIPE NCC (Europe, Middle East, Central Asia), APNIC (Asia Pacific), LACNIC (Latin America and Caribbean), and AFRINIC (Africa). This tool displays which RIR allocated each AS number.
Prefixes are blocks of IP addresses that an AS advertises via BGP to the internet. IPv4 prefixes use the format like 8.8.8.0/24 (announcing 256 addresses), while IPv6 prefixes are longer, like 2001:4860::/32. This tool shows how many IPv4 and IPv6 prefixes each AS announces, giving insight into the size and scope of a network operator.
The tool displays abuse contact email addresses when available for each AS. These contacts are registered with the RIR and should be used to report network abuse, spam, security incidents, or other issues originating from that network. Copy the abuse contact email directly from the results to submit your report.
Yes, you can export AS information in either JSON or CSV format. The export includes the AS number, name, description, country, RIR allocation, prefix counts, and contact information. This is useful for documentation, network analysis reports, or integrating the data into other tools and databases.