<?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  removes  endpoint CVEs and ALL information in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-removes-endpoint-cves-and-all-information/m-p/1222986#M8052</link>
    <description>&lt;P&gt;I want to remove all information related to the endpoint &lt;STRONG&gt;"ABC"&lt;/STRONG&gt;. However, with the following xql query, it only removes cves that are exclusively associated with this endpoint. If a cves is associated with multiple endpoints, the &lt;STRONG&gt;affected_products, affected_hosts, and affected_hosts_count&lt;/STRONG&gt; fields still display information related to &lt;STRONG&gt;"ABC"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;How should I modify the query so that no information about&lt;STRONG&gt;"ABC"&lt;/STRONG&gt;&amp;nbsp;appears in the cves, even if the cves affects multiple endpoints?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MY xql QUERY:&lt;/P&gt;&lt;P&gt;dataset = va_cves&lt;BR /&gt;| filter affected_hosts != "ABC"&lt;BR /&gt;| filter severity &amp;gt;=low&lt;BR /&gt;| filter affected_hosts_count &amp;gt;=1&lt;BR /&gt;| fields name as CVE, severity , severity_score ,type as APPLICATION_OPERATINGSYSTEM,description ,affected_products, affected_hosts ,affected_hosts_count,publication_date&lt;BR /&gt;|sort desc publication_date&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Mar 2025 00:05:55 GMT</pubDate>
    <dc:creator>HCSammyChou</dc:creator>
    <dc:date>2025-03-07T00:05:55Z</dc:date>
    <item>
      <title>XQL  removes  endpoint CVEs and ALL information</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-removes-endpoint-cves-and-all-information/m-p/1222986#M8052</link>
      <description>&lt;P&gt;I want to remove all information related to the endpoint &lt;STRONG&gt;"ABC"&lt;/STRONG&gt;. However, with the following xql query, it only removes cves that are exclusively associated with this endpoint. If a cves is associated with multiple endpoints, the &lt;STRONG&gt;affected_products, affected_hosts, and affected_hosts_count&lt;/STRONG&gt; fields still display information related to &lt;STRONG&gt;"ABC"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;How should I modify the query so that no information about&lt;STRONG&gt;"ABC"&lt;/STRONG&gt;&amp;nbsp;appears in the cves, even if the cves affects multiple endpoints?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MY xql QUERY:&lt;/P&gt;&lt;P&gt;dataset = va_cves&lt;BR /&gt;| filter affected_hosts != "ABC"&lt;BR /&gt;| filter severity &amp;gt;=low&lt;BR /&gt;| filter affected_hosts_count &amp;gt;=1&lt;BR /&gt;| fields name as CVE, severity , severity_score ,type as APPLICATION_OPERATINGSYSTEM,description ,affected_products, affected_hosts ,affected_hosts_count,publication_date&lt;BR /&gt;|sort desc publication_date&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 00:05:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-removes-endpoint-cves-and-all-information/m-p/1222986#M8052</guid>
      <dc:creator>HCSammyChou</dc:creator>
      <dc:date>2025-03-07T00:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: XQL  removes  endpoint CVEs and ALL information</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-removes-endpoint-cves-and-all-information/m-p/1224020#M8070</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/304202"&gt;@HCSammyChou&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below query should help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dataset = va_cves&lt;BR /&gt;|arrayexpand affected_hosts &lt;BR /&gt;|filter affected_hosts != "abc"&lt;BR /&gt;| filter severity &amp;gt;=low&lt;BR /&gt;| filter affected_hosts_count &amp;gt;=1&lt;BR /&gt;| fields name as CVE, severity , severity_score ,type as APPLICATION_OPERATINGSYSTEM,description ,affected_products, affected_hosts ,affected_hosts_count,publication_date&lt;BR /&gt;|sort desc publication_date&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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 like and&amp;nbsp; on "mark this as a Solution". Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 14:25:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-removes-endpoint-cves-and-all-information/m-p/1224020#M8070</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2025-03-17T14:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: XQL  removes  endpoint CVEs and ALL information</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-removes-endpoint-cves-and-all-information/m-p/1224574#M8115</link>
      <description>&lt;DIV class="flex max-w-full flex-col flex-grow"&gt;
&lt;DIV class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 whitespace-normal break-words text-start [.text-message+&amp;amp;]:mt-5" dir="auto" data-message-author-role="assistant" data-message-id="460ffafd-cd07-40a9-a958-59408e4ef7b5" data-message-model-slug="gpt-4o"&gt;
&lt;DIV class="flex w-full flex-col gap-1 empty:hidden first:pt-[3px]"&gt;
&lt;DIV class="markdown prose w-full break-words dark:prose-invert light"&gt;
&lt;P class="" data-start="0" data-end="141"&gt;This is not the answer I am looking for. In this way, the&amp;nbsp;affected products of the endpoint&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"abc"&lt;/SPAN&gt;&amp;nbsp; will still be displayed in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG data-start="119" data-end="140"&gt;affected_products&lt;/STRONG&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="mb-2 flex gap-3 -ml-2"&gt;
&lt;DIV class="flex items-center justify-start rounded-xl p-1"&gt;
&lt;DIV class="flex items-center"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Mar 2025 12:10:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-removes-endpoint-cves-and-all-information/m-p/1224574#M8115</guid>
      <dc:creator>HCSammyChou</dc:creator>
      <dc:date>2025-03-24T12:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: XQL  removes  endpoint CVEs and ALL information</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-removes-endpoint-cves-and-all-information/m-p/1224626#M8117</link>
      <description>&lt;P&gt;Cannot understand your requirement. Your ask was&amp;nbsp;&lt;SPAN&gt;I want to remove all information related to the endpoint&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;"ABC".&amp;nbsp;&lt;/STRONG&gt; I have provided you the sample query which excludes the host. The affected product can be applied to multiple hosts, hence it will be displayed. To understand more please open CS case.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 06:28:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-removes-endpoint-cves-and-all-information/m-p/1224626#M8117</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2025-03-25T06:28:03Z</dc:date>
    </item>
  </channel>
</rss>

