Security

auditing password changes

a212830
Champion

Hi,

Is there any record of when a password is changed for user accounts? I need to audit it for a security request.

Tags (3)

s2_splunk
Splunk Employee
Splunk Employee

If your context is Splunk's internal authentication system, then yes. Password changes produce an entry in the _audit index:

index=_audit "action=password change"

Will show you the relevant log entries.

If you are using an external authentication mechanism (AD/LDAP), you will probably need to go to the source. But I am not sure about that one.

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...