All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

CLI Tool for IP Geolocation and Analysis of VPN Provider Location Spoofing

By

jimaek

4mo ago· 9 min readen

Summary

A developer created a CLI tool for IP geolocation that can resolve IP addresses to country, US state, and city levels. The tool confirms findings from ipinfo, which recently exposed how VPN providers fake IP geolocation by intentionally providing incorrect location data to regional internet registries and geo database providers via geofeeds. The article discusses the technical approach and implications of this discovery.

Key quotes

· 4 pulled
I made a CLI tool that can resolve an IP address to a country, US state and even a city.
VPN providers don't actually maintain a crazy amount of infrastructure in hundreds of countries.
They simply fake the IP geolocation by intentionally providing wrong location data to ARIN, RIPE, and Geo DB providers via geofeeds.
It works well and confirms ipinfo's findings.
Snippet from the RSS feed
TLDR: I made a CLI tool that can resolve an IP address to a country, US state and even a city. https://github.com/jimaek/geolocation-tool It works well and confirms ipinfo's findings. Recently, I read how ipinfo finally proved what most technical peop

You might also wanna read