用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-aws-foundations-2-9命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | cis-aws-foundations-2.9 |
| description | Ensure IAM password policy prevents password reuse |
| category | cis-iam |
| version | 7.0.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","iam","password-policy","password-reuse","credential-management"] |
| cis_id | 2.9 |
| cis_benchmark | CIS AWS Foundations Benchmark v7.0.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | ["cis-aws-foundations-2.8"] |
| prerequisites | [] |
| severity_boost | {} |
IAM password policies can prevent the reuse of passwords by the same user. It is recommended that the password policy be configured to prevent password reuse.
Preventing password reuse increases account resilience against brute force and credential reuse attacks.
Allowing password reuse increases the risk of account compromise, particularly if previously exposed or weak passwords are reused.
Account Settings on the left Pane.Prevent password reuse is checked.Remember XX password(s) is set appropriately (e.g., 24 or greater).aws iam get-account-password-policy
"PasswordReusePrevention": 24
The IAM password policy has PasswordReusePrevention set to 24 or greater.
IAM Service.Account Settings on the left Pane.Prevent password reuse.Remember XX password(s) to 24 or greater.aws iam update-account-password-policy --password-reuse-prevention 24
Note: All commands starting with "aws iam update-account-password-policy" can be combined into a single command.
By default, the AWS IAM password policy does not prevent password reuse. No password history is maintained unless explicitly configured.
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 5.2 Use Unique Passwords | x | x | x |
| v7 | 4.4 Use Unique Passwords | x | x |
| Techniques / Sub-techniques | Tactics | Mitigations |
|---|---|---|
| T1078.004 | TA0001, TA0007, TA0043 | M1027 |
Level 1 | Automated