Link to home
Start Free TrialLog in
Avatar of First Last
First LastFlag for United States of America

asked on

Use ASA to stop streaming music and video done via locally installed applications?

Hi,

I have websense web filter setup in line with my Cisco ASA 5510's. I'm filtering perfectly all traffic that is done via ftp, http, and https in Internet Explorer. We are blocking all streaming media via Internet Explorer. So, if you go to youtube or pandora it is blocked via your web browser.  Our problem is that some people are using Windows Media Player, Beer and hot wings, and other apps that aren't embedded into Internet Explorer to stream music. How can I stop this via the ASA?

Here is how my web filter is setup and running. What can I do with my ASA or websense to stop activity from successfully happening outside of Internet Explorer. As I see it websense only filters what the ASA sends it. ASA will only send certain types of traffic to Websense and I'm already doing that for all the options i see (http,https,ftp,java, url).


url-server (inside) vendor websense host 10.35.209.190 timeout 10 protocol TCP version 4 connections 100
filter url http 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 allow proxy-block longurl-truncate
filter https 443 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 allow
filter activex 80 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0
filter java 80 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0
filter ftp 21 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 allow
Avatar of ragnarok89
ragnarok89

You might want to create an ACL (access list) to block the address of the website or filter the web address, to the music site, on the pc's. A great port blocking software is www.kerio.com 
With the ASA, you have 2 options.    
1) block the far end IP addresses.   So on an inside interface, add an access list that will deny IP to the range of pandora ips, for example.   Then no traffic will get out to that range.  
2) If you know the specific ports, you can add a rule to the inside interface to block any site when using tcp port <# whatever>.  


Some other ideas, if you run your own DNS, you can add entries for youtube and pandora and such to go to 127.0.0.1.  

Or you can implement a local workstation block.  

Another solution is to use a proxy server on the network, allowing only the proxy IP outbound access and controlling what ports it can use (i.e. 80 and 443 only).   Add rules on the asa to allow outbound for the proxy, but deny everyone else.    Then setup GPO to force IE to use your new proxy IP.

Avatar of First Last

ASKER

Actually I have no idea on what ports, programs, or sites they are using. I'm just now starting to look through the firewall logs based of their pc source ip address. I don't do the PC side of things here so i'm not sure what they have installed. Right now we just asked them not to do it, but it only lasts until we walk away.
ASKER CERTIFIED SOLUTION
Avatar of Les Moore
Les Moore
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial