<?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: URL set to allow Ransomware in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/url-set-to-allow-ransomware/m-p/516476#M107250</link>
    <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/204018"&gt;@Schneur_Feldman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just to expand on why PAN wouldn't just modify your profiles to block for this category, they can't identify what you're using that profile for. If I have devices segmented off into a malware research zone and utilize a subset of my machines for those purposes, I absolutely wouldn't want PAN to modify my profiles to block a newly introduced category for a subset of machines where I would actually&amp;nbsp;&lt;EM&gt;want&amp;nbsp;&lt;/EM&gt;to allow the traffic.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're managing multiple clients I'd really recommend looking at the benefits of utilizing Panorama to manage all of them, or better yet managing them directly through the XML configuration file and templating some of the configuration yourself if you can't get approved to purchase Panorama. The API here can also be a major help, but if you're not comfortable with it it's not going to be a quick fix since you'll need to be parsing results and using that information in additional changes.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Sep 2022 14:45:22 GMT</pubDate>
    <dc:creator>BPry</dc:creator>
    <dc:date>2022-09-30T14:45:22Z</dc:date>
    <item>
      <title>URL set to allow Ransomware</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-set-to-allow-ransomware/m-p/516381#M107234</link>
      <description>&lt;P&gt;Palo Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone please explain why Palo would release a Ransomware URL Category and put the default to allow????&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Secondly, its going to be a pain logging into every single client of ours that uses Palo and changing&amp;nbsp;Ransomware URL Category to block. Is there a way to automate it? What would the CLI command be? Any Ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 16:39:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-set-to-allow-ransomware/m-p/516381#M107234</guid>
      <dc:creator>Schneur_Feldman</dc:creator>
      <dc:date>2022-09-29T16:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: URL set to allow Ransomware</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-set-to-allow-ransomware/m-p/516404#M107236</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/204018"&gt;@Schneur_Feldman&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;Because Palo Alto is not responsible for your firewall configuration and doesn't have visibility how, why and where you are using your URL filtering profiles. They give you the tools, it is your decision how to use them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The CLI command would be:&lt;/P&gt;
&lt;P&gt;- Locally managed firewall&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;set profiles url-filtering &amp;lt;profile-name&amp;gt; block ransomware&lt;/LI-CODE&gt;
&lt;P&gt;- Panorama managed firewall&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;set device-group &amp;lt;device-group-name&amp;gt; profiles url-filtering &amp;lt;profile-name&amp;gt; block ransomware&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are couple of ways to automate such change and depending on your environment:&lt;/P&gt;
&lt;P&gt;- Export firewall running config; search and edit the XML defining any URL filtering profile; import, load and commit the edited config&lt;/P&gt;
&lt;P&gt;- Similar as above but for Panorama config, modifing any URL filtering in all available device-groups&lt;/P&gt;
&lt;P&gt;From your comment it seems you support multiple different clients, which probably require different ways to connect and different credetials. So you probably better to consider using the XML API. You may want to check python framework &lt;A href="https://github.com/PaloAltoNetworks/pan-os-python" target="_blank"&gt;https://github.com/PaloAltoNetworks/pan-os-python&lt;/A&gt; which could save you some time (connecting and authenticating to the device).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 20:24:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-set-to-allow-ransomware/m-p/516404#M107236</guid>
      <dc:creator>aleksandar.astardzhiev</dc:creator>
      <dc:date>2022-09-29T20:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: URL set to allow Ransomware</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-set-to-allow-ransomware/m-p/516476#M107250</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/204018"&gt;@Schneur_Feldman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just to expand on why PAN wouldn't just modify your profiles to block for this category, they can't identify what you're using that profile for. If I have devices segmented off into a malware research zone and utilize a subset of my machines for those purposes, I absolutely wouldn't want PAN to modify my profiles to block a newly introduced category for a subset of machines where I would actually&amp;nbsp;&lt;EM&gt;want&amp;nbsp;&lt;/EM&gt;to allow the traffic.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're managing multiple clients I'd really recommend looking at the benefits of utilizing Panorama to manage all of them, or better yet managing them directly through the XML configuration file and templating some of the configuration yourself if you can't get approved to purchase Panorama. The API here can also be a major help, but if you're not comfortable with it it's not going to be a quick fix since you'll need to be parsing results and using that information in additional changes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 14:45:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-set-to-allow-ransomware/m-p/516476#M107250</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2022-09-30T14:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: URL set to allow Ransomware</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-set-to-allow-ransomware/m-p/516484#M107255</link>
      <description>&lt;P&gt;Sweet! Thanks team!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 16:31:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-set-to-allow-ransomware/m-p/516484#M107255</guid>
      <dc:creator>Schneur_Feldman</dc:creator>
      <dc:date>2022-09-30T16:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: URL set to allow Ransomware</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-set-to-allow-ransomware/m-p/516489#M107256</link>
      <description>&lt;P&gt;Also of note. The new "ransomware" category &lt;STRONG&gt;&lt;EM&gt;is&lt;/EM&gt;&lt;/STRONG&gt; blocked in the "default" URL Filtering category. But as&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/70130"&gt;@aleksandar.astardzhiev&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&amp;nbsp;say, it is not blocked by default in custom URL Filtering categories because PA doesn't know what you are using custom categories for.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 16:47:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-set-to-allow-ransomware/m-p/516489#M107256</guid>
      <dc:creator>Adrian_Jensen</dc:creator>
      <dc:date>2022-09-30T16:47:19Z</dc:date>
    </item>
  </channel>
</rss>

