<?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: Virustotal Checker Add-on: What search syntax would I use to provide VirusTotal information about my example malware hash? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Virustotal-Checker-Add-on-What-search-syntax-would-I-use-to/m-p/132110#M184568</link>
    <description>&lt;P&gt;You can search url is the same method like hash. And unfortunately,  IP address search is not available...&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2015 02:19:34 GMT</pubDate>
    <dc:creator>underbar</dc:creator>
    <dc:date>2015-08-19T02:19:34Z</dc:date>
    <item>
      <title>Virustotal Checker Add-on: What search syntax would I use to provide VirusTotal information about my example malware hash?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Virustotal-Checker-Add-on-What-search-syntax-would-I-use-to/m-p/132107#M184565</link>
      <description>&lt;P&gt;I am a Splunk newbie so I am not great on all the syntax you can use for searches.  Your add-on was pointed out to me and could be very useful, but I have not been able to figure out the search syntax as yet.&lt;/P&gt;

&lt;P&gt;I have received events from a malware detection system into Splunk via syslog.  It has detected a piece of malware with hash 5f41c906b4a462baea4715692c62023dfd4cdb83.  What syntax would I use to have your add-on provide VT information about this hash?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2015 14:29:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Virustotal-Checker-Add-on-What-search-syntax-would-I-use-to/m-p/132107#M184565</guid>
      <dc:creator>tzack</dc:creator>
      <dc:date>2015-04-09T14:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Virustotal Checker Add-on: What search syntax would I use to provide VirusTotal information about my example malware hash?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Virustotal-Checker-Add-on-What-search-syntax-would-I-use-to/m-p/132108#M184566</link>
      <description>&lt;P&gt;Hi.&lt;BR /&gt;
"vt" command has two options (field, av).&lt;BR /&gt;
"field" option set the field of malware hash value for searching Virustotal.&lt;BR /&gt;
ex.)&lt;BR /&gt;
sourcetype="malware" | table file_name, hash | vt field="hash" | table file_name, hash, vt_av_result, vt_link, vt_ratio&lt;/P&gt;

&lt;P&gt;"av" option can setting the anti-virus detection results of Virustotal you wanted.&lt;BR /&gt;
if you wanna view all results for using asterisk sign("&lt;EM&gt;&lt;EM&gt;&lt;/EM&gt;").&lt;BR /&gt;
ex.)&lt;BR /&gt;
sourcetype="malware" | table file_name, hash | vt field="hash" av="symantec" | table file_name, hash, vt_av_result, vt_link, vt_ratio&lt;BR /&gt;
sourcetype="malware" | table file_name, hash | vt field="hash" av="symantec,avast" | table file_name, hash, vt_av_result, vt_link, vt_ratio&lt;BR /&gt;
sourcetype="malware" | table file_name, hash | vt field="hash" av="&lt;/EM&gt;" | table file_name, hash, vt_av_result, vt_link, vt_ratio&lt;/P&gt;

&lt;P&gt;if you wanna searching for specific hash value, you can follow example.&lt;BR /&gt;
ex.)&lt;BR /&gt;
&lt;EM&gt;&lt;EM&gt;&lt;/EM&gt; | eval hash="5f41c906b4a462baea4715692c62023dfd4cdb83" | vt field="hash" av="&lt;EM&gt;&lt;/EM&gt;&lt;/EM&gt;" | table file_name, hash, vt_*&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:31:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Virustotal-Checker-Add-on-What-search-syntax-would-I-use-to/m-p/132108#M184566</guid>
      <dc:creator>underbar</dc:creator>
      <dc:date>2020-09-28T19:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Virustotal Checker Add-on: What search syntax would I use to provide VirusTotal information about my example malware hash?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Virustotal-Checker-Add-on-What-search-syntax-would-I-use-to/m-p/132109#M184567</link>
      <description>&lt;P&gt;what if you are trying to search for a url or IP address?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2015 19:40:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Virustotal-Checker-Add-on-What-search-syntax-would-I-use-to/m-p/132109#M184567</guid>
      <dc:creator>tvjust</dc:creator>
      <dc:date>2015-08-12T19:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Virustotal Checker Add-on: What search syntax would I use to provide VirusTotal information about my example malware hash?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Virustotal-Checker-Add-on-What-search-syntax-would-I-use-to/m-p/132110#M184568</link>
      <description>&lt;P&gt;You can search url is the same method like hash. And unfortunately,  IP address search is not available...&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 02:19:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Virustotal-Checker-Add-on-What-search-syntax-would-I-use-to/m-p/132110#M184568</guid>
      <dc:creator>underbar</dc:creator>
      <dc:date>2015-08-19T02:19:34Z</dc:date>
    </item>
  </channel>
</rss>

