ISP Detection: My Network Provider Houdini
0
Hey everyone,
I'm trying to get a handle on my user base's actual internet service providers for better analytics and fraud detection. You know, the usual SaaS founder grind.
- The Current Headache: My existing ISP detection methods are playing hide-and-seek with the actual
network providerdata. It's like my software thinks every user is browsing from a data center in Virginia, even when they're clearly on their home Wi-Fi in Topeka. - What I've Thrown at It:
- MaxMind GeoIP2 (both the paid Enterprise and the free GeoLite2 DBs).
- A bunch of online "What's My IP" tools โ just to cross-reference.
- Even cobbled together a Python script using a few public IP APIs, hoping for a magic bullet.
- The Hilarious (and Frustrating) Results:
- MaxMind is great for country/city, but for the actual
network provider? Often just spits out "Amazon Technologies Inc." or "Google LLC" โ even for residential IPs. It's like my users are all secretly cloud engineers. - Many IPs come back as "unknown" or "corporate" when I know for a fact they're standard residential connections or mobile data.
- This lack of accurate
network providerinfo is making it tough to segment users properly and spot suspicious activity. Are they real users or bots hiding behind a cloudnetwork provider? Who knows!
- MaxMind is great for country/city, but for the actual
- The Plea for Sanity: Has anyone cracked the code on truly accurate ISP detection? Are there any services (paid or otherwise) that actually deliver reliable end-user
network provideridentification? I'm open to anything that stops mynetwork providerdata from acting like a digital Houdini.
0 Answers
No answers yet.
Be the first to provide a helpful answer!
Your Answer
You must Log In to post an answer and earn reputation.