MEDIUM
Source
CloudSploit
ID
users-password-last-used

Users Password Last Used

Detects users with password logins that have not been used

Having numerous, unused user accounts extends the attack surface.

Follow the appropriate remediation steps below to resolve the issue.

  1. Log in to the AWS Management Console.

  2. Select the “Services” option and search for IAM. Step

  3. Scroll down the left navigation panel and choose “Credential report”. Click on the “Download Report” button to download a report that lists all your account’s users and the status of their various credentials. Step

  4. Open the downloaded credentials report and check the “password_last_used_date” column for each IAM account. If the timestamp value for “password_last_used_date” is recorded within the last 7 days, the above credentials have been used to access the AWS account. If however, the timestamp value is older than 90 days, then the account should be deleted or disabled.Step

  5. Scroll down the left navigation panel and choose “Users”. Step

  6. Select the “User” that needs to be verified and click on the “User name” to access the selected IAM User.Step

  7. Click on the “Security Credentials” tab under the configuration page.Step

  8. Under the “Security Credentials” tab check the “Console password” section for status “Enabled/Disabled”. If the status is “Enabled” then the console sign in is enabled and needs to be disabled. Step

  9. Click on “Manage” to open “Manage console acess” pop up. Step

  10. Select “Disable” for the Console access and click on “Apply” button. Step

  11. Repeat step number 2 - 11 to verify for other IAM users.