|
|
Cached Credentials, Authenticating Proxies and Spyware
Authored by: genxweb on Monday, October 15, 2007
Some of the article is missing.
Without firewall rule allowing me to bypass the proxy
C:>nc -vv xxxx.net 80
DNS fwd/rev mismatch: xxxx.net != lambda.xxxxxxx.com
xxxxx.net [xxx.xxx.xxx.xxx] 80 (http): TIMEDOUT < -- Failed
sent 0, rcvd 0: NOTSOCK
As you can see when I have to use the proxy Netcat can’t automatically authenticate to the proxy hence my http connection to xxxxx.net fails.
With firewall rule allowing me to bypass the proxy
C:>
C:>nc -vv xxxxx.net 80
DNS fwd/rev mismatch: xxxx.net != lambda.xxxxxx.com
xxxxxx.net [xxx.xxx.xxx.xxx] 80 (http) open <-- Worked
C:>
As you can see with the rule allowed in the firewall to allow me to bypass the proxy and use the firewall the Netcat application can connect via http to xxxxx.net since it does not have to authenticate.
In the wild a malicious person could use a vulnerability in Internet explorer to download the application and execute it in the background or they could email it to a user and have them run it. The application does not require admin rights all it needs is the ability to use Internet Explorer.
Reply to This
|
|