https://github.com/ipverse/asn-info
Download autonomous system list organized by ASN
https://github.com/ipverse/asn-info
asn autonomous-system-numbers autonomous-systems bgp osint
Last synced: 20 days ago
JSON representation
Download autonomous system list organized by ASN
- Host: GitHub
- URL: https://github.com/ipverse/asn-info
- Owner: ipverse
- License: cc0-1.0
- Created: 2022-08-14T14:36:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T00:26:12.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:58:25.918Z (over 1 year ago)
- Topics: asn, autonomous-system-numbers, autonomous-systems, bgp, osint
- Homepage:
- Size: 14.6 MB
- Stars: 26
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipverse-asn-info
A list of autonomous systems used in Border Gateway Protocol (BGP) routing with their AS number (ASN), AS name and description ordered by ASN. The data is available in CSV format:
```
asn,handle,description
0,IANA-RSVD-0,Internet Assigned Numbers Authority
1,LVLT-1,Level 3 Parent LLC
2,UDEL-DCN,University of Delaware
3,MIT-GATEWAYS,Massachusetts Institute of Technology
4,ISI-AS,University of Southern California
5,SYMBOLICS,WFA Group LLC
6,BULL-HN,ATOS IT Solutions and Services Inc.
7,DSTL,The Defence Science and Technology Laboratory
.
.
.
```This repository is updated daily (if the underlying data changes).
## Update notes
- 2025-8-3: Removed opinionated handle cleanup and removed quotes around descriptions to improve RFC4180 compliance
- 2023-9-3: Removed PEM certificates from description field## Use cases
- Find out more about a specific ASN (autonomous system number), use it in your own software project for bulk/offline use
- OSINT/CTI Cyber Threat Intelligence## How to use
Clone the repository or download the raw data:
```$ curl -O https://raw.githubusercontent.com/ipverse/asn-info/master/as.csv```