<?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: Vulnerability Assessment report in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588392#M6773</link>
    <description>&lt;P&gt;Hi Ashutosh,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the query will look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dataset = va_endpoints&lt;/P&gt;
&lt;P&gt;| fields affected_hosts, severity , severity_score, name&lt;/P&gt;
&lt;P&gt;|arrayexpand affected_hosts&lt;/P&gt;
&lt;P&gt;| join(preset = host_inventory_endpoints | fields endpoint_name, operating_system , endpoint_type, last_report_time )&lt;/P&gt;
&lt;P&gt;as ep ep.endpoint_name = affected_hosts&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But than I can not press "Run"&lt;/P&gt;</description>
    <pubDate>Thu, 30 May 2024 11:45:17 GMT</pubDate>
    <dc:creator>Toppenberg</dc:creator>
    <dc:date>2024-05-30T11:45:17Z</dc:date>
    <item>
      <title>Vulnerability Assessment report</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588340#M6765</link>
      <description>&lt;P&gt;Is it possible to create a Vulnerability Assessment base on endpoint with endpoint name, amount of CVE’s, Severity, Severity Score, Last reported Timestamp and Endpoint Type.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 06:15:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588340#M6765</guid>
      <dc:creator>Toppenberg</dc:creator>
      <dc:date>2024-05-30T06:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Vulnerability Assessment report</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588345#M6766</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/119518"&gt;@Toppenberg&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Live Community.&lt;/P&gt;
&lt;P&gt;You can refer to below query as sample:&lt;/P&gt;
&lt;P&gt;dataset = va_cves &lt;BR /&gt;| fields name, cve_id , severity , severity_score, affected_hosts &lt;BR /&gt;|arrayexpand affected_hosts &lt;BR /&gt;| join(preset = host_inventory_endpoints | fields endpoint_name, operating_system , endpoint_type, last_report_time )&lt;BR /&gt;as ep ep.endpoint_name = affected_hosts&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".&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 06:37:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588345#M6766</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2024-05-30T06:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Vulnerability Assessment report</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588357#M6767</link>
      <description>&lt;P&gt;Hi Ashutosh,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the query that you did send me don't get me the report the way I want it.&lt;/P&gt;
&lt;P&gt;What i want to see in the report is:&lt;/P&gt;
&lt;P&gt;"Endpoint Name", The number of CVE's that the endpoint is vulnerable for, "Severity", "Severity Score" and "Last Reported Timestamp".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With other words, I want to have a report that give me the same information as when I navigate to:&lt;/P&gt;
&lt;P&gt;"Assets" =&amp;gt; "Vulnerability Assessment" =&amp;gt; and then click on "Endpoints" in the upper corner.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 07:08:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588357#M6767</guid>
      <dc:creator>Toppenberg</dc:creator>
      <dc:date>2024-05-30T07:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Vulnerability Assessment report</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588361#M6768</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/119518"&gt;@Toppenberg&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check below:&lt;/P&gt;
&lt;P&gt;dataset = va_cves &lt;BR /&gt;| fields name, cve_id , severity , severity_score, affected_hosts &lt;BR /&gt;|arrayexpand affected_hosts &lt;BR /&gt;| join(preset = host_inventory_endpoints | fields endpoint_name, operating_system , endpoint_type, last_report_time )&lt;BR /&gt;as ep ep.endpoint_name = affected_hosts &lt;BR /&gt;|comp count(name ) as Total_cve by endpoint_name , severity , severity_score , last_report_time&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 07:14:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588361#M6768</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2024-05-30T07:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Vulnerability Assessment report</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588362#M6769</link>
      <description>&lt;P&gt;Hi Ashutosh,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Still this is not the way I want the report to be because this way the report will be very long.&lt;/P&gt;
&lt;P&gt;The way I want the report to be is like below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Endpoint, the amount of CVE’s (Total CVE’s), Severity Score (the highes severity score of the CVE), Severity (base on the endpoint)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In advance thanks&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 07:23:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588362#M6769</guid>
      <dc:creator>Toppenberg</dc:creator>
      <dc:date>2024-05-30T07:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Vulnerability Assessment report</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588375#M6772</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/119518"&gt;@Toppenberg&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can start with&amp;nbsp;dataset = va_endpoints&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 09:42:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588375#M6772</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2024-05-30T09:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Vulnerability Assessment report</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588392#M6773</link>
      <description>&lt;P&gt;Hi Ashutosh,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the query will look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dataset = va_endpoints&lt;/P&gt;
&lt;P&gt;| fields affected_hosts, severity , severity_score, name&lt;/P&gt;
&lt;P&gt;|arrayexpand affected_hosts&lt;/P&gt;
&lt;P&gt;| join(preset = host_inventory_endpoints | fields endpoint_name, operating_system , endpoint_type, last_report_time )&lt;/P&gt;
&lt;P&gt;as ep ep.endpoint_name = affected_hosts&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But than I can not press "Run"&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 11:45:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588392#M6773</guid>
      <dc:creator>Toppenberg</dc:creator>
      <dc:date>2024-05-30T11:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Vulnerability Assessment report</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588393#M6774</link>
      <description>&lt;P&gt;This is not the valid query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May be you can just run&amp;nbsp;dataset = va_endpoints analyze the output and create your own as per your requirement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/t5/cortex-xdr-how-to-videos/cortex-xdr-basic-xql-crash-course/ta-p/544056" target="_blank"&gt;https://live.paloaltonetworks.com/t5/cortex-xdr-how-to-videos/cortex-xdr-basic-xql-crash-course/ta-p/544056&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 11:49:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/vulnerability-assessment-report/m-p/588393#M6774</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2024-05-30T11:49:10Z</dc:date>
    </item>
  </channel>
</rss>

