Detecting reverse proxy
20 pts.
0
Q:
Detecting reverse proxy
I am trying to enforce an Army policy to ensure all .mil websites are behind a reverse proxy. Is there any way to see if the site is behind a proxy? Thanks!
ASKED: Mar 24 2009  1:36 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
2815 pts.
0
A:
 RATE THIS ANSWER
-1
Click to Vote:
  •   0
  •  -1
  • AddThis Social Bookmark Button
How are you trying to enforce this policy? Group policy, ACL (access rules) on a firewall, router, etc.? Once you defined what is your policy enforcement, we can try to pinpoint the direction to see if a policy is in play either by a simple traceroute, etc.
Last Answered: Mar 24 2009  2:21 PM GMT by Aguacer0   2815 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Jpre   20 pts.  |   Mar 24 2009  2:26PM GMT

We are trying to write a program to check if the site is using a proxy. We want to make sure that the site owners are doing what they say they will.

 

Mshen   23535 pts.  |   Mar 24 2009  6:02PM GMT

If you have access to the backend server log files, you can check if all HTTP request to that server is coming from the proxy address. Externally, it is very hard to identify a well implemented reverse proxy.

 

KevinBeaver   7610 pts.  |   Mar 31 2009  8:19PM GMT

You may be able to use a local Web proxy or network analyzer to analyze HTTP requests and responses and see if/how they’re being manipulated.

 
0