From fe2ccade1bdc6456992d6a6c17fe935e05aa9921 Mon Sep 17 00:00:00 2001 From: cloud-aware <38328249+cloud-aware@users.noreply.github.com> Date: Tue, 21 May 2024 16:10:23 -0400 Subject: [PATCH] Add files via upload --- .../enumerate_root_email_from_console.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/aws/enumeration/enumerate_root_email_from_console.md diff --git a/content/aws/enumeration/enumerate_root_email_from_console.md b/content/aws/enumeration/enumerate_root_email_from_console.md new file mode 100644 index 00000000..9d8c50da --- /dev/null +++ b/content/aws/enumeration/enumerate_root_email_from_console.md @@ -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. +``` \ No newline at end of file