Skip to main content
btotherunner
New Member
March 31, 2016
Question

exception for websites at activate application control

  • March 31, 2016
  • 2 replies
  • 8000 views

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!

    2 replies

    btotherunner
    New Member
    April 19, 2016

    Nobody else provides the same Problem? :D

    sfareg
    New Member
    March 4, 2019

    i have a same issue

    hmtay_FTNT
    Staff
    Staff
    March 6, 2019

    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