GIAC Certified Incident Handler (GCIH) — Question 203
What is the Linux administrator doing with the commands below?
$ rpcclient -U fezzik florin
rpcclient
Answer options
- A. Resolving SIDs to usernames on the target server
- B. Displaying the rights associated with a SID on the target server
- C. Finding locally defined users on the target server
- D. Enumerating the SIDs of all users defined locally on the target server
Correct answer: C
Explanation
The correct answer is C because the `enumdomusers` command is used to find users that are defined locally on the specified target server. Options A, B, and D are incorrect as they refer to different tasks related to SIDs and rights that are not the focus of the command being executed.