AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 797690
Accepted
Travis Lange
Travis Lange
Asked: 2016-08-19 07:50:01 +0800 CST2016-08-19 07:50:01 +0800 CST 2016-08-19 07:50:01 +0800 CST

试图追踪 SVCHOST.exe 正在使用的用户帐户

  • 772

我在我的环境中遇到问题,我的几乎所有 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.
login windows-7 user-accounts
  • 2 2 个回答
  • 9121 Views

2 个回答

  • Voted
  1. Mer
    2016-08-19T08:03:47+08:002016-08-19T08:03:47+08:00

    为什么不检查这些服务的“登录”选项卡?我认为这是其中任何一个。

    当您搜索该用户名时,您是否在安全日志中发现任何事件?

    • 0
  2. Best Answer
    Greg Askew
    2016-08-19T08:22:10+08:002016-08-19T08:22:10+08:00

    这些服务都不需要使用显式凭据。“计划”服务是任务计划程序。您可以使用以下命令检查计划任务。

    schtasks /query /XML > File.txt  
    

    然后在 File.txt 中搜索帐户/委托人。

    • 0

相关问题

  • 为什么 su 到 root 而不是以 root 身份登录?

  • 控制台登录时出现灰屏死机

  • 使用LDAP服务器身份验证的Linux中单个用户的多个登录名

  • 从登录脚本启动 Sharepoint 是什么体验?

  • 如何让 WindowsXp 机器使用特定的域控制器作为登录服务器?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve