<?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: IP reputation app and nothing in Critical Network traffic dashborad in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/IP-reputation-app-and-nothing-in-Critical-Network-traffic/m-p/195377#M12210</link>
    <description>&lt;P&gt;I see where in the XML for the view on the Threat_Map how I would modify the search but not sure on the critical_Network_Traffic dashboard exatly how to do the same sort of thing.  I do need to modify my search as when I take the searchs and manually apply with the changes thyey appear to provide the data required.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 15:37:08 GMT</pubDate>
    <dc:creator>blmurphy</dc:creator>
    <dc:date>2020-09-28T15:37:08Z</dc:date>
    <item>
      <title>IP reputation app and nothing in Critical Network traffic dashborad</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/IP-reputation-app-and-nothing-in-Critical-Network-traffic/m-p/195373#M12206</link>
      <description>&lt;P&gt;I have my web log data going to splunk and have installed this app.  I have obtained a key from honeypot database and have the threatscore request function returning threat scores if I pipe search request results to | lookup threatscore clientip as ... using my weblog index (wwwlogs) and searching for clientip=*.  &lt;/P&gt;

&lt;P&gt;When I lanch the app my critical network traffic dashboard states no results found.  I appear to have some data in the KPI dashboard.&lt;/P&gt;

&lt;P&gt;Any assistance here would be greatly appreciated on just how to make the dashboard work.&lt;BR /&gt;
Thank You.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2014 17:41:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/IP-reputation-app-and-nothing-in-Critical-Network-traffic/m-p/195373#M12206</guid>
      <dc:creator>blmurphy</dc:creator>
      <dc:date>2014-01-03T17:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: IP reputation app and nothing in Critical Network traffic dashborad</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/IP-reputation-app-and-nothing-in-Critical-Network-traffic/m-p/195374#M12207</link>
      <description>&lt;P&gt;I had to adjust the search parameter portion of the Threat_Map_Overview view in Settings » User interface » Views » Threat_Map_Overview to something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=firewall | rename src as clientip  | lookup threatscore clientip | where threatscore&amp;gt;0 | geoip clientip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You might have to do the same for the dashboard in question.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2014 20:33:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/IP-reputation-app-and-nothing-in-Critical-Network-traffic/m-p/195374#M12207</guid>
      <dc:creator>Adrian</dc:creator>
      <dc:date>2014-01-03T20:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: IP reputation app and nothing in Critical Network traffic dashborad</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/IP-reputation-app-and-nothing-in-Critical-Network-traffic/m-p/195375#M12208</link>
      <description>&lt;P&gt;Thanks for that response but I don't see anything to really adjust in the xml for the view for this dashboard.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2014 20:55:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/IP-reputation-app-and-nothing-in-Critical-Network-traffic/m-p/195375#M12208</guid>
      <dc:creator>blmurphy</dc:creator>
      <dc:date>2014-01-03T20:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: IP reputation app and nothing in Critical Network traffic dashborad</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/IP-reputation-app-and-nothing-in-Critical-Network-traffic/m-p/195376#M12209</link>
      <description>&lt;P&gt;One of the searches to populate that dashboard is &lt;STRONG&gt;Critical Network Traffic Analyzer&lt;/STRONG&gt;: search = eventtype="ip_check" | stats count by src_ip dst_ip dst_port protocol | lookup threatscore clientip AS dst_ip | sort -threatscore&lt;/P&gt;

&lt;P&gt;Do your fields match the search? It would help if you could provide some sample log data as well.&lt;/P&gt;

&lt;P&gt;FYI: make sure to comment under my answer/post not your question otherwise I don't receive alert.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2014 20:49:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/IP-reputation-app-and-nothing-in-Critical-Network-traffic/m-p/195376#M12209</guid>
      <dc:creator>Adrian</dc:creator>
      <dc:date>2014-01-04T20:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: IP reputation app and nothing in Critical Network traffic dashborad</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/IP-reputation-app-and-nothing-in-Critical-Network-traffic/m-p/195377#M12210</link>
      <description>&lt;P&gt;I see where in the XML for the view on the Threat_Map how I would modify the search but not sure on the critical_Network_Traffic dashboard exatly how to do the same sort of thing.  I do need to modify my search as when I take the searchs and manually apply with the changes thyey appear to provide the data required.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:37:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/IP-reputation-app-and-nothing-in-Critical-Network-traffic/m-p/195377#M12210</guid>
      <dc:creator>blmurphy</dc:creator>
      <dc:date>2020-09-28T15:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: IP reputation app and nothing in Critical Network traffic dashborad</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/IP-reputation-app-and-nothing-in-Critical-Network-traffic/m-p/195378#M12211</link>
      <description>&lt;P&gt;Sorry, I am a little thick in the head sometimes.  I have located the searches under searches and report and can modify there.  Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2014 17:42:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/IP-reputation-app-and-nothing-in-Critical-Network-traffic/m-p/195378#M12211</guid>
      <dc:creator>blmurphy</dc:creator>
      <dc:date>2014-01-09T17:42:47Z</dc:date>
    </item>
  </channel>
</rss>

