Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Question regarding adding my own block list. Which option to choose?

I am running 9.3

Should I add the long block list to:

1) Web Protection ->WebFiltering -> Policies -> Default Content Filter Action -> Websites ->"Block Theese Websites" add as Regular Expression

OR

2) Web Protection -> Filtering Options -> Websites -> "New Site"  and Recategorize.

If 2  then can I just copy paste an expression list?

i.e.


^https?://([A-Za-z0-9.-]*\.)?0tracker\.com/
^https?://([A-Za-z0-9.-]*\.)?1-cl0ud\.com/
^https?://([A-Za-z0-9.-]*\.)?100im\.info/


This thread was automatically locked due to age.
Parents
  • Note that 
    ^https?://([A-Za-z0-9.-]*\.)?100im\.info/ can be shortened to 
    ^https?://[A-Za-z0-9.-]*100im\.info/ or rewritten as
    ^https?://([A-Za-z0-9.-]+\.)?100im\.info/

    I don't think you can use REGEX in 2.  As for whether 1 or 2 is to be preferred, it depends.  In any case, prior to adding a list, I would go to TrustedSource, sign up for a free account and check your list to see what additional categories should be blocked.

    Cheers - Bob
Reply
  • Note that 
    ^https?://([A-Za-z0-9.-]*\.)?100im\.info/ can be shortened to 
    ^https?://[A-Za-z0-9.-]*100im\.info/ or rewritten as
    ^https?://([A-Za-z0-9.-]+\.)?100im\.info/

    I don't think you can use REGEX in 2.  As for whether 1 or 2 is to be preferred, it depends.  In any case, prior to adding a list, I would go to TrustedSource, sign up for a free account and check your list to see what additional categories should be blocked.

    Cheers - Bob
Children
  • Note that 
    ^https?://([A-Za-z0-9.-]*\.)?100im\.info/ can be shortened to 
    ^https?://[A-Za-z0-9.-]*100im\.info/ or rewritten as
    ^https?://([A-Za-z0-9.-]+\.)?100im\.info/

    I don't think you can use REGEX in 2.  As for whether 1 or 2 is to be preferred, it depends.  In any case, prior to adding a list, I would got to TrustedSource, sign up for a free account and check your list to see what additional categories should be blocked.

    Cheers - Bob


    Thanks will do that.

    So basically both methods employ the same amount of resources?  I thought one method was more memory/cpu intensive then the other.