<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic URL wildcard Pattern in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/url-wildcard-pattern/m-p/136217#M47609</link>
    <description>&lt;P&gt;Hello everyone, I need to block URLs that have a word pattern/string, &lt;SPAN&gt;It is possible&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;to restrict certain strings inside the name of a URL?? for example the word "good" inside the website "&lt;A href="http://www.goodwill.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;www.goodwill.com&lt;/A&gt;" to be blocked ? I already try with Wildcards, any ideas on how to achive this ?&amp;nbsp;block keywords for web browsing is this possible and how to do it?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jan 2017 16:39:15 GMT</pubDate>
    <dc:creator>oscaringosv</dc:creator>
    <dc:date>2017-01-06T16:39:15Z</dc:date>
    <item>
      <title>URL wildcard Pattern</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-wildcard-pattern/m-p/136217#M47609</link>
      <description>&lt;P&gt;Hello everyone, I need to block URLs that have a word pattern/string, &lt;SPAN&gt;It is possible&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;to restrict certain strings inside the name of a URL?? for example the word "good" inside the website "&lt;A href="http://www.goodwill.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;www.goodwill.com&lt;/A&gt;" to be blocked ? I already try with Wildcards, any ideas on how to achive this ?&amp;nbsp;block keywords for web browsing is this possible and how to do it?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 16:39:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-wildcard-pattern/m-p/136217#M47609</guid>
      <dc:creator>oscaringosv</dc:creator>
      <dc:date>2017-01-06T16:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: URL wildcard Pattern</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-wildcard-pattern/m-p/136320#M47620</link>
      <description>&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 21:37:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-wildcard-pattern/m-p/136320#M47620</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2017-01-06T21:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: URL wildcard Pattern</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-wildcard-pattern/m-p/136459#M47643</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/42301"&gt;@oscaringosv&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm afraid&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&amp;nbsp;is correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Custom URL category won't allow regex. &amp;nbsp;It only allows wildcards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are some considerations to take when you want to use wildcards in custom URL categories. &amp;nbsp;Allow me to explain using "good" as an example :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="TB_TableBody"&gt;The following characters are considered separators:&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;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 :&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&lt;SPAN&gt;*.good.com (Tokens are: "*", "good" and "com")&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&lt;SPAN&gt;www.*.com (Tokens are: "www", "*" and "com")&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&lt;SPAN&gt;&lt;A href="http://www.good.com/search=*" target="_blank"&gt;www.good.com/search=*&lt;/A&gt; (Tokens are: "www", "good", "com", "search", "*")&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;The following patterns are invalid because the character “*” is not the only character in the token.&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&lt;SPAN&gt;ww*.good.com&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&lt;SPAN&gt;www.good*.com&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&lt;SPAN&gt;Cheers !&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="TB_TableBody"&gt;&lt;SPAN&gt;-Kim.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:24:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-wildcard-pattern/m-p/136459#M47643</guid>
      <dc:creator>kiwi</dc:creator>
      <dc:date>2017-01-09T10:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: URL wildcard Pattern</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-wildcard-pattern/m-p/385982#M90191</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So based on this we are looking for block subdomains from all countries (i.e *.domain.us, *.domain.mx) is below a good entry:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*.domain.*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to implement this on URL Category&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 17:47:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-wildcard-pattern/m-p/385982#M90191</guid>
      <dc:creator>alfredo_huerta</dc:creator>
      <dc:date>2021-02-15T17:47:39Z</dc:date>
    </item>
  </channel>
</rss>

