- These maps will be up durrning class
- https://20250111-ceh-upclass-plus7-636623.s3.us-east-1.amazonaws.com/MaplinkonAWS.pdf
- You can get them in PDF format while in class or in the recording
- Do not not ask for them outside of class
- This link above is open one day before class and 5 days after
Join the 200 for the full class IWANT200HQ3TFXWJ https://expandingsecurity.com/product/the-200-deposit/
- https://github.com/deanbushmiller/CEH-bootcamp/wiki/Z-Non-oreilly-way-to-build-lab
- The new way (below) requires the O'Reilly images to be uploaded ( READY )
- We can build the lab at the beginning of class
You will not need to install any software locally to run this lab.
You will need an AWS account and a creditcard on file with Amazon.
This will cost less than two dollars per hour while it is running
VERSION: 20250109.01
9 minute video walk-thru of lab setup & tear down https://vimeo.com/941430484
To build your AWS account consider using a non-work / disposable email adddress.
You cannot use a one-time use email address.
https://portal.aws.amazon.com/billing/signup#/start/email
- In order track costs easily deploy in an empty region (where no other machines are deployed).
- https://cloudpingtest.com/aws
- Less than 200 ms is optimal.
- Login to the AWS Console
- In left sevices search type key pairs
- On right click "create key pair"
- This is used to create an SSH key pair for connecting to the attacker machine in emergencies.
- Name your key 'lab' and append today's date, Example 'lab20251104'
- Windows = .ppk / Everyone else .pem
- Click create key pairs.
- The key will automatically download
- Search for CloudFormation in service
- On right Click Create Stack > With New Resources (standard)
- Template source, https://20241231-always-up-rid3031.s3.us-east-1.amazonaws.com/CAP-flag-20251104v4.yml
- Click Next
- Fill in the parameters
- Name stack:
- Same as key pairs from above
- PublicIpAddress:
- Your public IPv4 address. ( https://whatismyipaddress.com/ )
- SSHKeyPair:
- key pair you created before will be listed in the drop down
- Click Next
- Scroll to bottom: you must CHECK I acknowledge that AWS CloudFormation might create IAM resources.
- Click (Create stack)
It will take up to 5 minutes for the resources to be created
- Search for EC2 console at top of AWS interface / click Instances and sub menu Instances / right side will show your running machines
- Identify the guacamole public IP address
- Name of instance will say "This-Pub-IP-ADDRESS-GUAC"
- Copy & Paste IP into your browser
- Login kali with password kali
When you are done using the solution, you will want to tear down the resources you built in order to prevent unwanted costs in your AWS account.
Stopping instance will REDUCE charges and allow you to do the lab on your own.
- Go to AWS CloudFormation console, https://console.aws.amazon.com/cloudformation/home
- Select the stack you built previously and click Delete.
- This will delete all resources for the solution
- At this point, your account is clear of all resources created by this solution.