GCIH Exam QuestionsBrowse all questions from this exam

GCIH Exam - Question 175


After running the command shown below, which output field contains the user’s cleartext account name?

aws sts get-caller-identity

Show Answer
Correct Answer: CD

The command 'aws sts get-caller-identity' retrieves the AWS identity of the caller. The UserId represents the unique identifier for the user, Arn represents the Amazon Resource Name associated with the caller's identity, and Account represents the AWS account ID. The UserName field, however, represents the user name associated with the AWS identity and would typically contain the user's cleartext account name.

Discussion

5 comments
Sign in to comment
korruptsystemsOption: D
Jan 8, 2023

Correct Answer is D "Arn" is the field that shows the plaintext user account name Reference: 504.5 Evasive and Post-Exploitation Attacks pg. 69

davidkocOption: B
Mar 12, 2023

Isn't that supposed to be 'B'?

davidkocOption: B
Mar 12, 2023

I thinks this is B

XBalOption: B
Mar 16, 2023

Correct Answer is "B" : ARN field

Vikt0rOption: D
Dec 6, 2023

The aws sts get-caller-identity command retrieves information about the AWS identity of the caller. The field that contains the user's cleartext account name is: D. UserName Explanation: UserId: Represents the unique identifier for the user. Arn: Represents the Amazon Resource Name associated with the caller's identity. Account: Represents the AWS account ID. UserName: Represents the user name associated with the AWS identity. This is the field that would typically contain the user's cleartext account name. So, the correct answer is D. UserName.