<?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 Using XDR Host Insights and XQL to report of machines with specific software in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-host-insights-and-xql-to-report-of-machines-with/m-p/458967#M1451</link>
    <description>&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to use host insights to provide a list of each machine with a specific software installed.&lt;/P&gt;&lt;P&gt;For example computer that have software containing 'docker'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can go to host insights, Applications, filter to include 'docker' and see the versions and numbers of assets. however you cannot export the lost of each asset here, just the versions and numbers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 16 Jan 2022 20:56:54 GMT</pubDate>
    <dc:creator>GarethDavies</dc:creator>
    <dc:date>2022-01-16T20:56:54Z</dc:date>
    <item>
      <title>Using XDR Host Insights and XQL to report of machines with specific software</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-host-insights-and-xql-to-report-of-machines-with/m-p/458967#M1451</link>
      <description>&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to use host insights to provide a list of each machine with a specific software installed.&lt;/P&gt;&lt;P&gt;For example computer that have software containing 'docker'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can go to host insights, Applications, filter to include 'docker' and see the versions and numbers of assets. however you cannot export the lost of each asset here, just the versions and numbers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jan 2022 20:56:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-host-insights-and-xql-to-report-of-machines-with/m-p/458967#M1451</guid>
      <dc:creator>GarethDavies</dc:creator>
      <dc:date>2022-01-16T20:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using XDR Host Insights and XQL to report of machines with specific software</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-host-insights-and-xql-to-report-of-machines-with/m-p/458990#M1452</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/39734"&gt;@GarethDavies&lt;/a&gt;&amp;nbsp;Does the query below aid you?&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;config case_sensitive = false timeframe=365d &lt;BR /&gt;| dataset = host_inventory &lt;BR /&gt;| filter applications != null&lt;BR /&gt;| arrayexpand applications&lt;BR /&gt;| alter applications=json_extract(applications, "$.application_name")&lt;BR /&gt;| filter applications contains "docker"&lt;BR /&gt;|fields applications, ip_addresses, host_name&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 02:37:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-host-insights-and-xql-to-report-of-machines-with/m-p/458990#M1452</guid>
      <dc:creator>bbarmanroy</dc:creator>
      <dc:date>2022-01-17T02:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using XDR Host Insights and XQL to report of machines with specific software</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-host-insights-and-xql-to-report-of-machines-with/m-p/459094#M1459</link>
      <description>&lt;P&gt;Hello Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that solution will work and gives me the raw output that I can investigate further , I see I can add more fields that I may want in the last line&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 20:17:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-host-insights-and-xql-to-report-of-machines-with/m-p/459094#M1459</guid>
      <dc:creator>GarethDavies</dc:creator>
      <dc:date>2022-01-17T20:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using XDR Host Insights and XQL to report of machines with specific software</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-host-insights-and-xql-to-report-of-machines-with/m-p/480039#M1867</link>
      <description>&lt;P&gt;Hi Bbarmanroy，thank you for sharing. I try to output more fields, such as the application version, but it doesn't work. Look forward to your suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;config case_sensitive = false timeframe=365d&lt;BR /&gt;| dataset = host_inventory&lt;BR /&gt;| filter applications != null&lt;BR /&gt;| arrayexpand applications&lt;BR /&gt;| alter applications=json_extract(applications, "$.application_name")&lt;BR /&gt;| alter version=json_extract(applications, "$.raw_version")&lt;BR /&gt;|fields applications, ip_addresses, host_name, version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="huwang_0-1649818673202.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/40131i36532F40BCCC5909/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="huwang_0-1649818673202.png" alt="huwang_0-1649818673202.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 03:28:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-host-insights-and-xql-to-report-of-machines-with/m-p/480039#M1867</guid>
      <dc:creator>huwang</dc:creator>
      <dc:date>2022-04-13T03:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using XDR Host Insights and XQL to report of machines with specific software</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-host-insights-and-xql-to-report-of-machines-with/m-p/480043#M1868</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/196014"&gt;@huwang&lt;/a&gt;&amp;nbsp;use &lt;STRONG&gt;version&lt;/STRONG&gt; instead of &lt;STRONG&gt;raw_version&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bbarmanroy_0-1649822346830.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/40133iB30B8D3BFB5949C7/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="bbarmanroy_0-1649822346830.png" alt="bbarmanroy_0-1649822346830.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 03:59:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-host-insights-and-xql-to-report-of-machines-with/m-p/480043#M1868</guid>
      <dc:creator>bbarmanroy</dc:creator>
      <dc:date>2022-04-13T03:59:24Z</dc:date>
    </item>
  </channel>
</rss>

