<?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 Re: Howto do a bulk URL category check in PANDB? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/howto-do-a-bulk-url-category-check-in-pandb/m-p/22781#M16655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jeanvan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. There is no in-built command to do bulk check, However you can write your own script to do bulk check with command "&lt;SPAN style="color: #3b3b3b; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;gt; test url&lt;/SPAN&gt; &amp;lt;URL&amp;gt;. You need to feed URL from particular Text file to this command. However, to accomplish this its required to have detailed understanding of script languages.&lt;/P&gt;&lt;P&gt;2. There is no existing API/REST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hardik Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2014 16:02:31 GMT</pubDate>
    <dc:creator>hshah</dc:creator>
    <dc:date>2014-07-18T16:02:31Z</dc:date>
    <item>
      <title>Howto do a bulk URL category check in PANDB?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/howto-do-a-bulk-url-category-check-in-pandb/m-p/22778#M16652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As we're migrating from proxy to direct internet access, we'd like to cross-check old URL black and white lists against PANDB. I did find the &lt;A href="http://urlfiltering.paloaltonetworks.com/testASite.aspx"&gt;URL to check one site&lt;/A&gt; (with captcha) but that will not be very efficient as we have hundreds of entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is there a way to do a bulk check?&lt;/LI&gt;&lt;LI&gt;Is there a CLI or API command to do a category lookup?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 09:09:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/howto-do-a-bulk-url-category-check-in-pandb/m-p/22778#M16652</guid>
      <dc:creator>jeanvancaloen</dc:creator>
      <dc:date>2014-07-18T09:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Howto do a bulk URL category check in PANDB?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/howto-do-a-bulk-url-category-check-in-pandb/m-p/22779#M16653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from the CLI you can do the "test url" command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;gt; test url www.google.com&lt;/P&gt;&lt;P class="p2"&gt;&lt;/P&gt;&lt;P class="p1"&gt;www.google.com search-engines (Base db) expires in 0 seconds&lt;/P&gt;&lt;P class="p1"&gt;www.google.com search-engines (Cloud db)&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;you can also invoke this command through a REST API call&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;A href="https://10.192.16.247/api/?type=op&amp;amp;cmd=%3Ctest%3E%3Curl%3E%3C%2Furl%3E%3C%2Ftest%3E&amp;amp;REST_API_TOKEN=995922109" style="color: #036dda; text-decoration: underline; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 14px; background-color: #f2f6fa;" target="_rest_api"&gt;/api/?type=op&amp;amp;cmd=&amp;lt;test&amp;gt;&amp;lt;url&amp;gt;www.yoururl.com&amp;lt;/url&amp;gt;&amp;lt;/test&amp;gt;&lt;/A&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;unfortunately there is no true bulk url test tool&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 09:19:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/howto-do-a-bulk-url-category-check-in-pandb/m-p/22779#M16653</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2014-07-18T09:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Howto do a bulk URL category check in PANDB?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/howto-do-a-bulk-url-category-check-in-pandb/m-p/22780#M16654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if there is way how to do a bulk check of URL, there is a way how to request a bulk re-categorization. You might find this helpful in one point if you are doing this checks.&lt;/P&gt;&lt;P&gt;Here is the link where you can do this: &lt;A href="http://urlfiltering.paloaltonetworks.com/BulkChange.aspx" title="http://urlfiltering.paloaltonetworks.com/BulkChange.aspx"&gt;Palo Alto Networks URL Filtering - Bulk Change Request&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:43:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/howto-do-a-bulk-url-category-check-in-pandb/m-p/22780#M16654</guid>
      <dc:creator>ialeksov</dc:creator>
      <dc:date>2014-07-18T15:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Howto do a bulk URL category check in PANDB?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/howto-do-a-bulk-url-category-check-in-pandb/m-p/22781#M16655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jeanvan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. There is no in-built command to do bulk check, However you can write your own script to do bulk check with command "&lt;SPAN style="color: #3b3b3b; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;gt; test url&lt;/SPAN&gt; &amp;lt;URL&amp;gt;. You need to feed URL from particular Text file to this command. However, to accomplish this its required to have detailed understanding of script languages.&lt;/P&gt;&lt;P&gt;2. There is no existing API/REST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hardik Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 16:02:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/howto-do-a-bulk-url-category-check-in-pandb/m-p/22781#M16655</guid>
      <dc:creator>hshah</dc:creator>
      <dc:date>2014-07-18T16:02:31Z</dc:date>
    </item>
  </channel>
</rss>

