29 lines
1.0 KiB
YAML
29 lines
1.0 KiB
YAML
id: iam-user-password-change
|
|
info:
|
|
name: Enable Self-Service Password Change for IAM Users
|
|
author: princechaddha
|
|
severity: high
|
|
description: |
|
|
Verifies that all Amazon IAM users have permissions to change their own console passwords, allowing access to 'iam:ChangePassword' for their accounts and 'iam:GetAccountPasswordPolicy' action.
|
|
reference:
|
|
- https://docs.aws.amazon.com/cli/latest/reference/iam/get-account-password-policy.html
|
|
tags: cloud,devops,aws,amazon,iam,aws-cloud-config
|
|
|
|
self-contained: true
|
|
code:
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
aws iam get-account-password-policy --query 'PasswordPolicy.AllowUsersToChangePassword'
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "true"
|
|
|
|
extractors:
|
|
- type: dsl
|
|
dsl:
|
|
- '"AllowUsersToChangePassword Policy is not enabled in your AWS account"'
|
|
# digest: 4b0a00483046022100b046545d3c72c54dee9c4051661d61c8241cbce1fb0f655fa4bb1e8461b3f295022100a7bb33ba3ddff07e68db9bd748802715215b8d62be69ab27fab22c5e539cbb28:922c64590222798bb761d5b6d8e72950 |