All Apps and Add-ons

Help to get the threat score lookup in IP Reputation app working?

obatard
New Member

Hello,

I installed the app and added the key in scorelookup.py.
What to do next ?
I tried a search "dst_port 80 | rename src_ip as clientip" and don't have the threatscore field.

Any idea ?

Txs

0 Karma

Matthias_BY
Communicator

you also need to define dst_port=80 with = that is Splunk common search syntax.

so tray:

dst_port=80 | lookup threatscore clientip as src_ip

no renaming required if you write "as src_ip"

br
Matthias

asleeis
Path Finder

Tried adding an explicit lookup?

i.e. "dst_port 80 | rename src_ip as clientip | lookup threatscore clientip"

0 Karma

davparker
Explorer

the threatscore field isn't getting inserted into the data stream... How is this generated?

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...