GIAC Certified Incident Handler (GCIH) — Question 63
What is downloaded when the following command is executed?
$ bucket_finder.rb words --download
Answer options
- A. Names of S3 buckets found in the wordlist
- B. Permission settings for identified S3 buckets
- C. Content from publicly accessible S3 buckets
- D. List of publicly accessible S3 buckets
Correct answer: D
Explanation
The command downloads a list of publicly accessible S3 buckets, which is option D. The other options refer to different types of information that are not related to the output of this specific command, such as permissions or content, which would not be provided by this command.