<?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 for CVE counts in XDR per endpoint_name in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xql-query-for-cve-counts-in-xdr-per-endpoint-name/m-p/571636#M2961</link>
    <description>&lt;P&gt;does anyone have a xql query that will return endpoint_names with and associated CVE count?&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jan 2024 19:41:41 GMT</pubDate>
    <dc:creator>MarkDupuis</dc:creator>
    <dc:date>2024-01-03T19:41:41Z</dc:date>
    <item>
      <title>XQL Query for CVE counts in XDR per endpoint_name</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xql-query-for-cve-counts-in-xdr-per-endpoint-name/m-p/571636#M2961</link>
      <description>&lt;P&gt;does anyone have a xql query that will return endpoint_names with and associated CVE count?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 19:41:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xql-query-for-cve-counts-in-xdr-per-endpoint-name/m-p/571636#M2961</guid>
      <dc:creator>MarkDupuis</dc:creator>
      <dc:date>2024-01-03T19:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: XQL Query for CVE counts in XDR per endpoint_name</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xql-query-for-cve-counts-in-xdr-per-endpoint-name/m-p/571788#M2966</link>
      <description>&lt;P&gt;va_cves or va_endpoints would contain this data.&amp;nbsp; &amp;nbsp;Below are some example queries that might work.&lt;BR /&gt;&amp;nbsp;======================================================&lt;/P&gt;
&lt;P&gt;dataset = va_cves &lt;BR /&gt;| arrayexpand affected_hosts &lt;BR /&gt;| comp count(name) as Total_CVE_per_host by affected_hosts&lt;/P&gt;
&lt;P&gt;===============================================&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;dataset = va_endpoints&lt;BR /&gt;|arrayexpand cves&lt;BR /&gt;|comp count(cves) by endpoint_name&lt;BR /&gt;==========================================&lt;BR /&gt;Here's the details on the schemas (va_cves and va_endpoints)&amp;nbsp;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Vulnerability-Assessment?tocId=VuEt62_vG3Boj_TAap2ZCg" target="_blank" rel="noopener"&gt;https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Vulnerability-Assessment?tocId=VuEt62_vG3Boj_TAap2ZCg&lt;/A&gt;&lt;BR /&gt;Here's the link to the syntax example from the pandev page for the&amp;nbsp; xql query engine integration.&amp;nbsp; &amp;nbsp;You would use this with the&amp;nbsp;&lt;SPAN&gt;xdr-xql-generic-query command in xsoar&lt;/SPAN&gt;&amp;nbsp;&lt;A href="https://xsoar.pan.dev/docs/reference/integrations/cortex-xdr---xql-query-engine#command-example" target="_blank"&gt;https://xsoar.pan.dev/docs/reference/integrations/cortex-xdr---xql-query-engine#command-example&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 15:33:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xql-query-for-cve-counts-in-xdr-per-endpoint-name/m-p/571788#M2966</guid>
      <dc:creator>cpayne26</dc:creator>
      <dc:date>2024-01-04T15:33:32Z</dc:date>
    </item>
  </channel>
</rss>

