<?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: Applications Categories in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Applications-Categories/m-p/78224#M81159</link>
    <description>&lt;P&gt;I'm not aware of a mechanism within Smartconsole to match applications based on category.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, it is possible to query them via the API from the command line. This is how I managed to query it from the cli and dump it to a file. This particular script is only selecting options from the additional-categories and not the primary category. &lt;/P&gt;
&lt;PRE&gt;mgmt_cli -r true login &amp;gt; session.id&lt;BR /&gt;appcount="`mgmt_cli -s session.id show application-sites -f json limit 1 | jq -r .total`"&lt;BR /&gt;displayed=0 &lt;BR /&gt;touch applist&lt;BR /&gt;while [ $displayed -lt $appcount ]; &lt;BR /&gt;do &lt;BR /&gt;  mgmt_cli -s session.id show application-sites -f json details-level full limit 100 offset ${displayed} | jq -r '.objects[]|select(."additional-categories"[] | contains("High Bandwidth"))|[.name,."primary-category",."additional-categories"|tostring]|@csv' &amp;gt;&amp;gt; applist &lt;BR /&gt;  let displayed+=100 &lt;BR /&gt;done&lt;BR /&gt;mgmt_cli -s session.id logout&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Mar 2020 15:54:39 GMT</pubDate>
    <dc:creator>masher</dc:creator>
    <dc:date>2020-03-13T15:54:39Z</dc:date>
    <item>
      <title>Applications Categories</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Applications-Categories/m-p/78210#M81158</link>
      <description>&lt;P&gt;When you look a the details for a Category it mentions how many applications it contains.&lt;/P&gt;&lt;P&gt;Is it possible and how can you see which applications it contains?&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 541px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/4802i3C56CB46A5A320FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 13:42:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Applications-Categories/m-p/78210#M81158</guid>
      <dc:creator>flachance</dc:creator>
      <dc:date>2020-03-13T13:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Applications Categories</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Applications-Categories/m-p/78224#M81159</link>
      <description>&lt;P&gt;I'm not aware of a mechanism within Smartconsole to match applications based on category.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, it is possible to query them via the API from the command line. This is how I managed to query it from the cli and dump it to a file. This particular script is only selecting options from the additional-categories and not the primary category. &lt;/P&gt;
&lt;PRE&gt;mgmt_cli -r true login &amp;gt; session.id&lt;BR /&gt;appcount="`mgmt_cli -s session.id show application-sites -f json limit 1 | jq -r .total`"&lt;BR /&gt;displayed=0 &lt;BR /&gt;touch applist&lt;BR /&gt;while [ $displayed -lt $appcount ]; &lt;BR /&gt;do &lt;BR /&gt;  mgmt_cli -s session.id show application-sites -f json details-level full limit 100 offset ${displayed} | jq -r '.objects[]|select(."additional-categories"[] | contains("High Bandwidth"))|[.name,."primary-category",."additional-categories"|tostring]|@csv' &amp;gt;&amp;gt; applist &lt;BR /&gt;  let displayed+=100 &lt;BR /&gt;done&lt;BR /&gt;mgmt_cli -s session.id logout&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 15:54:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Applications-Categories/m-p/78224#M81159</guid>
      <dc:creator>masher</dc:creator>
      <dc:date>2020-03-13T15:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Applications Categories</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Applications-Categories/m-p/78225#M81160</link>
      <description>&lt;P&gt;thanks. This solution works fine.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 16:09:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Applications-Categories/m-p/78225#M81160</guid>
      <dc:creator>flachance</dc:creator>
      <dc:date>2020-03-13T16:09:57Z</dc:date>
    </item>
  </channel>
</rss>

