<?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 report endpoint without an agent in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/report-endpoint-without-an-agent/m-p/589219#M6812</link>
    <description>&lt;P&gt;How to create a report of all endpoints that are in "&lt;SPAN&gt;ASSET INVENTORY" that don't have an Cortex XDR agent ?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2024 05:26:53 GMT</pubDate>
    <dc:creator>Toppenberg</dc:creator>
    <dc:date>2024-06-11T05:26:53Z</dc:date>
    <item>
      <title>report endpoint without an agent</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/report-endpoint-without-an-agent/m-p/589219#M6812</link>
      <description>&lt;P&gt;How to create a report of all endpoints that are in "&lt;SPAN&gt;ASSET INVENTORY" that don't have an Cortex XDR agent ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 05:26:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/report-endpoint-without-an-agent/m-p/589219#M6812</guid>
      <dc:creator>Toppenberg</dc:creator>
      <dc:date>2024-06-11T05:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: report endpoint without an agent</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/report-endpoint-without-an-agent/m-p/589221#M6813</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;Thanks for reaching out on LiveCommunity!&lt;/P&gt;
&lt;P&gt;Unfortunately there is no dataset available for asset inventory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information, please refer to below article:&lt;BR /&gt;&lt;A href="https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-asset-inventory-and-xql-to-report-of-machines-without/td-p/548150" target="_blank"&gt;https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-asset-inventory-and-xql-to-report-of-machines-without/td-p/548150&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&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>Tue, 11 Jun 2024 06:33:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/report-endpoint-without-an-agent/m-p/589221#M6813</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2024-06-11T06:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: report endpoint without an agent</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/report-endpoint-without-an-agent/m-p/589223#M6814</link>
      <description>&lt;P&gt;There is no other way that I can make an report of all the endpoints detected by "Network mapper" that don't have an Cortex XDR agent ?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 06:45:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/report-endpoint-without-an-agent/m-p/589223#M6814</guid>
      <dc:creator>Toppenberg</dc:creator>
      <dc:date>2024-06-11T06:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: report endpoint without an agent</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/report-endpoint-without-an-agent/m-p/589255#M6817</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 refer the live community link shared with you. We have shared the required information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="bodyDisplay_2" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;You can create a correlation rule or query that should identify the assets without XDR agent installed. Dataset you need is "panw_network_mapper_raw", which contain output of Network Mapper scans. You can compare this dataset with "endpoints" dataset mainly with reference to IP address. So basically, first dataset will have complete list of assets (For given IP range in Network Mapper scan) and you can subtract assets from second dataset which are having agent installed on them.&lt;/P&gt;
&lt;P&gt;Below is an example query that you can refer and build something according to your use case.&lt;/P&gt;
&lt;P&gt;dataset = panw_network_mapper_raw&lt;BR /&gt;| filter ip not in (dataset = endpoints | arrayexpand ip_address |fields ip_address )&lt;BR /&gt;|fields ip,hostname &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer below document for XQL queries.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-XQL-Language-Reference/Get-Started-with-XQL" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-XQL-Language-Reference/Get-Started-...&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="producttaglist_2" class="lia-product-tag-list lia-component-product-snippet lia-component-message-view-widget-product-snippet"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="AddMessageTags lia-message-tags lia-component-message-view-widget-tags"&gt;&lt;A id="showAddTag_2" class="lia-link-navigation add-tag-link" role="button" href="https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-asset-inventory-and-xql-to-report-of-machines-without/td-p/548150#" aria-label="Add Tag..." target="_blank"&gt;A&lt;/A&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 11 Jun 2024 09:47:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/report-endpoint-without-an-agent/m-p/589255#M6817</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2024-06-11T09:47:19Z</dc:date>
    </item>
  </channel>
</rss>

