Nice! 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.
Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
81–90 of 105 posts
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#82I provide a similar service but with more focus on bot/data center/VPN ip addresses.
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#83Earlier quoted context omitted.
yeah, it's very wrong. Showing "vpn: true" (actually a regular residential connection), wrong city, region, postcode, etc. Just like every other service out there. I don't see any way to report it though.
That is really surprising. For geolocation correction, we have a self reporting system: ipinfo.io/corrections I forgot to add the link in my original comment. But as you mentioned we are showing VPN as true, that indicates a very interesting situation. Can you ping our support, please? https://ipinfo.io/support If you can also mention that, you came from HN, that will be fantastic. We will open an engineering ticket…
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#84Awesome, 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…
I'm currently using ipset, that does aggregation if I remember correctly, but aggregate6 looks good!
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#85 > (iwr ip.guide).Content | ConvertFrom-Json | Select-Object locationRe: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#86Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#87Awesome, bookmarked! Would it be possible to list all announced IP ranges for an AS?
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#88Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#89Earlier quoted context omitted.
That is really surprising. For geolocation correction, we have a self reporting system: ipinfo.io/corrections I forgot to add the link in my original comment. But as you mentioned we are showing VPN as true, that indicates a very interesting situation. Can you ping our support, please? https://ipinfo.io/support If you can also mention that, you came from HN, that will be fantastic. We will open an engineering ticket…
I'd also suggest filing a correction with MaxMind, which is where most modern geolocation data is derived: https://www.maxmind.com/en/geoip-location-correction .
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#90Nice, I currently do "curl ipinfo.io" which returns json, and seems to use a more accurate geo lookup (based on the hotel wifi I'm currently on). It doesn't report the network though, and the ASN is a string of asn and name, no org or country, so that's a bonus. However curl ip.guide just returns blank (there's a redirect). If you follow the redirect with -L the json isn't pretty-printed.
You'll have to follow the redirects since the site doesn't support HTTP, but just shipped pretty-printing.