All Apps and Add-ons

How can I return the display name for unsuccessful logons with Splunk Support for Active Directory?

sdaghfous
Explorer

How can I return the display name for unsuccessful logons with Splunk Support for Active Directory?

0 Karma

jchampagne_splu
Splunk Employee
Splunk Employee

You'd need to use the ldapfilter command to pull back the user's Display Name from Active Directory.
http://docs.splunk.com/Documentation/SA-LdapSearch/2.1.2/User/Theldapfiltercommand

Assuming you're using the msad-failed-user-logons eventtype, you search would look something like this:

eventtype=msad-failed-user-logons |ldapfilter domain=$dest_nt_domain$ search="(objectClass=$src_user$)" attrs="displayName"
0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...