nerdexam
GIAC

GCIH · Question #781

Which of the following user accounts is the default Administrator account?

The correct answer is A. JustAnotherUser. The Windows built-in Administrator account retains a fixed Relative Identifier (RID) of 500 in its SID, which persists even if the account is renamed, allowing identification regardless of display name.

Reconnaissance, Scanning, and Enumeration

Question

Which of the following user accounts is the default Administrator account?

Exhibit

GCIH question #781 exhibit

Options

  • AJustAnotherUser
  • BJoePowershell
  • CJaneSamba
  • DJeremyIIS

How the community answered

(30 responses)
  • A
    93% (28)
  • B
    3% (1)
  • C
    3% (1)

Why each option

The Windows built-in Administrator account retains a fixed Relative Identifier (RID) of 500 in its SID, which persists even if the account is renamed, allowing identification regardless of display name.

AJustAnotherUserCorrect

The default built-in Administrator account always has a Security Identifier (SID) ending in RID-500 (e.g., S-1-5-21-...-500), a value that cannot be changed even when the account is renamed. In a scenario where accounts are listed with their SIDs, 'JustAnotherUser' would be identified as the built-in Administrator because its SID terminates with -500, a standard technique used in penetration testing and forensic analysis.

BJoePowershell

JoePowershell does not carry the RID-500 SID suffix associated with the built-in default Administrator account and is a standard user account.

CJaneSamba

JaneSamba is a standard user account without the RID-500 identifier that uniquely marks the built-in Windows Administrator account.

DJeremyIIS

JeremyIIS is a standard user account and does not possess the RID-500 SID that identifies the built-in default Administrator account.

Concept tested: Windows built-in Administrator account identification via RID-500

Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-identifiers

Topics

#Windows admin accounts#SID enumeration#account identification#default credentials

Community Discussion

No community discussion yet for this question.

Full GCIH Practice