Installation

How to lookup IP Reputation ?

neerajs_81
Builder

Hello,  Can anybody recommend an Add-on for finding reputation of an IP  in search results ?

With High hopes , i downloaded the Virustotal app https://splunkbase.splunk.com/app/4283/#/details , but was disappointed to find out that it does not show reputation score for an IP field.  It does show for File hashes, Domain and URLs but not IPs.  

Requirement is for a TA or add-on that we can use in our  own searches and get the ip reputation as a field in the results

Labels (1)
Tags (2)
0 Karma

tshah-splunk
Splunk Employee
Splunk Employee

Hey @neerajs_81,

Can you please provide the use case specifically for needing app/TA to find the reputation of IP? I believe this can also be achieved by defining GET Workflow Actions that can fetch the IP from the fields and refer it to web URLs that are available to calculate the reputation score. Here's the link on how to define a GET workflow action: https://docs.splunk.com/Documentation/Splunk/8.2.4/Knowledge/SetupaGETworkflowaction 

---
If you find the answer helpful, an upvote/karma is appreciated
0 Karma

neerajs_81
Builder

Thanks for responding.   In our ES instance,  we have a search in which we need to filter results based on the reputation / threat score of an IP -address.  For example:  We need to query our firewall logs to Show us only those users that have visited a destination IP  that has a reputation score of greater than 7 as per Virustotal.  Basically 7 out of 98 vendors have flagged that IP as malicious in VT. 
 Now,  This destination IP in our events is stored in a field called "threat_match_value" .  So we would end up adding a condition like below where 7 is the score fetched by the TA from VirusTotal. 

 

 

| where threat_match_value > 7

 

 


Is this something possible via GET Worklow action ?    Can GET Workflow be used to save whatever results it fetches from VT into a field that we can further leverage to compare against ? 

Hope i am clear.


Tags (1)
0 Karma

tshah-splunk
Splunk Employee
Splunk Employee

Hey Neeraj, 

Thanks for explaining the use case. GET Workflow action will not be able to save the values in a field. It'll just redirect you to another website using the field you specify. And workflow actions would also not be helpful in achieving your objective. Will need to look for another solution to it.

---
If you find the answer helpful, an upvote/karma is appreciated
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Developer Spotlight with Denis Gladkikh

From Splunk Engineer to Kubernetes App Builder Denis GladkikhWhat happens when a lifelong developer turns a ...

Governing Enterprise AI, Bringing Cisco Telemetry Home, and More from Splunk Lantern

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...

Agentic SOC Triage: Investigating Splunk ES Notables with MCP Server and a Local LLM

The Problem: Too Many Alerts, Too Little Context Security operations teams running Splunk Enterprise Security ...