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

6 points by iOSGuy ↗ HN
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

3 comments

[ 4.1 ms ] story [ 18.8 ms ] thread
nslookup? you get the hostname of the IP and you can resolve for that.
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.