<?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 Modifying Policies and Profiles on XDR in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/modifying-policies-and-profiles-on-xdr/m-p/535282#M3907</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to create an XQL Query to identify the modification of XDR policies or Profiles by anyone who have access to XDR, so that I wanted to get the list of users who tried to modify the policies or profiles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to convert the XQL query into a report and can schedule it as a weekly report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me to write a query and convert that as a scheduled report please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TIA&lt;/P&gt;
&lt;P&gt;Venu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Mar 2023 05:10:45 GMT</pubDate>
    <dc:creator>VenuK</dc:creator>
    <dc:date>2023-03-22T05:10:45Z</dc:date>
    <item>
      <title>Modifying Policies and Profiles on XDR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/modifying-policies-and-profiles-on-xdr/m-p/535282#M3907</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to create an XQL Query to identify the modification of XDR policies or Profiles by anyone who have access to XDR, so that I wanted to get the list of users who tried to modify the policies or profiles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to convert the XQL query into a report and can schedule it as a weekly report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me to write a query and convert that as a scheduled report please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TIA&lt;/P&gt;
&lt;P&gt;Venu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 05:10:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/modifying-policies-and-profiles-on-xdr/m-p/535282#M3907</guid>
      <dc:creator>VenuK</dc:creator>
      <dc:date>2023-03-22T05:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Policies and Profiles on XDR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/modifying-policies-and-profiles-on-xdr/m-p/535328#M3908</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/239161"&gt;@VenuK&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are couple of ways to achieve &lt;SPAN&gt;to identify the modification of XDR policies or Profiles&lt;/SPAN&gt;. Using XQL query you may you may use the following Dataset i.e. "management_auditing".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;dataset = management_auditing&lt;BR /&gt;| filter management_auditing_type in (ENUM.MANAGEMENT_AUDIT_POLICY_PROFILES , ENUM.MANAGEMENT_AUDIT_PREVENTION_POLICY_RULES ,ENUM.MANAGEMENT_AUDIT_EXTENSIONS_POLICY_RULES, ENUM.MANAGEMENT_AUDIT_EXTENSIONS_PROFILE)&lt;BR /&gt;| fields user_name , description , subtype &lt;BR /&gt;&lt;BR /&gt;Other way to explore same is by creating&amp;nbsp;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Configure-Notification-Forwarding" target="_self"&gt;Notifications&lt;/A&gt; under Settings -&amp;gt; Configurations for Log Type "Management Audit Logs" and in configuration scope you may filter by type like Policy &amp;amp; Profiles, Prevention policy rules and etc.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Screenshot for reference:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PiyushKohli_0-1679470894098.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/48936i6A10506A87910E2F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="PiyushKohli_0-1679470894098.png" alt="PiyushKohli_0-1679470894098.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Piyush&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 07:43:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/modifying-policies-and-profiles-on-xdr/m-p/535328#M3908</guid>
      <dc:creator>PiyushKohli</dc:creator>
      <dc:date>2023-03-22T07:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Policies and Profiles on XDR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/modifying-policies-and-profiles-on-xdr/m-p/535365#M3909</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/239161"&gt;@VenuK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have a management auditing dataset which can give out the details for the same. Also, this is something for Cortex XDR management audit logs can be sent over emails as notifications for the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use Cortex XDR sample XQL to review data and filter as per your choice:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;dataset = management_auditing &lt;BR /&gt;| filter (management_auditing_type in (MANAGEMENT_AUDIT_EXTENSIONS_POLICY_RULES, MANAGEMENT_AUDIT_POLICY_PROFILES, MANAGEMENT_AUDIT_PREVENTION_POLICY_RULES, MANAGEMENT_AUDIT_XDR_COLLECTORS_POLICY, MANAGEMENT_AUDIT_EXTENSIONS_PROFILES))&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 10:24:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/modifying-policies-and-profiles-on-xdr/m-p/535365#M3909</guid>
      <dc:creator>neelrohit</dc:creator>
      <dc:date>2023-03-22T10:24:51Z</dc:date>
    </item>
  </channel>
</rss>

