Post

Flaws.cloud walkthrough

Flaws.cloud walkthrough

DayCyberWox Walkthrough: https://www.youtube.com/watch?v=fEjAryrzLSQ Write up: https://daycyberwox.com/exploiting-aws-1-a-beginners-guide-flawscloud#heading-level1

1
2
3
4
Through a series of levels you'll learn about common mistakes and gotchas when using Amazon Web Services (AWS). There are no SQL injection, XSS, buffer overflows, or many of the other vulnerabilities you might have seen before. As much as possible, these are AWS specific issues.

A series of hints are provided that will teach you how to discover the info you'll need. If you don't want to actually run any commands, you can just keep following the hints which will give you the solution to the next level. At the start of each level you'll learn how to avoid the problem the previous level exhibited.

Scope: Everything is run out of a single AWS account, and all challenges are sub-domains of flaws.cloud.

Contact
This was built by Scott Piper (@0xdabbad00summitroute.com)

Feedback is welcome! For security issues, fan mail, hate mail, or whatever else, contact scott@summitroute.com
If you manage to find a flaw that breaks the game for others or some other undesirable issue, please let me know.

Greetz
Thank you for advice and ideas from Andres Riancho (@w3af), @CornflakeSavage, Ken Johnson (@cktricky), and Nicolas Gregoire (@Agarri_FR)

Now for the challenge!

Level 1

This level is buckets of fun. See if you can find the first sub-domain.

Need a hint? Visit Hint 1

First we begin with nslookup and point it to the domain flaws.cloud

Syntax

1
nslookup flaws.cloud

Result

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Server: 172.31.144.1
Address: 172.31.144.1#53

Non-authoritative answer:
Name:   flaws.cloud
Address: 52.92.196.83
Name:   flaws.cloud
Address: 52.92.227.67
Name:   flaws.cloud
Address: 52.92.243.131
Name:   flaws.cloud
Address: 52.92.250.91
Name:   flaws.cloud
Address: 52.218.132.58
Name:   flaws.cloud
Address: 52.218.218.82
Name:   flaws.cloud
Address: 52.218.237.138
Name:   flaws.cloud
Address: 52.92.163.83
This post is licensed under CC BY 4.0 by the author.