<?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 Hash Values on the Network in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Searching-for-Hash-Values-on-the-Network/m-p/533165#M150643</link>
    <description>&lt;P&gt;You mentioned "interesting index".&amp;nbsp; &amp;nbsp;Where and what are the "interesting index" and/or sourcetypes that contain hash values of executable files on Windows?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What app was used or was Splunk used to scan for specific .dll files or executables at the operating system to generate the file hash value in order to compare it with a "blacklist or whitelist"?&lt;/P&gt;&lt;P&gt;Also does Splunk provide an Add-on or App already that handles file hash value generation or planning to in the near future, for both Windows and Unix-like OSs?&amp;nbsp; &amp;nbsp;This is an important step for comparing OS files and keeping systems secure.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Dec 2020 15:16:09 GMT</pubDate>
    <dc:creator>marceloalejandr</dc:creator>
    <dc:date>2020-12-30T15:16:09Z</dc:date>
    <item>
      <title>Searching for Hash Values on the Network</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-for-Hash-Values-on-the-Network/m-p/503802#M140657</link>
      <description>&lt;P&gt;Hello All!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I have a .csv file that contains a list of about 100 or so hash values that I'd like to create an alert on so that I'll know if they appear on the network.&amp;nbsp; I have an inputlookup that I created called "hashes.csv" that contains the values I'd like to monitor.&amp;nbsp; Does anyone have SPL that I would need in order to do this?&amp;nbsp; Your help is very much appreciated!&amp;nbsp; Thanks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 21:01:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-for-Hash-Values-on-the-Network/m-p/503802#M140657</guid>
      <dc:creator>itsmevic</dc:creator>
      <dc:date>2020-06-10T21:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for Hash Values on the Network</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-for-Hash-Values-on-the-Network/m-p/504458#M140803</link>
      <description>&lt;P&gt;All you'd really need to do is something similar to&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|tstats count where index=&amp;lt;interesting_index&amp;gt; [|inputlookup hashes.csv|table &amp;lt;hash_field_name_in_index&amp;gt;] by index sourcetype&lt;/LI-CODE&gt;&lt;P&gt;you could also do something like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=&amp;lt;interesting_index&amp;gt; &amp;lt;filtering_data&amp;gt; [|inputlookup hashes.csv|table &amp;lt;hash_field_name_in_index&amp;gt;] | stats max(_time) as last_seen by index&amp;lt;hash_field_name_in_index&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;there are honestly a handful of ways you could do this. depends on the input and the output, too. you can also join in the lookup file using &lt;STRONG&gt;| lookup&lt;/STRONG&gt; instead of as a subsearch.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 15:58:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-for-Hash-Values-on-the-Network/m-p/504458#M140803</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2020-06-15T15:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for Hash Values on the Network</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-for-Hash-Values-on-the-Network/m-p/533165#M150643</link>
      <description>&lt;P&gt;You mentioned "interesting index".&amp;nbsp; &amp;nbsp;Where and what are the "interesting index" and/or sourcetypes that contain hash values of executable files on Windows?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What app was used or was Splunk used to scan for specific .dll files or executables at the operating system to generate the file hash value in order to compare it with a "blacklist or whitelist"?&lt;/P&gt;&lt;P&gt;Also does Splunk provide an Add-on or App already that handles file hash value generation or planning to in the near future, for both Windows and Unix-like OSs?&amp;nbsp; &amp;nbsp;This is an important step for comparing OS files and keeping systems secure.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 15:16:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-for-Hash-Values-on-the-Network/m-p/533165#M150643</guid>
      <dc:creator>marceloalejandr</dc:creator>
      <dc:date>2020-12-30T15:16:09Z</dc:date>
    </item>
  </channel>
</rss>

