GIAC Certified Incident Handler (GCIH) — Question 63

What is downloaded when the following command is executed?

$ bucket_finder.rb words --download

Answer options

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.