Splunk Enterprise Security

how do i get complete list of ip address ? is there any query ?

naveenyadav99
Explorer

i need to create a dashboard with complete information of IP address

0 Karma

kmorris_splunk
Splunk Employee
Splunk Employee

If you are just trying to get a distinct list of all IPs in your data, then you could do something simple like:

YOUR BASE SEARCH |
| eval allips = coalesce(src_ip,dest_ip) 
| stats count by allips 
| fields - count

This is an example giving a unique list of all IPs that showed up in the two fields in the coalesce command. Coalesce merges the fields specified into the field you create in the eval.

Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...