Author

Topic: Proxy/VPN/Tor detection (Read 13194 times)

newbie
Activity: 2
Merit: 0
August 19, 2018, 04:10:10 PM
#22
@_oh_no_stop_this_ yeah sure like https://github.com/Valve/fingerprintjs2 library

@Ferde hmm like hidemyass VPN?, all VPNs I know use datacenters so detection is possible.
newbie
Activity: 504
Merit: 0
August 18, 2018, 11:37:18 PM
#21
Use HMA, cheap and can pay via BTC
full member
Activity: 183
Merit: 100
August 18, 2018, 03:33:03 PM
#20
Would you like to save visitors' digital fingerprints as well?
Then you can track people by their profiles, not just IP address and cookies
newbie
Activity: 2
Merit: 0
August 18, 2018, 02:30:07 PM
#19
https://www.voxprox.com/

Simple php example.

Code:
$apikey "Your API Key";

$ip "52.18.43.74";
$url "https://www.voxprox.com/pmx.php?key=$apikey&ip=$ip";

$response file_get_contents($url);
$response json_decode($responsetrue);

// Return values VPN, Public Proxy, Web Proxy, Tor, BadIP, Bogon, Spam

if (isset($response['VPN'])) {
echo("VPN detected");
}
newbie
Activity: 9
Merit: 0
September 26, 2017, 11:17:11 PM
#18
Another free alternative to try is https://getipintel.net , it uses machine learning and probability theory algorithms to generate a score.
newbie
Activity: 1
Merit: 0
June 22, 2016, 07:09:43 AM
#17
Can consider of hosting database instead of API.
https://www.ip2location.com/ip2proxy-web-service
sr. member
Activity: 294
Merit: 250
July 27, 2014, 02:22:05 AM
#16

If you actually read the paper it covers 'Tor', 'PHPProxy', 'Glype', etc. Not VPNs.

Patterns/triggers won't detect VPNs. You need an up to date, curated list for them.

I think IPHub.info has such a list but unfortunately I have no idea how accurate it is.
newbie
Activity: 8
Merit: 0
July 27, 2014, 01:08:10 AM
#15
@Carlos:

Try this demo: http://glados.cc/badipdetect.php

If you're interested, email me for affordable licensing.

Excellent. Carlos if you buy this script you can just give the BTC direct to the people he owes. No need to waste transaction fees.
vip
Activity: 1316
Merit: 1043
👻
July 27, 2014, 01:05:42 AM
#14

If you actually read the paper it covers 'Tor', 'PHPProxy', 'Glype', etc. Not VPNs.

Patterns/triggers won't detect VPNs. You need an up to date, curated list for them.
vip
Activity: 1316
Merit: 1043
👻
July 27, 2014, 01:03:57 AM
#13
@Carlos:

Try this demo: http://glados.cc/badipdetect.php

If you're interested, email me for affordable licensing.
sr. member
Activity: 294
Merit: 250
July 27, 2014, 01:03:37 AM
#12
full member
Activity: 173
Merit: 100
July 27, 2014, 12:38:29 AM
#11
Do you have a problem with tor users? Or you're just afraid of legal implications?
I have a lot of problems with Tor users.
You could probably just block known TOR exit nodes to solve most of your problems. There are so many proxies and VPNs, and they are always popping up that you will never be able to stop them all.
legendary
Activity: 1240
Merit: 1001
Thank God I'm an atheist
July 27, 2014, 12:16:38 AM
#10
Did you find a good way to block VPN too?

I'm interested  too
full member
Activity: 238
Merit: 100
October 28, 2013, 01:45:16 AM
#9
Bitcoin site that blocks TOR? what comes next, ID verification? Roll Eyes

Just block free proxies and you're fine I guess

http://ipinfodb.com/ maybe
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
October 27, 2013, 08:00:35 PM
#8
What difference does it make? I want to block certain IPs from creating new accounts and performing various different tasks on my sites.

Not that much difference really I guess. You can aim to make blocking visitors as user friendly as possible though.  Smiley

I was going to offer to accept your redirects perhaps.
legendary
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
October 27, 2013, 07:41:36 PM
#7
I need a service/website that detects visitors using proxies/vpn/tor.

http://www.blocked.com/ is way too expensive.

Ideas?

I'm fairly sure that the free version of Blocked.com® blocks Tor exit nodes by 'default' for a certain number of requests per month.

See: http://www.blocked.com/pricing.php

...

iblocklist.com has a Tor node list that you could block with .htaccess

See: https://www.iblocklist.com/lists.php?category=organizations  (The Onion Router).

Most main Tor exit nodes don't change IP. You could probably update it around once a month.

Do you want to just block traffic and/or redirect it ?
legendary
Activity: 1358
Merit: 1002
October 27, 2013, 06:56:12 PM
#6
There's also http://botscout.com
Tested with a few popular VPNs, didn't detect any of them  Undecided

VPN's are trickier to block. You're better off just blocking any IP that belongs to a datacenter. There was a list of them IP's at Github.
sr. member
Activity: 364
Merit: 253
October 27, 2013, 06:53:00 PM
#5
Do you have a problem with tor users? Or you're just afraid of legal implications?
legendary
Activity: 1358
Merit: 1002
October 27, 2013, 06:50:59 PM
#4
Code:
Fatal error: Call to a member function query() on a non-object in /www/joshglazebrook.com/public_html/api/proxydetection/v1/query/tools/functions.php on line 330

 Roll Eyes

There's always BadBehaviour. And it's way faster that using a remote API.
legendary
Activity: 1358
Merit: 1002
legendary
Activity: 1358
Merit: 1002
legendary
Activity: 952
Merit: 1000
October 27, 2013, 05:36:35 PM
#1
I need a service/website that detects visitors using proxies/vpn/tor.

http://www.blocked.com/ is way too expensive.

Ideas?
Jump to: