Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Proxy Port detection |
|---|---|
| Date: | Thu, 23 Dec 2004 17:53:44 +0200 (IST) |
On Wed, 22 Dec 2004, John Madden wrote:
In our enterprise we have URL filtering capabilities and we restrict the usual sites (Porn, Sports, Gambling etc..) We do not use a proxy, so everyone goes directly to the internet.
Curiously, how do you filter URLs without a proxy?
I believe that some users put in their proxy settings an anonymous proxy using port 80 (which is obviously allowed) and in that manner avoid the restriction of the URL filtering. First thoughts: - Blocking all the anonymous proxy is imposible and would be a full time job - The use of a proxy is not an option right now
If it is not an option only because you do not want to force everybody to change their web browsers setups you can use transparent proxy.
Is there any way to detect this type of traffic (HTTP-Proxy) ?
If the following request GET /url HTTP/1.1 Host: some.host.name was sent to IP a.b.c.d which does not belong to some.host.name it is likely that a.b.c.d hosts a proxy. But since DNS can report differnt IPs for the same domain it's not that easy to check if an IP serves some particular domain. Note that if you allow encrypted connections (https) you can't inspect their contents. Also if your user has a webserver A outside they can setup it to make a request on behalve of the user with a translation of urls, e.g., http://B/url is encoded as http://A/B,port/url, A sends request to B and sends the reply to your user (and change all embeded urls). A can also encode all documents (with an embeded JavaScript to auto-decode) to avoid content filtering. So, you should consider how far you want to go into these troubles with rather marginal ROI into enforcing the policy. -- Regards, ASK
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: GFI LanGuard patch-management ... does not work !?, Matt Byrne |
|---|---|
| Next by Date: | Re: Wireless security question, Tomas Wolf |
| Previous by Thread: | Proxy Port detection, John Madden |
| Next by Thread: | Re: Proxy Port detection, Steve Crapo |
| Indexes: | [Date] [Thread] [Top] [All Lists] |