用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-aws-foundations-2-1-4命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
macOS post-exploitation for credential harvesting, DTrace monitoring, TCC bypass, and stealth operations via native tools
Windows userland post-exploitation for credential harvesting, monitoring, AMSI/ETW bypass, and stealth operations
Kubernetes post-exploitation for container escape, secret extraction, RBAC abuse, and cluster persistence
基于 SOC 职业分类
正在显示 SKILL.md
| name | cis-aws-foundations-2.1.4 |
| description | Ensure Organizational Units are structured by environment and sensitivity |
| category | cis-iam |
| version | 7.0.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","iam","organizations","ou-structure","environment","sensitivity"] |
| cis_id | 2.1.4 |
| cis_benchmark | CIS AWS Foundations Benchmark v7.0.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | ["cis-aws-foundations-2.1.2","cis-aws-foundations-2.1.5"] |
| prerequisites | [] |
| severity_boost | {} |
Ensure that AWS Organizations Organizational Units (OUs) are structured primarily by environment (for example, production, non-production, sandbox) and sensitivity (for example, security, logging, shared services, regulated workloads), rather than mirroring the corporate org chart. OUs should group accounts that share similar security requirements and controls so that appropriate authorization policies and other guardrails can be applied consistently at the OU level.
A clear OU structure based on environment and sensitivity makes it easier to apply consistent guardrails and centralized security controls to accounts that have similar risk profiles and compliance needs. Poorly defined or ad-hoc OU structures complicate policy management, increase the chance of misapplied controls, and can lead to mixing workloads with different data sensitivities under the same set of controls.
Restructuring OUs by environment and sensitivity can require moving accounts, changing inherited policies, and updating automation that assumes existing OU paths. This may introduce short-term operational overhead, including policy revalidation, testing of workloads under new guardrails, and coordination with application and platform teams to avoid unintended service disruption.
# List roots
aws organizations list-roots
# List OUs under root
aws organizations list-organizational-units-for-parent --parent-id <root-id>
# List accounts under an OU
aws organizations list-accounts-for-parent --parent-id <ou-id>
# Recursively list child OUs
aws organizations list-organizational-units-for-parent --parent-id <ou-id>
Review top-level and key OUs and determine whether they are clearly aligned to:
Note any OUs whose purpose is unclear or that appear to be organized mainly by department or owner rather than environment/sensitivity.
For each environment/sensitivity OU, select a sample of accounts and verify that their primary workloads match the OU's stated purpose.
Work with security, platform, and application teams to agree on a small set of top-level OUs such as:
In the AWS Organizations console (management account), navigate to AWS Accounts. Under the root, create the agreed top-level OUs. If needed, create child OUs under these.
Export or list all existing accounts and their current OUs. Create a simple mapping from each account to its target OU based on environment and sensitivity.
In the AWS Organizations console (management account), navigate to AWS Accounts. Move accounts into the new environment/sensitivity-based OUs according to your mapping.
After accounts have been moved, remove old OUs that no longer reflect the target structure.
Update architecture docs, onboarding runbooks, and account request processes to require new accounts to be created in the correct OU based on environment and sensitivity.
AWS Organizations creates a single root with no OUs by default. All accounts are placed directly under the root unless OUs are explicitly created.
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 3.12 Segment Data Processing and Storage Based on Sensitivity | * | * |
Level 2 | Manual