Splunk Search

How to create a correlation search that would trigger an alert for a search?

Kitag345
Explorer

I need to create a correlation search that would trigger an alert if it found a match from IPs from:

| inputlookup ip_spywarelist.csv  against an indexer (i.e: index=FW)

Any step-by-step guidance?

Tags (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @Kitag345,

if you have the Splunk Enterprise Security, you can add this lookup to the ones used in the Threat Intelligence Monitoring.

If you haven't it, you can run a simple search like this:

if the field in the lookup for searching is "IP", you can run something like this:

index=fw [ | inputlookup ip_spywarelist.csv | rename IP AS query | fields query ]

in this way you perform a full text search on that index to find any occurrence of the IP field in your lookup.

Ciao.

Giuseppe

 

0 Karma
Get Updates on the Splunk Community!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Building Momentum: Splunk Developer Program at .conf25

At Splunk, developers are at the heart of innovation. That’s why this year at .conf25, we officially launched ...