Hi MS,
Event ID 4771 with Failure Code 0x18 is a Kerberos pre-authentication failure due to an incorrect password. Interactive logins succeed, which means your users' actual passwords are correct. These widespread failures are being caused by background applications, network vulnerability scanners, or stale credentials in the Windows Credential Manager that are attempting to authenticate using outdated password hashes.
The klist purge command did not resolve the issue because it merely empties the temporary Ticket Granting Ticket cache. It does not delete saved passwords or prevent a background service from immediately requesting a new ticket with bad credentials. To identify the root cause, you must trace the authentication traffic back to its source executable. Install Microsoft Sysinternals Sysmon on one of the affected workstations and configure it to monitor outbound network connections on port 88. By matching the timestamp of the failure on your Domain Controller to the Sysmon logs on the client, you will expose the exact process ID and application generating the invalid requests, enabling you to reconfigure or remove the offending software.
Hope this answer has brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
VPHAN