nerdexam
GIAC

GCIH · Question #818

Which file is critical to remove from a domain controller after a password audit?

The correct answer is D. ntds.dit. The ntds.dit file is the Active Directory database containing all domain password hashes and is the most critical artifact to remove from a domain controller after a password audit.

Incident Response & Cyber Kill Chain

Question

Which file is critical to remove from a domain controller after a password audit?

Options

  • Awordlist.txt
  • Bjohn.pot
  • Cshadow
  • Dntds.dit

How the community answered

(38 responses)
  • A
    8% (3)
  • B
    3% (1)
  • C
    3% (1)
  • D
    87% (33)

Why each option

The ntds.dit file is the Active Directory database containing all domain password hashes and is the most critical artifact to remove from a domain controller after a password audit.

Awordlist.txt

wordlist.txt is a plaintext dictionary file used as cracking tool input and contains no extracted credential data from the domain, making it far less sensitive than the database itself.

Bjohn.pot

john.pot stores passwords already cracked by John the Ripper and should also be securely deleted, but it represents a subset of already-cracked hashes rather than the complete raw credential database for the entire domain.

Cshadow

/etc/shadow is a Linux and Unix file containing hashed user passwords and does not exist on a Windows-based domain controller running Active Directory Domain Services.

Dntds.ditCorrect

ntds.dit is the primary Active Directory database residing on every domain controller and contains NTLM password hashes for every user account in the domain; leaving a copy on the domain controller after an audit means any attacker with file access could extract all domain credentials using tools like secretsdump, enabling complete domain compromise without additional exploitation.

Concept tested: Active Directory credential database post-audit cleanup

Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/security-best-practices/securing-domain-controllers-against-attack

Topics

#ntds.dit#domain controller#password audit#credential security

Community Discussion

No community discussion yet for this question.

Full GCIH Practice