TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

6 pointsby iOSGuyabout 11 years ago
As I understand it, there are limitations, it will not be 100% accurate ie: a user could be using a proxy, or VPN, etc.<p>Still, if Comcast is going to throttle specific websites, or charge specific websites for faster connections, can&#x27;t we use the knowledge that a website visitor is a Comcast subscriber to our advantage?<p>More than that, could Reddit use a protest day to demonstrate what may happen to Comcast customers?<p>For example, instead of a blackout day, Reddit loads slow for Comcast subscribers and only Comcast subscribers.<p>For programmers, here&#x27;s a possible solution using PHP: http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;855967&#x2F;how-do-i-retrieve-the-visitors-isp-through-php

3 comments

kogirabout 11 years ago
It&#x27;s super easy with this: <a href="https://www.maxmind.com/en/isp" rel="nofollow">https:&#x2F;&#x2F;www.maxmind.com&#x2F;en&#x2F;isp</a><p>If you&#x27;re unwilling to pay, then you can get pretty far with their free ASN database: <a href="http://dev.maxmind.com/geoip/legacy/geolite/" rel="nofollow">http:&#x2F;&#x2F;dev.maxmind.com&#x2F;geoip&#x2F;legacy&#x2F;geolite&#x2F;</a>
feldabout 11 years ago
I&#x27;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.
jesusmichaelabout 11 years ago
nslookup? you get the hostname of the IP and you can resolve for that.