Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-aware committed May 21, 2024
1 parent 68d59c2 commit fe2ccad
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/aws/enumeration/enumerate_root_email_from_console.md
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.
```

0 comments on commit fe2ccad

Please sign in to comment.