Hello Radhika Sridhar,
Thanks for sharing the context. This event looks confusing, but it’s actually a normal 4625 failed-logon entry.
Microsoft’s official description of Event ID 4625 is here:
This explains that Windows logs 4625 whenever an authentication attempt fails, including cases where the system cannot identify a real user account.
Your event shows:
• Logon Type 3 (network)
• NULL SID and no username
• Status 0xC000006D (“invalid credentials”)
This normally happens when a service, device, or application tries to connect with incorrect credentials or an invalid / expired certificate. The system never gets far enough to map the connection to a user, so it logs 4625 with minimal identity info.
For comparison, here is another Microsoft Q&A thread showing similar behavior caused by TLS / SChannel handshake failures: https://xtls-v4.hkg1.meaqua.org/en-us/answers/questions/3883421/windows-logon-failure-4625
Please check for these:
• The source IP to confirm the device making the request
• Any services or scheduled tasks using old credentials
• Whether the client is using an expired or untrusted certificate
Hope this helps!