Earlier quoted context omitted.
>Please don't. Not just because of the false positives and false negatives, but because user privacy is actually a good thing. Like it or not, bad actors use VPNs as well, and for some businesses the adverse selection caused by VPNs basically makes banning VPNs a no-brainer (eg. due to fraud).
Ethically: Bad actors use a lot of things; that's a poor excuse for harming the innocent. Practically: The economics probably check out, but bear in mind that it's not one-sided; this will cost you legitimate users.
Live proxy and VPN detection
21–30 of 76 posts
Re: Live proxy and VPN detection
#22> This website can detect if your connection is using a Proxy or VPN. Empirically not. > You can add Proxy and VPN detection to your own Website or App. Please don't. Not just because of the false positives and false negatives, but because user privacy is actually a good thing.
>Please don't. Not just because of the false positives and false negatives, but because user privacy is actually a good thing. Like it or not, bad actors use VPNs as well, and for some businesses the adverse selection caused by VPNs basically makes banning VPNs a no-brainer (eg. due to fraud).
The optimal amount of fraud is non-zero.
Also in an age of CGNAT, state enforced ISP level tracking and blocking. Blocking at the IP level is just lazy. It's like blocking a person because they come from the same town as someone else.
Re: Live proxy and VPN detection
#23Shifting to overseas it detected a clock difference between my browser and the exit point. I was testing with chrome though so insecurities like that are to be expected.
Re: Live proxy and VPN detection
#24If you run someone else's Javascript.
Yeah, there is lots someone can detect if you run their Javascript.
Re: Live proxy and VPN detection
#25Proxy Score: 45/100 - Likely a Proxy VPN Score: 15/55 - Could be a VPN (But Unlikely)
Service sure does assume a lot of things.
Re: Live proxy and VPN detection
#26This makes me sad :(
Re: Live proxy and VPN detection
#27Earlier quoted context omitted.
Ethically: Bad actors use a lot of things; that's a poor excuse for harming the innocent. Practically: The economics probably check out, but bear in mind that it's not one-sided; this will cost you legitimate users.
If the cost of fraud this stops is more than the lost cost of legitimate users..
Re: Live proxy and VPN detection
#28Re: Live proxy and VPN detection
#29Earlier quoted context omitted.
The documentation page linked to the demo page gives a good explanation on how this works ( https://proxy.incolumitas.com/integration_instructions.html ) > The most important proxy detection tests with the highest accuracy are: > 1. Latency Test - latency - This test is extremely effective at detecting proxy connections. It works both for residential and datacenter proxies. The reason why this test is effective: It i…
ok but how is all this implemented? is it a machine learning algorithm that classifies latencies with some pre-trained model? or did the library creator set some manual threshold like latency < 200ms = no VPN else VPN?
Of course this does not work for VPN services like PureVPN, OVPN, and SwissVPN that provide a real public IP address to the client (so both pings measure the latency to the client), or for VPNs that properly firewalled the external NAT IP so that it is not pingable and does not send TCP RST or ICMP Port Unreachable messages when probed. But PureVPN IP ranges are known, so it is detected that way.
Re: Live proxy and VPN detection
#30My connection is my concern and not yours. If bad actors use VPNs while exploiting your site's vulnerable processes, its your concern and not mine.