Settings

Theme

Is it possible to detect a visitor's ISP, could websites educate Comcast users?

6 points by iOSGuy 12 years ago · 3 comments · 1 min read


As I understand it, there are limitations, it will not be 100% accurate ie: a user could be using a proxy, or VPN, etc.

Still, if Comcast is going to throttle specific websites, or charge specific websites for faster connections, can't we use the knowledge that a website visitor is a Comcast subscriber to our advantage?

More than that, could Reddit use a protest day to demonstrate what may happen to Comcast customers?

For example, instead of a blackout day, Reddit loads slow for Comcast subscribers and only Comcast subscribers.

For programmers, here's a possible solution using PHP: http://stackoverflow.com/questions/855967/how-do-i-retrieve-the-visitors-isp-through-php

kogir 12 years ago

It's super easy with this: https://www.maxmind.com/en/isp

If you're unwilling to pay, then you can get pretty far with their free ASN database: http://dev.maxmind.com/geoip/legacy/geolite/

feld 12 years ago

I'd imagine a varnish vmod could be created to do a lookup in a maxmind database and then serve slowly with some new page elements.

jesusmichael 12 years ago

nslookup? you get the hostname of the IP and you can resolve for that.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection