Scenario: Incognito Travel#453
Open
TeneBrae93 wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
I am dumb. I meant to say Cognito vulnerabilities (not Incognito). I was confusing myself based on the name of my own scenario 😅 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Scenario - Incognito Travel
New scenario focused on Incognito misconfigurations (different than the other Incognito one). The attack path is based on this blog/research by Cobalt - https://www.cobalt.io/blog/full-account-takeover-via-aws-cognito-misconfiguration -- I also updated .gitignore to ignore common LLM files (I used Gemini for some of the terraform code).
Scenario: Incognito_Travel
Size: Medium
Difficulty: Easy
Command:
./cloudgoat.py create incognito_travelScenario Resources
Scenario Start(s)
Scenario Goal(s)
Gain unauthorized access to the account of
cory@hacksmarter.hsmon the travel portal.Summary
In this scenario, you start as an external attacker with limited AWS credentials. Your primary target is the "Incognito Travel" portal. Through careful enumeration and exploitation of a misconfigured Cognito User Pool, you will discover a way to manipulate user attributes and bypass identity verification through email normalization inconsistencies, eventually taking over a high-value user account.
Walkthrough - Cognito Attribute Takeover
A detailed cheat sheet & walkthrough for this route is available here.