What do you recommend?
Using Transparent or Non-Transparent Proxy mode?
Thanks in advance:
Dwayne Parker
This thread was automatically locked due to age.
What do you recommend?
Using Transparent or Non-Transparent Proxy mode?
Thanks in advance:
Dwayne Parker
There is a difference between standard and transparent proxy in the "DNS handling" of the clients.Standard proxy = your client can only resolve the internet in the HTTP connect phase via proxy port. Transparent proxy = your client tries to resolve the target server via DNS port 53.
Some of the attacks are DNS based. If you are blocking DNS port 53 from the clients and only use 3128 for proxy, the client (hacker/software) is not able to do a lookup on DNS base. Most of the software nowadays is trying to resolve there C&C server via DNS port 53. If this is blocked, they give up.
I know, quite insecure comment, but can give you a small "advantage" against the bot software.
There is a difference between standard and transparent proxy in the "DNS handling" of the clients.Standard proxy = your client can only resolve the internet in the HTTP connect phase via proxy port. Transparent proxy = your client tries to resolve the target server via DNS port 53.
Some of the attacks are DNS based. If you are blocking DNS port 53 from the clients and only use 3128 for proxy, the client (hacker/software) is not able to do a lookup on DNS base. Most of the software nowadays is trying to resolve there C&C server via DNS port 53. If this is blocked, they give up.
I know, quite insecure comment, but can give you a small "advantage" against the bot software.