- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- Re: Allowing special YouTube Videos
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Allowing special YouTube Videos
Hello,
i searched the community and found some threads with same content like mine here 🙂
But somehow no solutions are provided in these threads. So this is why i am writing a new question.
We are in a migration process from our BlueCoat Proxy to our 7000+ ClusterXL with R80.40
One special thing we do on our BlueCoat rulebase is, to block the category "Media Streams" for all users.
So YouTube is blocked to with this category block rule.
But we have some videos on YouTube we would like to allow them to the users.
For BlueCoat there are some knowledge base entries how to do that and it worked perfectly the last years.
Allowing a single YouTube video through a ProxySG (broadcom.com)
I tried to use the same exclusions etc. but somehow it will not work in the Check Point rulebase.
These are my exclusions where i would add all whitelisted videos in the future:
Is there somewhere a sk directly from Check Point (like from other proxy companies) where i can read how to do it?
Or maybe you guys have a solution how to do that.
I am not a regex expert, so a How To would be great 😉
For example, i tried this pattern:
(?=.*youtube\.com)(?=.*yts).*
But i get this Warning from Check Point:
So no idea how i can build it with the working exclusions from our BlueCoat.
Thank you.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Matthew81,
Check Point Signature Tool (for Windows OS) allows you to create Application Control and URL Filtering for your own, or third-party applications. This tool expands your local Application Control and URL Filtering database for applications and URLs that you add.
The GUI-based Signature Tool (for Windows OS) is available here.
Documentation:
Signature Tool for Application Control & URL Filtering blades Administration Guide
Signature Tool for Application Control blade Administration Guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Matthew81,
Check Point Signature Tool (for Windows OS) allows you to create Application Control and URL Filtering for your own, or third-party applications. This tool expands your local Application Control and URL Filtering database for applications and URLs that you add.
The GUI-based Signature Tool (for Windows OS) is available here.
Documentation:
Signature Tool for Application Control & URL Filtering blades Administration Guide
Signature Tool for Application Control blade Administration Guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why not ask TAC for a solution here ? Assertions in RegEx like (?= are meant for people who are RegEx experts, i fear 😉
For me, what you try to do looks like
https:\/\/[a-zA-Z]*\.youtube\.com\/[a-zA-Z.]*yts
Have a look at https://regex101.com/, a good place for learning and testing RegEx !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great - thanks a lot for the Signature Tool and the regex101 link. I will give it a try 😉
I tried now some easier RegEx for youtube:
youtube\.com\/yts\/
youtube\.com\/youtubei\/
youtube\.com\/api\/
youtube\.com\/sw.js
youtube\.com\/iframe_api
youtube\.com\/embed\/
youtube\.com\/get_video_info
crossdomain\.xml
consent\.youtube\.com
ytime\.com
googlevideo\.com
youtube\.com\/s\/
ytimg\.com
=ea6hH8uHRUc
And it seems to work like on the old proxy.
So i now need to transfer all the video id's from the old to the new.
I will try to use the Signature Tool to build a better custom application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If i could help, any Kudo is appreciated 😉
