ASNINFO/README.md

28 lines
841 B
Markdown
Raw Normal View History

2022-08-14 18:47:29 +02:00
# ipverse-asn-info
2022-08-14 18:58:04 +02:00
A list of autonomous systems with their AS number (ASN), AS name and description ordered by ASN. The data is available in CSV format:
2022-08-14 18:47:29 +02:00
```
asn,handle,description
0,IANA-RSVD,"Internet Assigned Numbers Authority"
1,LVLT,"Level 3 Parent, LLC"
2,UDEL-DCN,"University of Delaware"
3,MIT-GATEWAYS,"Massachusetts Institute of Technology"
4,ISI,"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.
## Use cases
2022-08-14 20:13:24 +02:00
- Find out more about a specific ASN (autonomous system number), use it in your own software project for bulk/offline use
2022-08-14 18:47:29 +02:00
- OSINT/CTI Cyber Threat Intelligence
## How to use
2022-08-14 19:08:41 +02:00
```$ curl -O https://raw.githubusercontent.com/ipverse/asn-info/master/as.csv```