<?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: How to search for critical nessus findings and correlate remediation in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-critical-nessus-findings-and-correlate/m-p/233939#M69528</link>
    <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(sourcetype=nessus:scan plugin_id=* severity=critical "host-ip"=*) OR (sourcetype=nessus:plugin id=*) | fields host-ip, host_end,  solution, description &amp;lt;&amp;lt;including all relevant fields&amp;gt;&amp;gt; | stats values(*) as * by plugin_id
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 21 Nov 2016 14:16:51 GMT</pubDate>
    <dc:creator>sundareshr</dc:creator>
    <dc:date>2016-11-21T14:16:51Z</dc:date>
    <item>
      <title>How to search for critical nessus findings and correlate remediation</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-critical-nessus-findings-and-correlate/m-p/233938#M69527</link>
      <description>&lt;P&gt;I have my nessus data in splunk, and in my example below I would like to search for all critical findings, and for each of those I would like to correlate the finding with the plugin data and present the details and remediation. The search does not work, and I would like some help if I'm doing this correctly (I'm a complete newbie with the foreach-command).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=nessus:scan plugin_id=* severity=critical "host-ip"=* | foreach "host-ip" [search (sourcetype=nessus:scan plugin_id=* severity=critical "host-ip"=&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;) OR (sourcetype=nessus:plugin id=*)] | eval match_id=coalesce(id,plugin_id) | stats values(*) AS * by match_id | search plugin_id=* id=* | table host-ip,host_end,match_id,solution,description
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Nov 2016 09:33:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-critical-nessus-findings-and-correlate/m-p/233938#M69527</guid>
      <dc:creator>jesperp</dc:creator>
      <dc:date>2016-11-21T09:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for critical nessus findings and correlate remediation</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-critical-nessus-findings-and-correlate/m-p/233939#M69528</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(sourcetype=nessus:scan plugin_id=* severity=critical "host-ip"=*) OR (sourcetype=nessus:plugin id=*) | fields host-ip, host_end,  solution, description &amp;lt;&amp;lt;including all relevant fields&amp;gt;&amp;gt; | stats values(*) as * by plugin_id
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Nov 2016 14:16:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-critical-nessus-findings-and-correlate/m-p/233939#M69528</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-11-21T14:16:51Z</dc:date>
    </item>
  </channel>
</rss>

