URL wildcard Pattern

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

URL wildcard Pattern

L2 Linker

Hello everyone, I need to block URLs that have a word pattern/string, It is possible to restrict certain strings inside the name of a URL?? for example the word "good" inside the website "www.goodwill.com" to be blocked ? I already try with Wildcards, any ideas on how to achive this ? block keywords for web browsing is this possible and how to do it?

3 REPLIES 3

Cyber Elite
Cyber Elite

I don't believe this is possible; you might want to look into the service k9 which is primarly based for schools but can actually block by keywords. Most vendors don't allow for this because the risk for false positives are to high (just like small regex entries). If you blocked every website that has the word good in it you would need to scan the entire URL; so search results, page titles, and many other things would inadvertibly be picked up and blocked. 

Community Team Member

Hi @oscaringosv,

 

I'm afraid @BPry is correct.

 

Custom URL category won't allow regex.  It only allows wildcards.

 

There are some considerations to take when you want to use wildcards in custom URL categories.  Allow me to explain using "good" as an example :

 

The following characters are considered separators:
.
/
?
&
=
;
+
 
Every substring that is separated by the characters listed above is considered a token. A token can be any number of ASCII characters that does not contain any separator character or *. For example, the following patterns are valid :
 
*.good.com (Tokens are: "*", "good" and "com")
www.*.com (Tokens are: "www", "*" and "com")
www.good.com/search=* (Tokens are: "www", "good", "com", "search", "*")
 
The following patterns are invalid because the character “*” is not the only character in the token.
 
ww*.good.com
www.good*.com
 
Cheers !
-Kim.
LIVEcommunity team member, CISSP
Cheers,
Kiwi
Please help out other users and “Accept as Solution” if a post helps solve your problem !

Read more about how and why to accept solutions.

Hello,

 

So based on this we are looking for block subdomains from all countries (i.e *.domain.us, *.domain.mx) is below a good entry:

 

*.domain.*

 

I am trying to implement this on URL Category

 

Best Regards

  • 7694 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!