<?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: Periodic Endpoint Scanning Report in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/periodic-endpoint-scanning-report/m-p/561374#M5324</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/184652"&gt;@UlisesRendon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Hope this helps!&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dataset = endpoints 
| filter endpoint_status in (ENUM.CONNECTED , ENUM.DISCONNECTED )
| 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;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2023 04:46:04 GMT</pubDate>
    <dc:creator>neelrohit</dc:creator>
    <dc:date>2023-10-12T04:46:04Z</dc:date>
    <item>
      <title>Periodic Endpoint Scanning Report</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/periodic-endpoint-scanning-report/m-p/525677#M3333</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have configured&amp;nbsp;&lt;STRONG&gt;periodic endpoint scanning&lt;/STRONG&gt; in all the malware profiles in our infrastructure. We needed to get the scanning report, or at the very least, the scan's status, such as how many systems got scanned or failed.&amp;nbsp;How and where can I obtain this information?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!!&lt;BR /&gt;&lt;BR /&gt;&lt;LI-PRODUCT title="Cortex XDR" id="Cortex_XDR"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 11:59:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/periodic-endpoint-scanning-report/m-p/525677#M3333</guid>
      <dc:creator>MithunKT</dc:creator>
      <dc:date>2023-01-03T11:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Periodic Endpoint Scanning Report</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/periodic-endpoint-scanning-report/m-p/525684#M3334</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/223431"&gt;@MithunKT&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for writing to Live Community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As per your requirements, scan status can be checked in multiple ways in Cortex XDR. Following are the methods&amp;nbsp; to do so:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Endpoints Administration:&amp;nbsp;&lt;/STRONG&gt;In the Endpoints Tab, go to&amp;nbsp;&lt;STRONG&gt;All Endpoints&lt;/STRONG&gt;.&amp;nbsp;We have two columns as "&lt;STRONG&gt;Scan status&lt;/STRONG&gt;" and "&lt;STRONG&gt;Last Successful Scan&lt;/STRONG&gt;". These can be used in parallel to map which endpoints had the scanning with result in the columns. Scan status can be described as below:&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-01-03 at 8.19.31 PM.png" style="width: 999px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/46607i3C857847B64C4615/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-01-03 at 8.19.31 PM.png" alt="Screenshot 2023-01-03 at 8.19.31 PM.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;Agent audit logs: &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;In the agent audit logs, under the "Sub-Type"&amp;nbsp;column, we can filter our "Scan" and find the status of the endpoints with malware scans with description. You can also set notifications forwarding as per your used cases to emails or syslog servers for this in form of agent logs.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;XQL Search&lt;/STRONG&gt;: You can write your own XQL queries to query the scan status of the endpoints. XQL query also gives you the leverage to create multiple items based on your used cases from generating reports to alerts(eg. generate an alert for endpoints with cancelled scan, or failed scans etc.). A sample XQL query below will list you the list of endpoints with their scan status and last successful scans&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;dataset = endpoints 
&lt;/LI-CODE&gt;&lt;LI-CODE lang="cpp"&gt;| fields scan_status , last_successful_scan , endpoint_name , agent_version , last_seen , ip_address , platform , operating_system 
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also schedule the queries or choose to create reports or widgets in your dashboards to be used in XDR dashboards for your auditing and reporting purposes by sorting endpoints counts on basis of scan status etc. as a sample shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-01-03 at 8.51.34 PM.png" style="width: 999px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/46609i7CBE790542EA03AD/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-01-03 at 8.51.34 PM.png" alt="Screenshot 2023-01-03 at 8.51.34 PM.png" /&gt;&lt;/span&gt;&lt;BR /&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!Please mark this as "Accept as Solution" if it resolves your query&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 12:57:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/periodic-endpoint-scanning-report/m-p/525684#M3334</guid>
      <dc:creator>neelrohit</dc:creator>
      <dc:date>2023-01-03T12:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Periodic Endpoint Scanning Report</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/periodic-endpoint-scanning-report/m-p/525686#M3336</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/142551"&gt;@neelrohit&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just wanted to thank you for your lightning-fast response to my query. The solution you provided was not only effective but also incredibly well-described. I really appreciate the effort you put into helping me out.&lt;/P&gt;
&lt;P&gt;Your assistance is greatly appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 13:14:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/periodic-endpoint-scanning-report/m-p/525686#M3336</guid>
      <dc:creator>MithunKT</dc:creator>
      <dc:date>2023-01-03T13:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Periodic Endpoint Scanning Report</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/periodic-endpoint-scanning-report/m-p/561338#M5321</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you help me to build the graph you mention here in this article?&lt;/P&gt;
&lt;P&gt;I have the query with your exaple, but I couln't obtein the graph.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ulises Rendón&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 22:17:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/periodic-endpoint-scanning-report/m-p/561338#M5321</guid>
      <dc:creator>UlisesRendon</dc:creator>
      <dc:date>2023-10-11T22:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Periodic Endpoint Scanning Report</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/periodic-endpoint-scanning-report/m-p/561374#M5324</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/184652"&gt;@UlisesRendon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Hope this helps!&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dataset = endpoints 
| filter endpoint_status in (ENUM.CONNECTED , ENUM.DISCONNECTED )
| 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;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 04:46:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/periodic-endpoint-scanning-report/m-p/561374#M5324</guid>
      <dc:creator>neelrohit</dc:creator>
      <dc:date>2023-10-12T04:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Periodic Endpoint Scanning Report</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/periodic-endpoint-scanning-report/m-p/570861#M5797</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A id="link_45" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/142551" target="_self" aria-label="View Profile of neelrohit"&gt;&lt;SPAN class=""&gt;Neelrohit&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Thanks your Query,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its realy helpful for me, This query only able to see the of the scan, But I need to get the data from clicking the count.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 12:38:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/periodic-endpoint-scanning-report/m-p/570861#M5797</guid>
      <dc:creator>Thendral_Arasu</dc:creator>
      <dc:date>2023-12-26T12:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Periodic Endpoint Scanning Report</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/periodic-endpoint-scanning-report/m-p/582240#M6441</link>
      <description>&lt;P&gt;Hola Buenas tardes, excelentes respuestas me han servido de mucha ayuda, pero tengo una duda, se puede detener un scan mensual programado? este esta agendado para ejecutarse el primer lunes de mes. Cuando se ejecuta no se visualiza en ninguna parte, solo en alertas como detected scanned. hay alguna manera de matar o cancelar ese scan? Gracias&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 14:03:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/periodic-endpoint-scanning-report/m-p/582240#M6441</guid>
      <dc:creator>emartinez</dc:creator>
      <dc:date>2024-04-01T14:03:08Z</dc:date>
    </item>
  </channel>
</rss>

