Debunking two myths about the Windows administrator account
解开Windows的Administrator帐号的两个疑问
by Michael Mullins CCNA, MCP
作者:Michael Mullins CCNA, MCP
翻译:endurer
英文来源:http://techrepublic.com.com/5100-1009_11-6043016.html?tag=nl.e101
Keywords: Microsoft Windows | Security | Windows 2000 | Microsoft Server 2003
关键字: 微软视窗 | 安全 | Windows 2000 | Microsoft Server 2003
Takeaway:
The administrator account has always been an appealing target for hackers, but the Window administrator account can be particularly problematic. While many people understand the important role this account plays in overall security, there are several misconceptions when it comes to locking it down. In this edition of Security Solutions, Mike Mullins debunks two of the biggest myths about this account.
概述:
Administrator帐号一直是对hacker们有吸引力的目标,但是Windows的Administrator帐号可能是独别令人存疑的。尽管一些人理解这个帐号在全面安全中扮演的重要角色,但在锁定它时存在一些误解。在本期安全解决方案中,Mike Mullins解开了Windows的Administrator帐号的两个疑问。
---------------------------------------------------------------------------
When it comes to accessing accounts, the goal of every hacker is to get access to the administrator (or root) account. On Windows systems, this can especially present a problem—the administrator account comes with no password and an obvious default name ("administrator").
每一个Hacker访问帐号时,其目标是获得对administrator (或root)帐号的访问权。在Windows系统中,这能特别表明一个问题——administrator帐号未提供密码和显而易见的默认名 ("administrator")。
《endurer注:1。come with 伴随...发生;与...一起供给》
While many people understand the important role this account plays in overall security, there are several misconceptions when it comes to locking it down. Let's take a look at the perception and the reality of two of the biggest myths about the Windows administrator account.
尽管一些人理解这个帐号在全面安全中扮演的重要角色,但在锁定它时存在一些误解。让我们看看关于Windows的Administrator帐号的两个最大疑问的理解和事实。
《endurer注:1。take a look 注视》
Myth: Renaming this account prevents hackers from finding it
疑问:重命名这个帐号防止hacker发现它
Windows 2000: This is false. The Windows 2000 administrator account has a default security identifier (SID) that ends in -500. Hackers can target this account by enumerating SIDs from Active Directory or the local SAM.
Windows 2000: 这是不行的。Windows 2000的administrator帐号有一个以-500结尾的默认安全标识(SID)。Hacker们可以通过在活动目录或本地SAM中枚举SID而把这个帐号作为目标。
《endurer注:1。end in 以...为结果》
However, you can disable the ability to enumerate SIDs in your domain. Follow these steps:
然而,你能禁用在您的域中枚举SID的能力,步骤如下:
Open the Active Directory Users And Computers console.
打开活动目录用户和计算机控制台。
Right-click the domain, and select Properties.
右击域,选择“属性”。
On Group Policy tab, click the Default Domain Policy, and select Edit.
在组策略选项卡,点击默认域策略,选择“编辑”。
Drill-down to Computer Configuration | Windows Settings | Security Settings | Local Policies | Security Options.
展开计算机配置 | Windows设置 | 安全设置 | 本地策略 | 安全选项
Double-click Additional Restrictions For Anonymous Connections, and select the Define This Policy option.
双击“附加匿名连接限制”,选择定义这个策略选项。
Select Do Not Allow Enumeration Of SAM Accounts And Shares from the drop-down list.
从下拉列表中选择“不允许SAM账户和共享的枚举。”
Click OK, and close the console.
点击“确定”,关闭控制台。
Go to Start | Run, enter cmd, and click OK.
开始 | 运行,输入:cmd,点击“确定”。
At the command prompt, enter gpupdate, press [Enter], enter exit, and press [Enter].
在命令提示符下,输入:gpupdate,回车,输入:exit,回车。
Windows Server 2003: This is true. Windows Server 2003 allows you to completely disable the built-in administrator account. But before disabling the account, you should still disable enumeration of SIDs.
Windows Server 2003: 这是可行的。Windows Server 2003允许你完全地禁用内置的administrator帐号。但是在禁用该帐号之前,你仍然需要禁止SID枚举。
You can do so by following the steps above, with one exception: Double-click Network Access (instead of Additional Restrictions For Anonymous Connections), select Allow Anonymous SID/Name Translation, and make sure you've disabled the policy.
你可以按上面列的步骤做,但有一个例外:双击网络访问(代替附加匿名连接限制),选择“允许匿名SID/名称转换”,并确认你已经禁用该策略。
In addition, before you disable the administrator account, you should create a new administrator account. Then, follow these steps to disable the old account:
另外,在禁用administrator帐号之前,你需要创建一个新的管理员帐号。然后按下列步骤禁用老帐号:
《endurer注:1。in addition 另外》
Log on with the new administrator account, open the Active Directory Users And Computers console, and select the Users container.
以新管理员帐号登录,打开活动目录用户和计算机控制台,选择用户容器。
Right-click the name of the default administrator account, and click Properties.
右击默认管理员帐号名,点击“属性”。
On the Account tab, select the Account Is Disabled check box under Account Options, and click OK.
在“帐号”选项卡,选择帐号选项下的“帐号被禁用”检查框,点击“确定”。
Now, the only account with full administrative rights has a name known only to you—and hackers can't enumerate SIDS to find it!
现在, 唯一具有完全管理权力的帐号的名字只有你知道——hacker们不能枚举SID来找到它。
Myth:You can't lock out the account after failed logon attempts
疑问:在登录尝试失败后你不能锁定帐号
《endurer注:1。lock out 把...关在外面》
Windows 2000: This is false. If you've set the security option for account lockout, you can lock out this account for network logons. (This doesn't apply to interactive or console logons.)
Windows 2000: 这是不行的。如果你已经设置帐号锁定的安全选项,则可以锁定此帐号的网络登录。(这不应用于交互式或控制台登录。)
To configure this account to lock out after x number of failed logon attempts, you need a tool called Passprop.exe. You can find this utility in the Netmgmt.cab file on the Windows 2000 Professional Resource Kit or the Windows 2000 Server Resource Kit.
要配置帐号在x次登录失败后锁定账号,你需要名为Passprop.exe的工具。你可以在Windows 2000 Professional或Windows 2000 Server的资源工具箱中的Netmgmt.cab中找到这个工具。
Windows Server 2003: This is also false! Like Windows 2000, you can use the Passprop.exe utility to set the administrator account to lock out after x number of failed logon attempts.
Windows Server 2003: 也不行!像Windows 2000一样,你可以使用Passprop.exe工具来设置administrator帐号在x次登录失败后锁定。
However, keep in mind that the Windows Server 2003 version of this utility will also lock out the default administrator account (both network and interactive) after x number of failed logons. Make sure you have a backup method for unlocking this account.
然而,记住,在Windows Server 2003版本的这个工具在在x次登录失败后也将锁定默认管理员帐号(网络和交互式)。确认你有后备方法来为此帐号解锁。
Final thoughts
Account security is at the heart of basic security administrative best practices. That's why it's vital that you implement this security and keep your administrative rights secure.
总结:
帐号安全是基本安全管理最佳惯例的要害。这就为什么执行此安全并保持管理权力安全是至关重要的原因。
《endurer注:1。at heart: 在内心里(在本质上)》
分享到:
相关推荐
《Windows Sysinternals Administrator’s Reference》是由Mark Russinovich编写的,这是一本针对系统管理员的权威指南,全面深入地探讨了Windows操作系统内的系统内部工具——Windows Sysinternals。这本书详细介绍...
在Windows操作系统中,默认情况下会创建一个名为“Administrator”的管理员账号。这个账号拥有系统最高权限,可以执行几乎所有操作。出于安全考虑,很多用户会选择隐藏或禁用该账号,以减少被恶意软件攻击的风险。...
本实现把客户端_administrator帐号密码统一更改 通过使用域策略和脚本,可以实现把客户端_administrator...本实现把客户端_administrator帐号密码统一更改的方法可以通过使用域策略和脚本来实现,具有很高的实用价值。
Windows Sysinternals Administrator’s Reference by Mark Russinovich, Microsoft Press 2011
启用并登录Windows7的超级管理员“Administrator”账户涉及编辑注册表和使用命令行工具,操作过程需要谨慎进行。虽然启用超级管理员账户可以解决一些高级权限问题,但也增加了系统的安全风险,因此建议在完成特定...
### Windows XP 如何登录 Administrator 账户及删除管理员账户的方法 #### 登录 Administrator 账户 在 Windows XP 系统中,默认情况下 ...这些操作对于 Windows XP 系统的安全管理和日常维护具有重要意义。
Windows 64位Smart Storage Administrator(SSACLI) 是一个基于命令行的磁盘配置程序,可帮助您配置、管理、诊断和监控 Smart Array 和 SmartRAID 控制器以及现在的其他存储设备,例如主机总线适配器 (HBA)、存储控制...
HPE Smart Storage Administrator (HPE SSA) for Windows 64-bit (cp036448.exe) HP服务器像IBM/Lenovo的 MegaRaid 工具一样在Windows Server 环境下查看和管理磁盘阵列的工具,这是2019最新版,支持到Windows ...
在使用Windows 7操作系统的过程中,有时候用户可能会遇到一个奇怪的问题:原本只有一个Administrator(管理员)用户文件夹,突然多出了一个以“Administrator.xxx”开头的新文件夹。这种情况不仅会占用磁盘空间,还...
### Windows 7系统中如何启用已停用的Administrator账户 #### 背景与问题描述 在使用Windows 7系统时,有时会遇到系统默认的超级用户账户“Administrator”...如果还有其他疑问或问题,请随时寻求专业技术人员的帮助。
比如guest用户对应的键值为1f5,在users中对应的就是000001F5,笔者的Administrator账户名已经被改为ghost,同样会在users中找到一个对应的项值,同时将两个项值删掉,也就意味着删掉了Administrator。 四、注意...
3. `ren` 或 `rename`:这两个命令用于重命名文件或目录。在本例中,可能用于更改与"administrator"账户相关的注册表项或配置文件,以确保账户名变更后的系统一致性。 4. `reg`:注册表编辑器命令,用于对注册表...
HPE Smart Storage Administrator还包含了一个命令行界面(CLI),这对于喜欢使用命令行操作的用户来说是一个很好的选择。在CLI模式下,用户可以输入命令来执行具体的管理任务,例如设置引导控制器、设置目标、识别...
OMSA通过提供一个集中化的管理平台,允许管理员从单一界面管理多个服务器,从而提高效率并降低运营成本。 #### 安全性与兼容性 OMSA注重安全性,提供多种安全保护功能,包括数字证书、X.509认证管理等,确保数据和...
重命名administrator账号,让系统用户更加完美
例如,我们可以添加两个样本数据到"mytable"表中。 创建新的 MySQL 用户账号 要添加用户账号,需要再一次运行并登陆 MySql Administrator,在 MySql Administrator 窗口的左边选择"User Administration",然后右击...
在“mysql-administrator-1.1.9-win.rar”这个压缩包中,包含的是针对Windows操作系统的MySQL Administrator 1.1.9版本的安装文件。 MySQL Administrator提供了多种功能,包括但不限于: 1. **数据库备份与恢复**...
重置“administrator@vsphere.local”密码的常见方法有两种:一是通过本地ESXi主机的控制台,二是利用vSphere Client或vSphere HTML5 Web Client。 1. 通过本地ESXi主机控制台重置密码: - 使用物理访问:如果物理...