English 中文(简体)
Suggestion/Opinion on Reverse IP look up for Anonymour proxies
原标题:

Sometimes it is not possible to find if user is using Anonymous proxy. So i came up with some ideas:

Get IP of client, do reverse check and check if it returns a hostname and also get number of any websites hosted on same ip then it could be a proxy connection assuming it is website hosting provider ip. Store ips of hosting providers which allow proxy hosting and query them to check if IP matches and block them. So guys do you think this technique is possible or might work to some extent?

I know these are not best solutions. I m not a expert but a newbie, please do correct me if i mentioned something wrong or something is technically incorrect.

问题回答

I Think the idea has some merit but is alot of leg work and really not maintainable.

Finding out if the ip address has a hostname really wont help as lot of ISP s assign hostnames to peoples home connections that have static IP s (like mine does)

You could check against a list of known hosts that allow proxies but you do run the risk of blocking out legitimate traffic, I know that there are services that provide lists of proxy websites that are used to block them out at DNS level (using applications like squid) so you may be able to use that data to check against but im not 100% sure on that





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签