Blocking music and streaming video with Check Point firewall

Blocking music and streaming video with Check Point firewall

How can I block streaming video and music with a Check Point firewall?


    Requires Free Membership to View

    SearchSecurity.com members gain immediate and unlimited access to breaking industry news, virus alerts, new hacker threats, highly focused security newsletters, and more -- all at no cost. Join me on SearchSecurity.com today!

    Michael S. Mimoso, Editorial Director

    By submitting your registration information to SearchSecurity.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSecurity.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

First: RealAudio has the ability to tunnel streaming audio/video through http. Use the HTTP Security Server to deal with this in the current version. If you have CVP, you may be able to use the CVP server to screen out those MIME types. If you are not using a CVP server, you can do this with a wildcard URI. The URI Definition window would have the following in the "Match" tab:
Schemes: HTTP
Methods: GET
Host: *
Path: {*/*.{ra,rm,ram},*.{ra,rm,ram}}
Query: *

Note: You can stop HTTP downloads by adding {*/*.{exe,zip,bin},*.{exe,zip,bin}} to the path statement.

You would then create a rule that uses this resource and denies access to anything matching this resource.

Second: Proxy by secure authentication, then content check.

Third: Block the ports or known IPs, such as those for Napster, if you know them. You can gain IP information through the use of logs.

I think this will solve or at least direct you.


For more information on this topic, visit these other SearchSecurity.com resources:
Featured Topic: Firewall Management
Best Web Links: Firewalls
Tech Tip: Performing firewall maintenance


This was first published in March 2002