<?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 XQL query for searching extensions installed within an application in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-for-searching-extensions-installed-within-an/m-p/589702#M6827</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;Looking for an XQL query to detect extensions installed from an applications marketplace to use within the application. For eg. someone installing "github actions" extension from the azure marketplace.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2024 12:52:34 GMT</pubDate>
    <dc:creator>ShubhamT281</dc:creator>
    <dc:date>2024-06-17T12:52:34Z</dc:date>
    <item>
      <title>XQL query for searching extensions installed within an application</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-for-searching-extensions-installed-within-an/m-p/589702#M6827</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;Looking for an XQL query to detect extensions installed from an applications marketplace to use within the application. For eg. someone installing "github actions" extension from the azure marketplace.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 12:52:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-for-searching-extensions-installed-within-an/m-p/589702#M6827</guid>
      <dc:creator>ShubhamT281</dc:creator>
      <dc:date>2024-06-17T12:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: XQL query for searching extensions installed within an application</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-for-searching-extensions-installed-within-an/m-p/589905#M6832</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/651417131"&gt;@ShubhamT281&lt;/a&gt;,&amp;nbsp;thanks for reaching us using the Live Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That could be possible if the application creates a file in disk when a new application/plugin is installed. For example in Chrome, when an extension is installed a file is created on a specific folder.&lt;/P&gt;
&lt;P&gt;Then an XQL Query looking for the .exe process with a file creation on the folder, like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;| filter event_type = ENUM.FILE and event_sub_type = ENUM.FILE_CREATE_NEW&lt;/P&gt;
&lt;P&gt;| filter actor_process_image_name = "app.exe"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post answers your question, please mark it as the solution.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 13:45:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-for-searching-extensions-installed-within-an/m-p/589905#M6832</guid>
      <dc:creator>jmazzeo</dc:creator>
      <dc:date>2024-06-19T13:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: XQL query for searching extensions installed within an application</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-for-searching-extensions-installed-within-an/m-p/590218#M6844</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/310428"&gt;@jmazzeo&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Unfortunately this is not the case with the extension that I am looking to search for, the extension is downloaded from the marketplace of the application and hence is not something browser related.&lt;BR /&gt;&lt;BR /&gt;Is it possible to detect that via XDR ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 11:10:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-for-searching-extensions-installed-within-an/m-p/590218#M6844</guid>
      <dc:creator>ShubhamT281</dc:creator>
      <dc:date>2024-06-24T11:10:43Z</dc:date>
    </item>
  </channel>
</rss>

