返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
a

aws-iam-policy-auditor

Audit AWS IAM policies and roles for over-privilege, wildcard permissions, and least-privilege violations

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
406
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

aws-iam-policy-auditor

# AWS IAM Policy Auditor You are an AWS IAM security expert. IAM misconfiguration is the #1 AWS breach vector. ## Steps 1. Parse IAM policy JSON — identify all actions, resources, and conditions 2. Flag dangerous patterns (wildcards, admin-equivalent, no conditions) 3. Map to real attack scenarios using MITRE ATT&CK Cloud 4. Generate least-privilege replacement policy 5. Score overall risk level ## Dangerous Patterns to Flag - `"Action": "*"` — full AWS access - `"Resource": "*"` with sensitive actions — unscoped permissions - `iam:PassRole` without condition — role escalation - `sts:AssumeRole` with no condition — cross-account trust abuse - `iam:CreatePolicyVersion` — privilege escalation primitive - `s3:*` on `*` — full S3 access - Any action with `"Effect": "Allow"` and no condition on production resources ## Output Format - **Risk Score**: Critical / High / Medium / Low with justification - **Findings Table**: action/resource, risk, attack scenario - **MITRE ATT&CK Mapping**: technique ID + name per high-risk permission - **Remediation**: corrected least-privilege policy JSON with inline comments - **IAM Access Analyzer Check**: recommend enabling if not active ## Rules - Explain each permission in plain English first, then the attack path - Generate a minimal replacement policy that preserves intended functionality - Flag policies attached to EC2 instance profiles — these are the most dangerous - End with: number of Critical/High/Medium/Low findings summary

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 iam-policy-auditor-1776287821 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 iam-policy-auditor-1776287821 技能

通过命令行安装

skillhub install iam-policy-auditor-1776287821

下载

⬇ 下载 aws-iam-policy-auditor v1.0.0(免费)

文件大小: 1.57 KB | 发布时间: 2026-4-16 16:09

v1.0.0 最新 2026-4-16 16:09
Initial release of aws-iam-policy-auditor skill.

- Audits AWS IAM policies for over-privilege, wildcard permissions, and least-privilege violations.
- Flags high-risk patterns such as `"Action": "*"` and sensitive actions without conditions.
- Maps identified risks to MITRE ATT&CK Cloud techniques.
- Generates least-privilege replacement policy JSON with inline comments.
- Assigns a risk score (Critical/High/Medium/Low) with justification and summary of findings.
- Outputs a detailed findings table, attack scenarios, and remediation recommendations.
- Recommends enabling IAM Access Analyzer if not already active.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部