-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #398 from cloud-aware/main
Enumerate root email address from AWS Console
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
content/aws/enumeration/enumerate_root_email_from_console.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
author_name: skdg | ||
title: Enumerate Root User Email Address from the AWS Console | ||
description: Identify if an email address belongs to the root user of an AWS account. | ||
hide: | ||
- toc | ||
--- | ||
|
||
Based on error responses from the AWS Console it is possible to determine if a given email address belongs to the root user of an AWS account. | ||
|
||
From the [AWS Console](https://console.aws.amazon.com/), ensure the `Root user` radio button is selected and enter an email address that you suspect owns an AWS account. | ||
|
||
If that email address is valid, you will be prompted to enter a password. If that email address is invalid, you will receive an error message: | ||
|
||
``` | ||
There was an error - An AWS account with that sign-in information does not exist. Try again or create a new account. | ||
``` |