<?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: HELP - XQL QUERY For XDR and XSOAR in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/help-xql-query-for-xdr-and-xsoar/m-p/587142#M6689</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1372551263"&gt;@Fm12345&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for the information and help.&lt;BR /&gt;Where can I get network_mapper_raw? through XQL query?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If the mapper result tells me that the IP or hostname and if machine have or not XDR agent is perfect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;About CVE's it's the same thing, in the XDR tenant there is a module "Vulnerability Assessment", and my objective is to obtain the CVE's or machines that have update problems and then inject them into XSOAR to create automations.&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2024 16:29:55 GMT</pubDate>
    <dc:creator>tlmarques</dc:creator>
    <dc:date>2024-05-17T16:29:55Z</dc:date>
    <item>
      <title>HELP - XQL QUERY For XDR and XSOAR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/help-xql-query-for-xdr-and-xsoar/m-p/587139#M6686</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am creating a playbook with the objective of integrating&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="hoverCardLink" class="lia-link-navigation lia-product-hover-card-link lia-product-mention lia-tooltip-trigger" href="https://live.paloaltonetworks.com/t5/c-twzvq79624/Cortex+XSOAR/pd-p/Cortex_XSOAR" target="_blank"&gt;Cortex XSOAR&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="hoverCardLink_1" class="lia-link-navigation lia-product-hover-card-link lia-product-mention lia-tooltip-trigger" href="https://live.paloaltonetworks.com/t5/c-twzvq79624/Cortex+XDR/pd-p/Cortex_XDR" target="_blank"&gt;Cortex XDR&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The idea is for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="hoverCardLink_3" class="lia-link-navigation lia-product-hover-card-link lia-product-mention lia-tooltip-trigger" href="https://live.paloaltonetworks.com/t5/c-twzvq79624/Cortex+XSOAR/pd-p/Cortex_XSOAR" target="_blank"&gt;Cortex XSOAR&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;to query&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="hoverCardLink_5" class="lia-link-navigation lia-product-hover-card-link lia-product-mention lia-tooltip-trigger" href="https://live.paloaltonetworks.com/t5/c-twzvq79624/Cortex+XDR/pd-p/Cortex_XDR" target="_blank"&gt;Cortex XDR&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;, retrieve all the assets detected by the broker scanner, and verify which assets do or do not have the XDR agent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know if this is possible?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;My idea is to use both solutions to achieve as much automation as possible.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Another playbook later on will involve XSOAR querying the XDR vulnerability section to identify machines with missing CVEs, listing the machines and CVEs, and then identifying the necessary KBs.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Can anyone help me? Does anyone know if this is possible, even with an XQL query?&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 16:04:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/help-xql-query-for-xdr-and-xsoar/m-p/587139#M6686</guid>
      <dc:creator>tlmarques</dc:creator>
      <dc:date>2024-05-17T16:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: HELP - XQL QUERY For XDR and XSOAR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/help-xql-query-for-xdr-and-xsoar/m-p/587141#M6688</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/307134"&gt;@tlmarques&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have data of network mapper scans in network_mapper_raw you can get results of detected hosts there. From there you can probably join endpoints dataset and see which endpoint has xdr agent based on Ip address matching. That much should be possible I think. I need to try to test out the query though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure about what you mention about cves. But we have va_endpoints with data you need. I.e each entry has endpoint name,cve list that the endpoint is exposed to.&lt;/P&gt;
&lt;P&gt;If you want to link it to applications as well then you can use va_cves which has other related info. That's what I can think of. I will try xql and update if I can.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 16:22:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/help-xql-query-for-xdr-and-xsoar/m-p/587141#M6688</guid>
      <dc:creator>Fm12345</dc:creator>
      <dc:date>2024-05-17T16:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: HELP - XQL QUERY For XDR and XSOAR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/help-xql-query-for-xdr-and-xsoar/m-p/587142#M6689</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1372551263"&gt;@Fm12345&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for the information and help.&lt;BR /&gt;Where can I get network_mapper_raw? through XQL query?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If the mapper result tells me that the IP or hostname and if machine have or not XDR agent is perfect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;About CVE's it's the same thing, in the XDR tenant there is a module "Vulnerability Assessment", and my objective is to obtain the CVE's or machines that have update problems and then inject them into XSOAR to create automations.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 16:29:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/help-xql-query-for-xdr-and-xsoar/m-p/587142#M6689</guid>
      <dc:creator>tlmarques</dc:creator>
      <dc:date>2024-05-17T16:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: HELP - XQL QUERY For XDR and XSOAR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/help-xql-query-for-xdr-and-xsoar/m-p/587144#M6690</link>
      <description>&lt;P&gt;Yes.. use below query.&lt;/P&gt;
&lt;P&gt;dataset = panw_network_mapper_raw&lt;/P&gt;
&lt;P&gt;| filter ip not in (dataset = endpoints | arrayexpand ip_address |fields ip_address )&lt;/P&gt;
&lt;P&gt;|fields ip,hostname&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will give you hosts that don't have xdr agent.&amp;nbsp; Use filters as per your need.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 16:38:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/help-xql-query-for-xdr-and-xsoar/m-p/587144#M6690</guid>
      <dc:creator>Fm12345</dc:creator>
      <dc:date>2024-05-17T16:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: HELP - XQL QUERY For XDR and XSOAR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/help-xql-query-for-xdr-and-xsoar/m-p/587263#M6700</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1372551263"&gt;@Fm12345&lt;/a&gt;&amp;nbsp; thanks a lot &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;do you know what is dataset for module "&lt;SPAN&gt;Vulnerability Assessment"?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 10:32:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/help-xql-query-for-xdr-and-xsoar/m-p/587263#M6700</guid>
      <dc:creator>tlmarques</dc:creator>
      <dc:date>2024-05-20T10:32:40Z</dc:date>
    </item>
  </channel>
</rss>

