3つの別々のシステムでは、ドメインコントローラーサーバーで次のイベントが何度も(システムによっては1日30〜4,000回の間で)ログに記録されます。
An account failed to log on.
Subject:
Security ID: SYSTEM
Account Name: %domainControllerHostname%$
Account Domain: %NetBIOSDomainName%
Logon ID: 0x3E7
Logon Type: 3
Account For Which Logon Failed:
Security ID: NULL SID
Account Name:
Account Domain:
Failure Information:
Failure Reason: Unknown user name or bad password.
Status: 0xc000006d
Sub Status: 0xc0000064
Process Information:
Caller Process ID: 0x1ec
Caller Process Name: C:\Windows\System32\lsass.exe
Network Information:
Workstation Name: %domainControllerHostname%
Source Network Address: -
Source Port: -
Detailed Authentication Information:
Logon Process: Schannel
Authentication Package: Kerberos
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.
このイベントは、調査中に見つけた他のイベントとは少し異なりますが、次のことを確認しました。
Event ID: 4625
。 "アカウントはログオンに失敗しました" 。Logon Type: 3
。 "ネットワーク(ネットワーク上の他の場所からこのコンピューター上の共有フォルダーへの接続)" 。Security ID: NULL SID
。 "有効なアカウントが識別されませんでした" 。Sub Status: 0xC0000064
。 "ユーザー名が存在しません" 。Caller Process Name: C:\Windows\System32\lsass.exe
。 Local Security Authority Subsystem Service(LSASS))は、Microsoft Windowsオペレーティングシステムのプロセスであり、システムにセキュリティポリシーを適用します。Windowsコンピューターまたはサーバーにログオンしているユーザーを確認し、パスワードの変更を処理します。アクセストークンを作成します。また、Windowsセキュリティログにも書き込みます。Workstation Name: SERVERNAME
。認証要求がドメインコントローラ自体によって、またはドメインコントローラ自体を介して送信されています。影響を受けるシステムの類似点:
影響を受けるシステムの違い:
最も深刻な影響を受けたシステムで私が気付いたいくつかの興味深いこと:
次のイベントは、ターミナル/リモートデスクトップサービスサーバーに記録されますが、何回も近くはありません。
An account failed to log on.
Subject:
Security ID: NULL SID
Account Name: -
Account Domain: -
Logon ID: 0x0
Logon Type: 3
Account For Which Logon Failed:
Security ID: NULL SID
Account Name: %terminalServerHostname%
Account Domain: %NetBIOSDomainName%
Failure Information:
Failure Reason: Unknown user name or bad password.
Status: 0xC000006D
Sub Status: 0xC0000064
Process Information:
Caller Process ID: 0x0
Caller Process Name: -
Network Information:
Workstation Name: %terminalServerHostname%
Source Network Address: %terminalServerIPv6Address%
Source Port: %randomHighNumber%
Detailed Authentication Information:
Logon Process: NtLmSsp
Authentication Package: NTLM
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.
つまり、要約すると、それは間違いなく、スタッフのユーザーアカウントを使用したデスクトップコンピューターからのネットワークアクセスに関連しているようですが、その方法はわかりません。
更新2015/08/25 08:48:
最も深刻な影響を受けたシステムでは、問題を特定するために以下を実行し、それぞれの変更を元に戻しました。
WseComputerBackupSvc
、WseEmailSvc
、WseHealthSvc
、WseMediaSvc
、WseMgmtSvc
、およびWseNtfSvc
)および一般的な失敗したログオンは続行されませんでした。WseMgmtSvc
)を停止して無効にし、一般的な失敗したログオンは続行されませんでしたが続行されました。Windows Server Essentials管理サービス(WseMgmtSvc
)が数日間無効にしてこれらの一般的な失敗したログオンを担当していることと、一般的な失敗したログオンがなく、数日間有効にしていたことを再確認しました何千もの一般的な失敗したログオンでした。
更新2015/10/08 09:06:
2015/10/07の16:42に、次のスケジュールされたタスクを見つけました。
この時間枠は上記の動作とほぼ正確に一致しているため、問題に影響があるかどうかを確認するために無効にしました。
2015/10/08の08:57に、不規則な間隔でログに記録されたこれらの一般的な失敗したログオンの47のみが見つかりました。
そこで、さらに絞り込みました。
問題の原因は、スケジュールされたタスク「アラート評価」にあるようです。
このイベントは通常、古くなった非表示の資格情報が原因で発生します。エラーが発生したシステムからこれを試してください:
コマンドプロンプトから:psexec -i -s -d cmd.exe
新しいcmdウィンドウから次を実行:rundll32 keymgr.dll,KRShowKeyMgr
保存されているユーザー名とパスワードのリストに表示されている項目をすべて削除します。コンピュータを再起動します。