Web Hosting Talk







View Full Version : How to Tell if Order is Placed via Proxy?


JTM
03-19-2002, 09:47 PM
Can somebody tell me how I can tell if an order is placed through a proxy?

I received an order today that looks suspicous which was placed through AT&T's network leading back to Middleton, NJ. I did a traceroute on the IP Address submitted with the order and it matches the IP address their domain name points to in the traceroute. They say they are from Indiana but I am wondering if they are connecting to the server from some other location to cover up their location.

Jeff

priyadi
03-19-2002, 11:43 PM
No easy way to tell. You need to do a portscan and try to determine if it is an open proxy server. I believe that's the only solution.

JTM
03-20-2002, 12:12 AM
Is that difficult to do? If not, can you please tell me how?

Jeff

bitserve
03-21-2002, 04:42 AM
It is easy to do, but you shouldn't be scanning other people's networks. IMHO.

CagedTornado
03-25-2002, 08:14 PM
Scanning is A LOT different from attempting a connection to 4 frequently used ports to see if they're active. Unfortunately, the results wouldn't be 100% accurate.

You could attempt a connection to:
3128 (squid proxy)
8080 (common proxy port)
1080 (common socks proxy port)
80 (another common proxy port)

If any of these are open, it MIGHT be a proxy (note that it might also be a web site -- because of port 80 -- but how many users do you know of that connect from machines used as web sites?)

Dan

bitserve
03-26-2002, 05:41 AM
Originally posted by CagedTornado
Scanning is A LOT different from attempting a connection to 4 frequently used ports to see if they're active...

That's scanning.