Idea for ASN Info

How about a way to list ASNs. Like a list for country ASNs already exist eg Bulgaria Network Information - IPinfo.io
But something like a complete list of asns where you can filter by amount of ips, date allocated or their number. This would make it very easy to keep track of them! Personally very useful for me

Hey Rev,

So nice to hear from you again.

How about a way to list ASNs. Like a list for country ASNs already exist eg Bulgaria Network Information - IPinfo.io

We used to have a list until we launched our free database:

Tons of different ways you can get the ASNs and their IP ranges for a country. I am using SQL on Snowflake.

SELECT *
FROM country_asn
WHERE country='BG'

Download the database, and you can use things duckdb, csvSQL, Python+pandas, grep etc.

:link: https://ipinfo.io/products/free-ip-database

:link: https://ipinfo.io/developers/ip-to-country-asn-database

date allocated information is available on the website on WHOIS information.

:link: https://ipinfo.io/AS34224

Let me know what you think. If you need any help writing the script, please let me know.

I mean this definitely isnt bad but the issue is that the Database currently doesnt include the “allocated” information, scraping that would involve huge amounts of requests, possibly being blocked mid process. I mean after all that also isnt what ipinfo would like i guess
More information inside the asn database would definitely also help. The website just offers so much more right now that it isnt really profitable to use the database myself. i only do lookups now and then, not really massively scraping stuff

We kinda prefer that folks don’t scrape the data. The data is available in the Basic Tier API service.

I have sent you a DM with more details, though.