
HTB Business CTF 2024 - Don't forget your keys! by panawesome
Source: YouTube · Hack The Box · published May 17, 2024 · 19:01
[BLUF] This video demonstrates AWS cloud security concepts and walks through a cloud CTF challenge involving misconfigured S3 buckets with exposed credentials 0:00-0:18.
Key Takeaways:
• AWS access keys function like username/password pairs for authenticating API requests to AWS services 0:23-1:16
• S3 buckets are scalable storage services that can hold unlimited objects with configurable access controls 2:14-3:02
• IAM manages access permissions through JSON policies assigned to users, groups, and roles 3:05-5:27
• The challenge exploits S3 bucket versioning to find previous file versions containing exposed credentials 11:57-13:48
• For defensive security, implement strict access controls, rotate AWS keys, and purge sensitive information 18:17-18:51
[Closing statement] This workshop highlights common cloud misconfigurations and provides both offensive and defensive security insights for AWS environments.
Sources:
- 0:00-0:18 Introduction to the AWS cloud workshop
- 0:23-1:16 Explanation of AWS ID and secret access keys
- 2:14-3:02 Explanation of S3 buckets
- 3:05-5:27 Explanation of IAM (Identity and Access Management)
- 11:57-13:48 Finding older versions of files with exposed credentials
- 18:17-18:51 Key takeaways for defensive security
Generate CPE Credits
Generate a professional CPE document from this video's transcript.
Estimated credit: 0.5 CPE hours
Estimate uses the video runtime (1 hour ≈ 1 CPE, rounded to the nearest 0.5, minimum 0.5, maximum 2.0). The final amount can be lower after review, never higher.
Topic: Cloud Security. Commonly maps to: Security Architecture and Engineering, Communication and Network Security. Exact CISSP domains are assigned during generation.
Free account. One generation at a time, with a daily limit.
CPEBuddy is independent and not affiliated with or endorsed by ISC2, ISACA, or any certification body. Exports are formatted for common CPE submissions; acceptance is at your certification body's discretion.
Transcript Preview
First 800 characters of the transcript
hi everyone this is Panos from the community team at hack the box and today we're going to do a cloud workshop on one of the cloud challenges from last year first we are going to go over some basic concepts of AWS and then we are going to do a small workshop on an easy Challenge from last year so without losing any more time let's begin so the first concept that we're going to take a look in it's the AWS ID and secret access key so both of them are not the same as a traditional username and password but you can think of them as such in an AWS environment the access ke ID is the unique identifier and it's very similar to a username it is used to identify the specific AWS account or IM user that is making a request the secret access key is a secret credential and it's similar to a password a…