All Apps and Add-ons

IP Reputation configuration

widj91942
New Member

I am trying to use IP Reputation apps, however the graph does not show anything. It seems it requires some of the fields that is not available in my installation. Some of the fields are src_ip dst_ip dst_port protocol.

Is there any additional setup that we need to do to use IP Configuration, in addition to include BL key from projecthoneypot?

Any help is greatly appreciated

0 Karma

Matthias_BY
Communicator

Hello Widj,

you can use the existing dashboards to map your data on it by doing field extractions or creating field aliases with the naming you figured out already. Additional you need to tag the events that should be mapped to the dashboard. Use eventtype=ip_check.

the event type was added because you might want to map and lookup only specific data and not all your traffic which would lead in many dns lookups. So for example the event type "check_ip" could be defined as only logs that have a dst_ip field and where the destination is not an internal network address (10.X in this sample): "dst_ip=* NOT 10.*"

you can also go into the search app of "IP Reputation" and search for:

your filtered data | lookup threatscore clientip AS <yourfield with external ip address that should be checked> | table _time <yourfield with external ip address that should be checked> threatscore

from the dashboards:

**eventtype="ip_check"** | stats count by src_ip dst_ip dst_port protocol | lookup threatscore clientip AS dst_ip | sort -threatscore | stats count(dst_ip) as total_connections count(eval(threatscore>0)) as count_bad | eval percentage = count_bad * 100/total_connections | table percentage | eval percentage = round(percentage,2) | rename percentage as "Percentage ip destinations bad"

br
Matthias

Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...