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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...