Earlier 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…
Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
91–100 of 105 posts
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#92Earlier quoted context omitted.
I work for IPinfo. >the ASN is a string of asn and name, no org or country Yeah detailed ASN information on the API level is available on paid tiers. However, we have a free IP to ASN Country database that is updated daily and provides full accuracy. That database provides ASN, AS organization, and AS domain information. I think the reason we don't have more ASN details on the API even though we provide more informat…
> Our API allows for tokenless API access for up to 1,000 request/day. Thank you for this! Much appreciated! I am sure there are tons of similar programs, but here is one I wrote: https://github.com/jftuga/ipinfo I added on a distance column. Just yesterday, I added this: brew install jftuga/tap/ipinfo
Would it be possible to allow access token usage in the tool, please?
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#93Earlier 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…
Submitted a support request. My email address is also in my profile, feel free to reach out directly. I can also open a wireguard configuration for you guys if you want to run some tests. I do see that my ipv6 prefix results in a correct location.
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#94Earlier quoted context omitted.
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 .
Isn't there an alternative to MaxMind? Seems like a problem if they're the only useful source and they can change their license/fee to anything they want at any time.
https://dev.maxmind.com/geoip/geolite2-free-geolocation-data
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#95Feature request for any service like this: Let "me" know if it is a school, so I know that I am probably dealing with minors, a public environment and a firewall. Of course, you need to do the work (rDNS to start) to identify the schools. I love the speed of the responses!
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#96Feature request for any service like this: Let "me" know if it is a school, so I know that I am probably dealing with minors, a public environment and a firewall. Of course, you need to do the work (rDNS to start) to identify the schools. I love the speed of the responses!
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#97Earlier quoted context omitted.
> Our API allows for tokenless API access for up to 1,000 request/day. Thank you for this! Much appreciated! I am sure there are tons of similar programs, but here is one I wrote: https://github.com/jftuga/ipinfo I added on a distance column. Just yesterday, I added this: brew install jftuga/tap/ipinfo
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?
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#98Earlier quoted context omitted.
Countries.
The country code is the last portion of the networks CSV: $ curl -sL ip.guide/bulk/networks.csv | head -n 2 prefix,asn,organization,country 1.0.0.0/24,13335,"Cloudflare, Inc.",US
Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#99Re: Show HN: IP Guide – Info on IP addresses, Networks, and ASNs
#100Awesome, bookmarked! Would it be possible to list all announced IP ranges for an AS?
In addition to other tools, there's also https://bgp.he.net which has a page for announced prefixes. Sometimes it's useful to use multiple tools, as not everyone will see all announcements or process them the same.
There's even more under the hood, worth checking it out.