Splunk Search

How to compare IP and Username in Logs with Lookup File

gozdeyildiz
New Member

Hello,

I am trying to compare IP,user field in a log and then compare it with a lookup file(having only IP and username field). What I want to try is to find the firewall logs having same IP with the lookup file but different username. Could you help me? Let's assume the fields as below.

Username in log: assigned_user
IP in the log: assigned_ip
username in lookup file: username

Bests
IP in the lookup file: src_ip

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi gozdeyildiz,
try something like this:

index=my_index assigned_user=*
| lookup my_lookup.csv src_ip AS assigned_ip OUTPUT username
| search  NOT assigned_user=username
| dedup assigned_ip assigned_user
| table assigned_ip assigned_user username

Ciao.
Giuseppe

0 Karma
Get Updates on the Splunk Community!

Fall Into Learning with New Splunk Education Courses

Every month, Splunk Education releases new courses to help you branch out, strengthen your data science roots, ...

Super Optimize your Splunk Stats Searches: Unlocking the Power of tstats, TERM, and ...

By Martin Hettervik, Senior Consultant and Team Leader at Accelerate at Iver, Splunk MVPThe stats command is ...

How Splunk Observability Cloud Prevented a Major Payment Crisis in Minutes

Your bank's payment processing system is humming along during a busy afternoon, handling millions in hourly ...