Earlier quoted context omitted.
Disclaimer I work for IPinfo. If you can download the free IPinfo IP to ASN database CSV file. You can run the following command to get the IP ranges of an ASN. ``` grep AS19551 asn.csv | ipinfo range2cidr | cut -f1 -d ',' ``` You will need to install the IPinfo CLI to convert the IP range to their CIDR equivalent. I believe the range2cidr command is also available as a standalone binary as well. After that, you migh…
I didn't know ipinfo had a cli, good to know, i'll have a Look. Thank you! I'm currently using ipset, that does aggregation if I remember correctly, but aggregate6 looks good!
Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
101–105 of 105 posts
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#102Earlier quoted context omitted.
The pleasure is all ours. Your tool is really awesome. I have bookmarked it. It addresses a very practical questions users have about distance calculation. Now I have the right tool to recommend to users. Would it be possible to allow access token usage in the tool, please?
Yes. I would accept a PR for this.
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#103Nice! I love HTTP APIs like this with simple, user-friendly URLs like ` https://${domain}/${query} `. Anyone know of a list of other services like this? wttr.in is one example I know of.
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#104Awesome, bookmarked! Would it be possible to list all announced IP ranges for an AS?
Disclaimer I work for IPinfo. If you can download the free IPinfo IP to ASN database CSV file. You can run the following command to get the IP ranges of an ASN. ``` grep AS19551 asn.csv | ipinfo range2cidr | cut -f1 -d ',' ``` You will need to install the IPinfo CLI to convert the IP range to their CIDR equivalent. I believe the range2cidr command is also available as a standalone binary as well. After that, you migh…
curl -sL ip.guide/AS19551 | jq .routesRe: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#105Awesome, bookmarked! Would it be possible to list all announced IP ranges for an AS?
You can try our ASN lookup tool: https://www.bigdatacloud.com/asn-lookup/
It provide wide variety of data objects, and also provide map view where possible to showcase the active region of operation ( its a unique feature of the API), plus heaps of data. You can test the API for free and access all the data objects.
Any doubts or queries, please let me know.