Hello, we have one particular user whose network account experiences 1 bad password attempt every 5 minutes. After 5 bad password attempts it locks his AD account. I have pinpointed it to the following audit failure events from our exchange 2013
server that occurs for each bad password attempt he gets:
First event that gets recorded:
Log name: Security
Source: Security-Auditing
EventID: 4776
Task Category: Credential Validation
General:
The computer attempted to validate the credentials for an account.
Authentication Package:MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
Logon Account:username
Source Workstation:exchange 2013 server
Error Code:0xC0000064
Second event that gets recorded immediately after the first one:
Log name: Security
Source: Security-Auditing
EventID: 4625
Task Category: Logon
General:
An account failed to log on.
Subject:
Security ID:
SYSTEM
Account Name:
exchange server$
Account Domain:
domainLogon ID:
0x3E7
Logon Type:
8
Account For Which Logon Failed:
Security ID:
NULL SID
Account Name:
usernameAccount Domain:
Failure Information:
Failure Reason:
Unknown user name or bad password.
Status:
0xC000006D
Sub Status:
0xC000006A
Process Information:
Caller Process ID:
0x11c0
Caller Process Name:
C:\Program Files\Microsoft\Exchange Server\V15\Bin\MSExchangeFrontendTransport.exe
Network Information:
Workstation Name:
exchange serverSource Network Address:
-
Source Port:
-
Detailed Authentication Information:
Logon Process:
Advapi
Authentication Package:
MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
Transited Services:
-
Package Name (NTLM only):
-
Key Length:
0
This event is generated when a logon request fails. It is generated on the computer where access was attempted.
The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
The Process Information fields indicate which account and process on the system requested the logon.
The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
The authentication information fields provide detailed information about this specific logon request.
- Transited services indicate which intermediate services have participated in this logon request.
- Package name indicates which sub-protocol was used among the NTLM protocols.
- Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
He had mutiple mobile exchange activesync devices registered under his account. We removed all of them and signed him out of any other devices we could find that he was logged in to. Also tried running ExMon to see if I can catch his account
trying to authenticate, but his account does not appear in the traces. We even ran an anti-virus scan on and restarted the exchange server. He also rebuilt his laptop. The bad password attempts continue to happen. Can anyone help me
understand why this could be happening? What does the MSExchangeFrontendTransport.exe do?