用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-aws-compute-2-14命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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-compute-2.14 |
| description | Ensure EC2 Auto Scaling Groups Propagate Tags to EC2 Instances that it launches |
| category | cis-compute |
| version | 1.1.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","compute","ec2","auto-scaling","tags","propagation","compliance"] |
| cis_id | 2.14 |
| cis_benchmark | CIS AWS Compute Services Benchmark v1.1.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | ["cis-aws-compute-2.3","cis-aws-compute-2.4"] |
| prerequisites | [] |
| severity_boost | {} |
Tags can help with managing, identifying, organizing, searching for, and filtering resources. Additionally, tags can help with security and compliance. Tags can be propagated from an Auto Scaling group to the EC2 instances that it launches.
Without tags, EC2 instances created via Auto Scaling can be without tags and could be out of compliance with security policy.
No negative impact. Enabling tag propagation ensures all instances launched by Auto Scaling groups inherit the group's tags automatically.
aws autoscaling describe-auto-scaling-groups:aws autoscaling describe-auto-scaling-groups
PropagateAtLaunch is true under Tags for each Tag for the Auto Scaling Group.Tag new instances set to Yes.All tags in every Auto Scaling Group should have PropagateAtLaunch set to true. In the console, all tags should show Tag new instances set to Yes.
No specific CLI remediation command is provided for this control. Use the console method below.
Edit for each Auto Scaling Group.Tag new instances Box for the Auto Scaling Group.Update.By default, Auto Scaling group tags are not automatically propagated to launched instances unless is set to .
PropagateAtLaunchtrueNo specific references provided in the benchmark for this control.
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v7 | 5.2 Maintain Secure Images | x | x |
Level 1 | Automated