Splunk Enterprise Security

Creating Assets csv file correlating logs from dhcp and Cisco ISE

SourabhKhampari
Engager

We are creating assets inventory using different logs in Splunk.
For this purpose, we first created list of “nt_host” and “owner” using Cisco ISE:
index=iseindex….. |table nt_host owner” | dedup nt_host | outputlookup ise_hosts.csv
We are getting proper expecterd ise_hosts csv file as below.
nt_host owner
ASSET-1 USER1
ASSET2 USER2
ASSET3 USER3

We now use this csv file to get owner information in dhcp logs as below:

index=dhcpindex .... |lookup ise_hosts nt_host output owner | table nt_host ip owner | dedup nt_host | outputlookup final.csv

But we are getting the same owner multiple times as attached. Please assist.alt text

0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...