Security – How to set an account lockout policy for the administrator account on rdp

rdpSecurity

I'm following this page on security tips for RDP (for my online server):

http://www.mobydisk.com/techres/securing_remote_desktop.html

Now I don't have a special user account for RDP access. Just the administrator can log on. However, I want to make sure that someone can't brute force the password.

I've set the 'account lockout policy' to 3 attempts and a retry after 3 minutes. However, when I connect back with RDP I can still try 5 times before RDP breaks the connection. I can then immediately reconnect and try 5 more times.

Any ideas if there is a lockout policy which also holds true fro the admin?

Best Answer

You don't want to setup a lockout policy for your only Admin user.

Reason being: You create a major security hole in your setup as an attacker could prevent your access by simply continuously brute forcing against your admin access (a.k.a. The other side of account lock-out).

The best options are:

  • Restrict RDP to specific IP sources;
  • Rename the Administrator user

You don't list your Windows Version but here's how to do it on Windows 2003 and 2008.

Note: You can also use GPO to rename the account across multiple machines