Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
btotherunner
New Contributor

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!

3 REPLIES 3
btotherunner
New Contributor

Nobody else provides the same Problem? :D

sfareg
New Contributor II

i have a same issue

hmtay_FTNT
Staff
Staff

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

Labels
Top Kudoed Authors