It refers to credentials whose value can be infered from known information, Naming Convention or inherited settings
Pre-Windows 2000 Computer Accounts
Pre2k Computer Accounts
Theory
When a computer account is pre-created on an Active Directory environment, an operator could select the Assign this computer account as a pre-Windows 2000 computer
Zoom in
If so, its password is not generated randomly, as is usually the case, but rather it becomes the name of the computer itself
e.g.
samAccountName: WKS99$password: wks99
As shown above, the password follows the pattern below
Computer Account’ssamAccountNameattribute
It’s converted to lowercase
The trailing $ is trimmed
This feature basically provides a fairly simple entry point into AD for getting started with authenticated enumeration
Enumeration
We must look for any of the following userAccountControl flags →
[21:21:45] INFO Retrieved 3 results total. [21:21:45] INFO Testing started at 2026-07-18 21:21:45 [21:21:45] INFO Using 10 threads [21:21:46] INFO VALID CREDENTIALS: DOMAIN.INTERNAL\WKS99$:wks99