<?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: Using XDR Asset Inventory and XQL to report of machines without Cortex installed in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-asset-inventory-and-xql-to-report-of-machines-without/m-p/570224#M5751</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thank you for the idea with the&amp;nbsp;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Activate-the-Network-Mapper" target="_self"&gt;Network Mapper&lt;/A&gt;. &lt;BR /&gt;Is there a possibility to search the&amp;nbsp;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Asset-Inventory" target="_self"&gt;Asset Inventory&lt;/A&gt;&amp;nbsp;tables too? Since they are populated anyways by Firewall Logs ingested, they should already contain all the assets without the need for manual scans by the Network Mapper.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and kind regards,&lt;/P&gt;
&lt;P&gt;Alexander&lt;/P&gt;</description>
    <pubDate>Mon, 18 Dec 2023 11:17:13 GMT</pubDate>
    <dc:creator>AlexHalbarth</dc:creator>
    <dc:date>2023-12-18T11:17:13Z</dc:date>
    <item>
      <title>Using XDR Asset Inventory and XQL to report of machines without Cortex installed</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-asset-inventory-and-xql-to-report-of-machines-without/m-p/548150#M4689</link>
      <description>&lt;P&gt;Hello All&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to use Asset Inventory to provide a list of each machine with os Windows and without Cortex agent installed.&lt;/P&gt;
&lt;P&gt;The goal is to use the result in a widget for the dashboard if possible. Even better would be an api to use it with our monitoring software PRTG.&lt;/P&gt;
&lt;P&gt;I am new to XQL and have not managed to create a query for the host_inventory dataset.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance for your help&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 14:23:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-asset-inventory-and-xql-to-report-of-machines-without/m-p/548150#M4689</guid>
      <dc:creator>Claude_Schwab</dc:creator>
      <dc:date>2023-07-04T14:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using XDR Asset Inventory and XQL to report of machines without Cortex installed</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-asset-inventory-and-xql-to-report-of-machines-without/m-p/548158#M4691</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/301222"&gt;@Claude_Schwab&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;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"&gt;https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-XQL-Language-Reference/Get-Started-with-XQL&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 17:00:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-asset-inventory-and-xql-to-report-of-machines-without/m-p/548158#M4691</guid>
      <dc:creator>nsinghvirk</dc:creator>
      <dc:date>2023-07-04T17:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using XDR Asset Inventory and XQL to report of machines without Cortex installed</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-asset-inventory-and-xql-to-report-of-machines-without/m-p/570224#M5751</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thank you for the idea with the&amp;nbsp;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Activate-the-Network-Mapper" target="_self"&gt;Network Mapper&lt;/A&gt;. &lt;BR /&gt;Is there a possibility to search the&amp;nbsp;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Asset-Inventory" target="_self"&gt;Asset Inventory&lt;/A&gt;&amp;nbsp;tables too? Since they are populated anyways by Firewall Logs ingested, they should already contain all the assets without the need for manual scans by the Network Mapper.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and kind regards,&lt;/P&gt;
&lt;P&gt;Alexander&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 11:17:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-asset-inventory-and-xql-to-report-of-machines-without/m-p/570224#M5751</guid>
      <dc:creator>AlexHalbarth</dc:creator>
      <dc:date>2023-12-18T11:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using XDR Asset Inventory and XQL to report of machines without Cortex installed</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-asset-inventory-and-xql-to-report-of-machines-without/m-p/570229#M5753</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/176573"&gt;@AlexHalbarth&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;Data in asset inventory comes from a number of sources like Network mapper, XDR agent, EDR data from firewalls and logs from third party vendor. You can write query against these data sources and use functions like join and union to build your use case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 12:44:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-asset-inventory-and-xql-to-report-of-machines-without/m-p/570229#M5753</guid>
      <dc:creator>nsinghvirk</dc:creator>
      <dc:date>2023-12-18T12:44:00Z</dc:date>
    </item>
  </channel>
</rss>

