我在我的环境中遇到问题,我的几乎所有 Windows 7 系统(绝大多数基础架构)都试图登录到一个旧的禁用帐户。我知道这是来自以前的系统管理员,他将此帐户用于某些服务,我只是无法弄清楚它的设置位置。
我知道该进程在 SVCHOST.exe 下运行,我有理由确定它是运行以下其他任务的进程。
AeLookpSvc
BITS
Browser
CertPropSvc
IKEEXT
iphlpsvc
LanmanServer
ProfSvc
Schedule
SENS
SessionEnv
ShellHWDetection
Themes
Winmgmt
wuauserv
我认为它可能是旧 WUSS 服务器的残余物,但该服务器已退役并退役,所以我无法查看那里。我不知道 SVCHOST 下的哪个子进程/服务正在尝试这些凭据,sec 日志非常模糊。我已经对受影响机器上的注册表进行了全面搜索,并通过机器上的 rsop 寻找对该帐户的任何引用,但我找不到任何东西。
An account failed to log on.
Subject:
Security ID: SYSTEM
Account Name: [ComputerName]$
Account Domain: [Domain]
Logon ID: 0x3e7
Logon Type: 2
Account For Which Logon Failed:
Security ID: NULL SID
Account Name: [UserAccount]
Account Domain: [Domain]
Failure Information:
Failure Reason: Account currently disabled.
Status: 0xc000006e
Sub Status: 0xc0000072
Process Information:
Caller Process ID: 0x304
Caller Process Name: C:\Windows\System32\svchost.exe
Network Information:
Workstation Name: [ComputerName]
Source Network Address: -
Source Port: -
Detailed Authentication Information:
Logon Process: Advapi
Authentication Package: Negotiate
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.
为什么不检查这些服务的“登录”选项卡?我认为这是其中任何一个。
当您搜索该用户名时,您是否在安全日志中发现任何事件?
这些服务都不需要使用显式凭据。“计划”服务是任务计划程序。您可以使用以下命令检查计划任务。
然后在 File.txt 中搜索帐户/委托人。