NT4 DNS flaw
Microsoft NT includes an Internet DNS (Domain Name Server) software component. However, NTA Monitor have now revealed that it leaks the identity of the NT administrator user, by inserting their name into domain responses.Microsoft themselves recommend that the name of the administrator account should be changed by users away from the default, but with this flaw attackers can still find it out.
Because Windows allows remote login as the administrator, and permits unlimited login attempts, once an attacker knows the name of the admin account, they can attempt a brute force attack - the password being the only unknown.
Reference - Roy Hills of NTA Monitor's announcement
>Date: Tue, 20 Jun 2000 17:16:18 +0100
>To: secure@microsoft.com
>From: Roy Hills {Roy.Hills@nta-monitor.com}
>Subject: NT DNS Server leaks administrator account name in SOA record
>
>Dear Microsoft Security Department,
>
>I've noticed that the Microsoft DNS server on NT Server 4.0 leaks the
>built-in administrator account name in the "contact" field of the DNS
>SOA record for all zones that it is authoritative for.
>
>For example, an DNS lookup for the SOA record of "domain.com" might
>give the following answer if the built-in administrator's account name is the
>default of "Administrator":
>
>domain.com. 86400 SOA ns.domain.com. administrator.domain.com. (
> 2000062001 ; serial
> 7200 ; refresh (2 hours)
> 3600 ; retry (1 hour)
> 1209600 ; expire (14 days)
> 86400 ) ; minimum (1 day)
>
>If the administrator account name had been renamed from the default
>"Administrator" to "Hardman", the SOA record would be:
>
>domain.com. 86400 SOA ns.domain.com. hardman.domain.com. (
> 2000062001 ; serial
> 7200 ; refresh (2 hours)
> 3600 ; retry (1 hour)
> 1209600 ; expire (14 days)
> 86400 ) ; minimum (1 day)
>
>Most NT security guides advise administrators to rename the built-in
>Administrator account to a hard-to-guess name. However, if the NT server
>is acting as a DNS server using Microsoft DNS server software, it is possible
>to determine the name of the administrator account.
>
>It is possible to manually change the contact Email address in the SOA record
>to prevent this information leakage, but I guess that most people won't bother
>to do this and will leave it at the default.
>
>I've seen this behaviour on Windows NT Server 4.0 SP4 running the Microsoft
>DNS Server network service.
>
>Regards,
>
>Roy Hills
>NTA Monitor Ltd
This advisory was first released on 13th July 2000.