<?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 XQL Query - Machine Custom Reports in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-machine-custom-reports/m-p/578509#M6174</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;good afternoon.&lt;/P&gt;
&lt;P&gt;I currently have a few machines and xDR installed on them.&lt;/P&gt;
&lt;P&gt;I need to make a weekly report with the information of the machines and the scan previously configured.&lt;/P&gt;
&lt;P&gt;Currently, what I have configured using XQL Query:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;-&amp;gt;&lt;/STRONG&gt; Checks if the scan was performed well or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;//########### Linux - Ubuntu 20.04LTS

dataset = endpoints
| filter endpoint_status in (ENUM.CONNECTED , ENUM.DISCONNECTED )
| filter operating_system = "Ubuntu 20.04 LTS"
| comp count(endpoint_name ) as counter by scan_status
| view graph type = pie xaxis = scan_status yaxis = counter&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I would like to have configured:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;-&amp;gt;&lt;/STRONG&gt; Checks whether the scan was performed correctly or not.&lt;BR /&gt;&lt;STRONG&gt;-&amp;gt;&lt;/STRONG&gt; Checks the number of objects scanned.&lt;BR /&gt;&lt;STRONG&gt;-&amp;gt;&lt;/STRONG&gt; Check the number of malicious objects.&lt;BR /&gt;&lt;STRONG&gt;-&amp;gt;&lt;/STRONG&gt; Etc, anything you think is necessary.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Could you help me?&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2024 15:32:22 GMT</pubDate>
    <dc:creator>Miguel_Silva</dc:creator>
    <dc:date>2024-02-27T15:32:22Z</dc:date>
    <item>
      <title>XQL Query - Machine Custom Reports</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-machine-custom-reports/m-p/578509#M6174</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;good afternoon.&lt;/P&gt;
&lt;P&gt;I currently have a few machines and xDR installed on them.&lt;/P&gt;
&lt;P&gt;I need to make a weekly report with the information of the machines and the scan previously configured.&lt;/P&gt;
&lt;P&gt;Currently, what I have configured using XQL Query:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;-&amp;gt;&lt;/STRONG&gt; Checks if the scan was performed well or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;//########### Linux - Ubuntu 20.04LTS

dataset = endpoints
| filter endpoint_status in (ENUM.CONNECTED , ENUM.DISCONNECTED )
| filter operating_system = "Ubuntu 20.04 LTS"
| comp count(endpoint_name ) as counter by scan_status
| view graph type = pie xaxis = scan_status yaxis = counter&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I would like to have configured:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;-&amp;gt;&lt;/STRONG&gt; Checks whether the scan was performed correctly or not.&lt;BR /&gt;&lt;STRONG&gt;-&amp;gt;&lt;/STRONG&gt; Checks the number of objects scanned.&lt;BR /&gt;&lt;STRONG&gt;-&amp;gt;&lt;/STRONG&gt; Check the number of malicious objects.&lt;BR /&gt;&lt;STRONG&gt;-&amp;gt;&lt;/STRONG&gt; Etc, anything you think is necessary.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Could you help me?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 15:32:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-machine-custom-reports/m-p/578509#M6174</guid>
      <dc:creator>Miguel_Silva</dc:creator>
      <dc:date>2024-02-27T15:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: XQL Query - Machine Custom Reports</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-machine-custom-reports/m-p/578784#M6204</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/85173967"&gt;@Miguel_Silva&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for reaching out on LiveCommunity!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can find the scan status and last successful scan but not the objects information.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can edit the query and include those fields.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you feel this has answered your query, please let us know by clicking on "mark this as a Solution". Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 06:17:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-machine-custom-reports/m-p/578784#M6204</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2024-02-29T06:17:19Z</dc:date>
    </item>
  </channel>
</rss>

