用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-aws-euc-2-12命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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-euc-2.12 |
| description | Restrict WorkSpaces Bundle options to organization approved versions |
| category | cis-end-user-compute |
| version | 1.2.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","end-user-compute","workspaces","bundle-management","compliance"] |
| cis_id | 2.12 |
| cis_benchmark | CIS AWS End User Compute Services Benchmark v1.2.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
Limit the existing WorkSpaces bundles that can be utilized and provisioned within your AWS account.
Limiting the type of AWS WorkSpaces bundle that can be utilized can address internal security and compliance requirements.
None
Perform the following to ensure available workspace bundles are set.
If the value listed in the Bundle column is not the same for all listed resources, the WorkSpaces instances were not launched using the approved bundle type, refer to the remediation procedure below.
aws workspaces describe-workspaces \
--region us-east-1 \
--output table \
--query 'Workspaces[*].WorkspaceId'
+-------------------+
|DescribeWorkspaces|
+-------------------+
| ws-bbbdddeee |
| ws-aaabbbccc |
| ws-ccceeefff |
+-------------------+
aws workspaces describe-workspaces \
--region us-east-1 \
--workspace-ids ws-bbbdddeee \
--query 'Workspaces[*].BundleId'
[ "wsb-ccc333fff" ]
aws workspaces describe-workspace-bundles \
--region us-east-1 \
--bundle-ids wsb-ccc333fff \
--query
[
"PERFORMANCE"
]
If the value listed in the Bundle output is not the same for all listed resources, the WorkSpaces instances were not launched using the approved bundle type, refer to the remediation procedure below.
All WorkSpaces instances use the same approved bundle type.
Preform the following to limit the bundle type. Create the required AWS support case:
AccountOther Account IssuesBy default, there is no bundle restriction. This is a manual decision that must be made by technology stakeholders in your organization.
Controls Version v8:
Controls Version v7:
Level 1