<?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: Can we check via cortex XDR which are systems have any specific software installed in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/can-we-check-via-cortex-xdr-which-are-systems-have-any-specific/m-p/481233#M1896</link>
    <description>&lt;P&gt;Hello LD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I found a article where we can find software inventory information in the TSF logs of the individual agent. There is a file that is called "InstalledAppsList.txt" that is stored when downloading the TSF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pankaj Thakre&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2022 08:19:36 GMT</pubDate>
    <dc:creator>PankajThakre</dc:creator>
    <dc:date>2022-04-20T08:19:36Z</dc:date>
    <item>
      <title>Can we check via cortex XDR which are systems have any specific software installed</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/can-we-check-via-cortex-xdr-which-are-systems-have-any-specific/m-p/480865#M1881</link>
      <description>&lt;P&gt;Can we check via cortex XDR which are systems have any specific software installed&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 08:02:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/can-we-check-via-cortex-xdr-which-are-systems-have-any-specific/m-p/480865#M1881</guid>
      <dc:creator>PankajThakre</dc:creator>
      <dc:date>2022-04-19T08:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can we check via cortex XDR which are systems have any specific software installed</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/can-we-check-via-cortex-xdr-which-are-systems-have-any-specific/m-p/481069#M1885</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/192261"&gt;@PankajThakre&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I know, the way to do this is to have an XDR Pro license for your endpoints and have the Host Insights add-on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With that, you have the inventory of apps installed on each of your endpoints where the Cortex XDR agent is installed and has the Enable Host insights capabilities in your agent settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will then be able to access the inventory from the UI under Assets &amp;gt; Vulnerability Assessment &amp;gt; Host inventory &amp;gt; Applications&lt;/P&gt;&lt;P&gt;Direct link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/" target="_blank"&gt;https://&amp;lt;yourCortexTenant&amp;gt;.xdr.&amp;lt;countrycode&amp;gt;.paloaltonetworks.com/host-insights/apps/apps-only&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also query the info with the following XQL query:&lt;/P&gt;&lt;P&gt;*************************************&lt;/P&gt;&lt;P&gt;dataset = host_inventory&lt;BR /&gt;| arrayexpand applications&lt;BR /&gt;| alter software = json_extract(applications, "$.application_name"), install_date = json_extract(applications, "$.install_date"), version = json_extract(applications, "$.version")&lt;BR /&gt;| filter applications contains $Software&lt;BR /&gt;| fields host_name, software, version, install_date&lt;/P&gt;&lt;P&gt;*************************************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$Software is a variable that if you save in your Query Library, it will ask you for the software that you want to search for. You can replace that with whatever you want to search for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;LD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 16:39:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/can-we-check-via-cortex-xdr-which-are-systems-have-any-specific/m-p/481069#M1885</guid>
      <dc:creator>Luc_Desaulniers</dc:creator>
      <dc:date>2022-04-19T16:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can we check via cortex XDR which are systems have any specific software installed</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/can-we-check-via-cortex-xdr-which-are-systems-have-any-specific/m-p/481233#M1896</link>
      <description>&lt;P&gt;Hello LD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I found a article where we can find software inventory information in the TSF logs of the individual agent. There is a file that is called "InstalledAppsList.txt" that is stored when downloading the TSF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pankaj Thakre&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 08:19:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/can-we-check-via-cortex-xdr-which-are-systems-have-any-specific/m-p/481233#M1896</guid>
      <dc:creator>PankajThakre</dc:creator>
      <dc:date>2022-04-20T08:19:36Z</dc:date>
    </item>
  </channel>
</rss>

