Splunk Enterprise Security

how to use ip_intel ?

pfgrobler
New Member

I have a search that returns a set of source and dest IP addresses.

Index= ..... | table src, dest 

I want to check these against the ip_intel feed.

I can see the ip_intel feed is populated

| `ip_intel` | search ip=*

How do I use the lookup commands to check against the ip_intel feeds ?

0 Karma

p_gurav
Champion

Can you try something :

index=<indexname> .. [|inputlookup ip_intel | return ip] | table src, dest | where src=ip OR dest=ip
0 Karma
Get Updates on the Splunk Community!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

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

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...