GIAC Certified Incident Handler (GCIH) — Question 118

For what purpose would an auditor obtain a copy of the /etc/passwd file for a password audit of a linux machine?

Answer options

Correct answer: C

Explanation

The correct answer is C because the /etc/passwd file contains user account information, which can be used to identify valid usernames for password cracking attempts. Options A and B are incorrect as they refer to methods that do not specifically require the /etc/passwd file. Option D is also wrong since a brute-force audit can be performed without prior user enumeration.