Getting Data In

Audit Windows Cleartext passwords

Joels
New Member

Is there a search I can execute that will show me all the passwords that have been sent across the network in cleartext in my windows environment? LDAP, HTTP, etc? I have tried several combinations of Event ID 540 Logon Type 8 from my windows security log, but it does not seem accurate.

Tags (2)
0 Karma

BunnyHop
Contributor

Windows authentication itself is not passthru as cleartext, with a few exceptions (IIS basic authentication, Telnet, etc etc). If these are the items you're looking for, you might find this on different logs than from the Security event log, as that stores actual Windows logon, and are therefore, not going to be cleartext. My understanding is that Telnet is sent in the clear, and therefore you will see the password when you perform network sniffing, but I'm not sure if it ends up clear on the server. Eitherway, you might be looking at a different eventID than 540.

BTW, only because I'm a security geek, be careful looking for cleartext password.

Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...