<?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: Searching for multiple hashes on cortex XDR in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/searching-for-multiple-hashes-on-cortex-xdr/m-p/544150#M4461</link>
    <description>&lt;P&gt;Since this question is still open to discussion, I have the similar question... is it possible to build such a query to search across multiple hashes from external data files GitHub, etc.? MS example that kind of query search:&lt;BR /&gt;| where SHA1 in (externaldata(hash:string)[URL])... thanks for any info. on that.&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 11:51:02 GMT</pubDate>
    <dc:creator>VidRupnik</dc:creator>
    <dc:date>2023-05-31T11:51:02Z</dc:date>
    <item>
      <title>Searching for multiple hashes on cortex XDR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/searching-for-multiple-hashes-on-cortex-xdr/m-p/535569#M3919</link>
      <description>&lt;P&gt;Does anyone know a way to search for multiple hashes on Cortex XDR?&lt;/P&gt;
&lt;P&gt;file_search = existing_files does not allow any operators other than "=" for the sha values and you can't string multiple in a query.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I feel like I'm missing something and there should be a way to do that that I'm not aware of.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 14:57:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/searching-for-multiple-hashes-on-cortex-xdr/m-p/535569#M3919</guid>
      <dc:creator>rufat87</dc:creator>
      <dc:date>2023-03-23T14:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for multiple hashes on cortex XDR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/searching-for-multiple-hashes-on-cortex-xdr/m-p/535586#M3921</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/209466"&gt;@rufat87&lt;/a&gt;,&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It appears you're looking for a field you can use the "in" operator with.&amp;nbsp; Use of the "in" operators looks like this&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;
dataset = xdr_data
| filter action_file_sha256 in ("4138198e8b807e106ad7c256bfe9bd4e9d9a2de3473367405bc3c299cc774294", "f491caeb1a1b561b0d87efcb17deb79e63eb993940a6d34346dea6504f7c9400")
| fields _time, action_file_name
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Alternatively, you have the option of using the query builder and using a pipe ( | ) to separate multiple values in any field.&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="Screen Shot 2023-03-23 at 11.46.04 AM.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/48983i4086A80BE990F519/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2023-03-23 at 11.46.04 AM.png" alt="Screen Shot 2023-03-23 at 11.46.04 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;A display of the results is below (I used dummy hash values so there are no results, I wanted to draw your attention to the query itself).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2023-03-23 at 11.47.08 AM.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/48984i1B40DF973A6E2FFE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2023-03-23 at 11.47.08 AM.png" alt="Screen Shot 2023-03-23 at 11.47.08 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;I hope this information helps.&amp;nbsp; For future reference I'll provide you with a great &lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Search-Queries" target="_self"&gt;XQL resource&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any other questions or if I didn't answer your question fully please feel free to respond here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 16:49:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/searching-for-multiple-hashes-on-cortex-xdr/m-p/535586#M3921</guid>
      <dc:creator>anlynch</dc:creator>
      <dc:date>2023-03-23T16:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for multiple hashes on cortex XDR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/searching-for-multiple-hashes-on-cortex-xdr/m-p/535588#M3922</link>
      <description>&lt;P&gt;Thanks for responding, I was aware of such file search. I was hoping a search against files existing on the hosts via sha would also have an option of multiple value input. I guess you are saying that is not possible for&amp;nbsp;&lt;SPAN&gt;file_search = existing_files&amp;nbsp;xql query?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 17:01:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/searching-for-multiple-hashes-on-cortex-xdr/m-p/535588#M3922</guid>
      <dc:creator>rufat87</dc:creator>
      <dc:date>2023-03-23T17:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for multiple hashes on cortex XDR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/searching-for-multiple-hashes-on-cortex-xdr/m-p/544150#M4461</link>
      <description>&lt;P&gt;Since this question is still open to discussion, I have the similar question... is it possible to build such a query to search across multiple hashes from external data files GitHub, etc.? MS example that kind of query search:&lt;BR /&gt;| where SHA1 in (externaldata(hash:string)[URL])... thanks for any info. on that.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 11:51:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/searching-for-multiple-hashes-on-cortex-xdr/m-p/544150#M4461</guid>
      <dc:creator>VidRupnik</dc:creator>
      <dc:date>2023-05-31T11:51:02Z</dc:date>
    </item>
  </channel>
</rss>

