<?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: Search Files by Query on Android (Cortex XDR) in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/search-files-by-query-on-android-cortex-xdr/m-p/1246288#M9033</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/804344437"&gt;@QuestionAb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greetings for the day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To perform bulk queries in Cortex XDR for Android devices to find specific hashes or APK files, you should use &lt;STRONG&gt;XQL Search (Query Builder)&lt;/STRONG&gt; or the &lt;STRONG&gt;File Search&lt;/STRONG&gt; feature, as the standard &lt;STRONG&gt;All Endpoints&lt;/STRONG&gt; UI filter does not support bulk lookup via comma-separated lists or copy-pasted values.&lt;/P&gt;
&lt;HR /&gt;
&lt;H4&gt;1. Using XQL Search for Bulk Queries&lt;/H4&gt;
&lt;P&gt;The most efficient way to query multiple hashes or application names across your Android fleet is through &lt;STRONG&gt;Cortex Query Language (XQL)&lt;/STRONG&gt;. The Cortex XDR agent for Android automatically scans all installed apps, generates a hash for each, and reports this information to the console.&lt;/P&gt;
&lt;P&gt;You can use the &lt;CODE&gt;in&lt;/CODE&gt; operator to search for multiple values simultaneously:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-xql"&gt;dataset = host_inventory
| filter os_type = OS_ANDROID
| filter &amp;lt;to_review_by_yourself&amp;gt;application_hash in ("SHA256_HASH_1", "SHA256_HASH_2", "SHA256_HASH_3")
| fields endpoint_name, &amp;lt;to_review_by_yourself&amp;gt;application_name, &amp;lt;to_review_by_yourself&amp;gt;application_hash
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;BR /&gt;The exact field names for Android application inventory in the &lt;CODE&gt;host_inventory&lt;/CODE&gt; dataset (such as &lt;CODE&gt;application_hash&lt;/CODE&gt; or &lt;CODE&gt;application_package_name&lt;/CODE&gt;) should be verified in the XQL schema dictionary for your tenant.&lt;/P&gt;
&lt;H4&gt;2. Using File Search (Action Center)&lt;/H4&gt;
&lt;P&gt;You can search for specific files by their SHA256 hash across all endpoints using the &lt;STRONG&gt;File Search&lt;/STRONG&gt; feature in the Action Center.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Location:&lt;/STRONG&gt;&lt;BR /&gt;Navigate to &lt;STRONG&gt;Incident Response → Response → Action Center → + New Action → File Search&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Capabilities:&lt;/STRONG&gt;&lt;BR /&gt;This feature supports searching for hashes of file types analyzed by WildFire. Since APK files are a supported file type for WildFire analysis, they can be searched for by hash across all endpoints.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you feel this has answered your query, please let us know by clicking like and on&amp;nbsp;&lt;STRONG&gt;"mark this as a Solution".&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy New year!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;S. Subashkar Sekar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jan 2026 16:20:02 GMT</pubDate>
    <dc:creator>susekar</dc:creator>
    <dc:date>2026-01-22T16:20:02Z</dc:date>
    <item>
      <title>Search Files by Query on Android (Cortex XDR)</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/search-files-by-query-on-android-cortex-xdr/m-p/1244979#M8958</link>
      <description>&lt;P&gt;Does anyone know how to perform bulk queries in Cortex XDR for Android devices? I want it to show me all Android devices that contain a specific hash or that contain the same APK file.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2026 16:59:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/search-files-by-query-on-android-cortex-xdr/m-p/1244979#M8958</guid>
      <dc:creator>QuestionAb</dc:creator>
      <dc:date>2026-01-06T16:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Search Files by Query on Android (Cortex XDR)</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/search-files-by-query-on-android-cortex-xdr/m-p/1246288#M9033</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/804344437"&gt;@QuestionAb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greetings for the day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To perform bulk queries in Cortex XDR for Android devices to find specific hashes or APK files, you should use &lt;STRONG&gt;XQL Search (Query Builder)&lt;/STRONG&gt; or the &lt;STRONG&gt;File Search&lt;/STRONG&gt; feature, as the standard &lt;STRONG&gt;All Endpoints&lt;/STRONG&gt; UI filter does not support bulk lookup via comma-separated lists or copy-pasted values.&lt;/P&gt;
&lt;HR /&gt;
&lt;H4&gt;1. Using XQL Search for Bulk Queries&lt;/H4&gt;
&lt;P&gt;The most efficient way to query multiple hashes or application names across your Android fleet is through &lt;STRONG&gt;Cortex Query Language (XQL)&lt;/STRONG&gt;. The Cortex XDR agent for Android automatically scans all installed apps, generates a hash for each, and reports this information to the console.&lt;/P&gt;
&lt;P&gt;You can use the &lt;CODE&gt;in&lt;/CODE&gt; operator to search for multiple values simultaneously:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-xql"&gt;dataset = host_inventory
| filter os_type = OS_ANDROID
| filter &amp;lt;to_review_by_yourself&amp;gt;application_hash in ("SHA256_HASH_1", "SHA256_HASH_2", "SHA256_HASH_3")
| fields endpoint_name, &amp;lt;to_review_by_yourself&amp;gt;application_name, &amp;lt;to_review_by_yourself&amp;gt;application_hash
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;BR /&gt;The exact field names for Android application inventory in the &lt;CODE&gt;host_inventory&lt;/CODE&gt; dataset (such as &lt;CODE&gt;application_hash&lt;/CODE&gt; or &lt;CODE&gt;application_package_name&lt;/CODE&gt;) should be verified in the XQL schema dictionary for your tenant.&lt;/P&gt;
&lt;H4&gt;2. Using File Search (Action Center)&lt;/H4&gt;
&lt;P&gt;You can search for specific files by their SHA256 hash across all endpoints using the &lt;STRONG&gt;File Search&lt;/STRONG&gt; feature in the Action Center.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Location:&lt;/STRONG&gt;&lt;BR /&gt;Navigate to &lt;STRONG&gt;Incident Response → Response → Action Center → + New Action → File Search&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Capabilities:&lt;/STRONG&gt;&lt;BR /&gt;This feature supports searching for hashes of file types analyzed by WildFire. Since APK files are a supported file type for WildFire analysis, they can be searched for by hash across all endpoints.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you feel this has answered your query, please let us know by clicking like and on&amp;nbsp;&lt;STRONG&gt;"mark this as a Solution".&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy New year!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;S. Subashkar Sekar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 16:20:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/search-files-by-query-on-android-cortex-xdr/m-p/1246288#M9033</guid>
      <dc:creator>susekar</dc:creator>
      <dc:date>2026-01-22T16:20:02Z</dc:date>
    </item>
  </channel>
</rss>

