- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
exception for websites at activate application control
hey,
I have the following Problem.
We block in the Application Controll - The Categorie: Video/Audio.
We allow to Access: Vimeo and Youtube over the "Application Overrides".
But how can i Allow to Access for example "Video3brain.net" - when there is no Application Signature in there Database.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nobody else provides the same Problem? :D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have a same issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can add a custom application control signature and set it to Monitor/Allow. Here's a template for a common website URL.
F-SBID( --name "YourDomain.HTTP_Custom"; --protocol tcp; --service HTTP; --pattern "yourdomain.com"; --context host; --no_case; --app_cat 12; --weight 10; )
F-SBID( --name "YourDomain.SSL_Custom"; --protocol tcp; --service SSL; --pattern "yourdomain.com"; --context host; --no_case; --app_cat 12; --weight 10; )
Add both signatures (separately) and modify YourDomain to the domain you want to allow. Then set them to the desired action in your application control sensor.
Let me know if you have more questions.
Homing