black
Member
I made a tool that allows admins see how likely an IP address is a proxy/VPN IP. The system returns a probabilistic value of how likely an IP address is a proxy / VPN.
This should help forum admins, online shops, etc. If you have problems with people bypassing bans / trolls / fraud prevention, this tool should be useful.
I hear that maxmind doesn't classify VPNs / proxies as high risk so this might be useful as another layer of detection.
The proxy check system uses:
Here's the full documentation / readme - http://check.getipaddr.net/
The proxy check system has served 175k unique IP lookups in the past ~2 months, and the system is out of the development stage.
This should help forum admins, online shops, etc. If you have problems with people bypassing bans / trolls / fraud prevention, this tool should be useful.
I hear that maxmind doesn't classify VPNs / proxies as high risk so this might be useful as another layer of detection.
The proxy check system uses:
- 2 static files (manually updated)
- 1 dynamic file
- 6 unique dynamic checks
- 1 cached IPs file (to reduce the number of dynamic check queries)
Here's the full documentation / readme - http://check.getipaddr.net/
The proxy check system has served 175k unique IP lookups in the past ~2 months, and the system is out of the development stage.