cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
813
Views
0
Helpful
2
Replies

How to block ultrasurf in WSA S370

Daryl
Level 1
Level 1

Hi,

 

any one can help me on how to block ultrasurf in WSA S370 v. 8.0.8-113

1 Accepted Solution

Accepted Solutions

Handy Putra
Cisco Employee
Cisco Employee

Ultrasurf connection might be using random ports and trying to go out to Internet directly.

WSA is only listen to HTTP/HTTPS that RFC complaints if the traffics are not using those, WSA might not be able to process them.

Best take packet capture from client side that generating ultrasurf request to see the packets and if the connections are true trying to go out directly then blocking those connections from firewall is the best bet.

View solution in original post

2 Replies 2

Handy Putra
Cisco Employee
Cisco Employee

Ultrasurf connection might be using random ports and trying to go out to Internet directly.

WSA is only listen to HTTP/HTTPS that RFC complaints if the traffics are not using those, WSA might not be able to process them.

Best take packet capture from client side that generating ultrasurf request to see the packets and if the connections are true trying to go out directly then blocking those connections from firewall is the best bet.

Thank you Handy.