Splunk Enterprise Security

Help with Splunk Enterprise Security IP threat intelligence lookup

belasker
New Member

Hello Splunkers,

I want to create my own saved search in Splunk Enterprise Security working on IP threat intelligence lookup called:

ip_intel 
search command is : index="apacheSplunkES" | append [ inputlookup email_intel ]|where src_user=email

And the command doesn't return any result even though I'm sure that I have a malicious IP stored in my index.

Thank you

0 Karma

ssattler
Path Finder

Load the Optive Threat intel app

then use

index=main dest_ip=*

| lookup local=1 all_dest_ips.csv dest_ip OUTPUT threat_list_name, dest_ip

| search threat_list_name=* | dedup dest_ip | eval dest_ip=mvindex(dest_ip,0)

0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

December 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...