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!

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...