<?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: monitor command line on powershell or cmd with XQL in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/monitor-command-line-on-powershell-or-cmd-with-xql/m-p/1238641#M8748</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/190764"&gt;@eluis&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help,&lt;/P&gt;
&lt;P&gt;I see juste old logs with one day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bouzeghoub_0-1758698004949.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/69346iCA20BC0125A6F14F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bouzeghoub_0-1758698004949.png" alt="Bouzeghoub_0-1758698004949.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do you have any idea and which GPO we need to enable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Sep 2025 10:48:49 GMT</pubDate>
    <dc:creator>Bouzeghoub</dc:creator>
    <dc:date>2025-09-25T10:48:49Z</dc:date>
    <item>
      <title>monitor command line on powershell or cmd with XQL</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/monitor-command-line-on-powershell-or-cmd-with-xql/m-p/1237558#M8729</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please I want monitor any command line excute on powershell or cmd with XQL for example&amp;nbsp;quser or&amp;nbsp;systeminfo cli.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 12:51:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/monitor-command-line-on-powershell-or-cmd-with-xql/m-p/1237558#M8729</guid>
      <dc:creator>Bouzeghoub</dc:creator>
      <dc:date>2025-09-09T12:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: monitor command line on powershell or cmd with XQL</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/monitor-command-line-on-powershell-or-cmd-with-xql/m-p/1238385#M8740</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1161122151"&gt;@Bouzeghoub&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me give you a couple of examples that you can fine tune accordingly to your needs&lt;/P&gt;
&lt;P&gt;Example 1:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dataset = xdr_data&lt;BR /&gt;| filter event_type = ENUM.PROCESS&lt;BR /&gt;| filter actor_process_image_name = "powershell.exe" and action_process_image_command_line contains "systeminfo"&lt;BR /&gt;| fields action_process_image_path, action_process_image_name, actor_process_image_md5, actor_process_image_name, actor_process_image_sha256, event_type, actor_process_command_line, action_process_image_command_line, causality_actor_process_image_md5, causality_actor_process_image_sha256, actor_process_signature_product, event_sub_type, actor_process_execution_time&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example 2:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dataset = xdr_data&lt;BR /&gt;| filter event_type = ENUM.PROCESS&lt;BR /&gt;| filter actor_process_image_name = "powershell.exe" and action_process_image_command_line contains "systeminfo"&lt;BR /&gt;| fields action_process_image_path, action_process_image_name, actor_process_image_md5, actor_process_image_name, actor_process_image_sha256, event_type, actor_process_command_line, action_process_image_command_line, causality_actor_process_image_md5, causality_actor_process_image_sha256, actor_process_signature_product, event_sub_type, actor_process_execution_time&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you feel this has answered your query, please let us know by clicking like and on "mark this as a Solution". Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;KR,&lt;/P&gt;
&lt;P&gt;Luis&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 13:51:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/monitor-command-line-on-powershell-or-cmd-with-xql/m-p/1238385#M8740</guid>
      <dc:creator>eluis</dc:creator>
      <dc:date>2025-09-19T13:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: monitor command line on powershell or cmd with XQL</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/monitor-command-line-on-powershell-or-cmd-with-xql/m-p/1238641#M8748</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/190764"&gt;@eluis&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help,&lt;/P&gt;
&lt;P&gt;I see juste old logs with one day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bouzeghoub_0-1758698004949.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/69346iCA20BC0125A6F14F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bouzeghoub_0-1758698004949.png" alt="Bouzeghoub_0-1758698004949.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do you have any idea and which GPO we need to enable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 10:48:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/monitor-command-line-on-powershell-or-cmd-with-xql/m-p/1238641#M8748</guid>
      <dc:creator>Bouzeghoub</dc:creator>
      <dc:date>2025-09-25T10:48:49Z</dc:date>
    </item>
  </channel>
</rss>

