用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-aws-compute-3-9命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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-3.9 |
| description | Ensure monitoring is enabled for Amazon ECS clusters |
| category | cis-compute |
| version | 1.1.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","compute","ecs","containers","monitoring","cloudwatch","container-insights","clusters"] |
| cis_id | 3.9 |
| cis_benchmark | CIS AWS Compute Services Benchmark v1.1.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | ["cis-aws-compute-3.7"] |
| prerequisites | [] |
| severity_boost | {} |
Enable AWS CloudWatch Container Insights for Amazon ECS clusters to monitor resource usage, performance, and application health through metrics and logs.
Monitoring ECS clusters with Container Insights improves visibility, supports faster issue detection, and enhances security by identifying anomalies and resource bottlenecks.
Enabling AWS CloudWatch Container Insights for ECS clusters incurs costs for metrics, log ingestion, storage, and alarms.
Clusters.CloudWatch monitoring column, ensure that Container Insights is displayed.Run the following command to list clusters:
aws ecs list-clusters
Run the following command to view the settings for a cluster:
aws ecs describe-clusters --clusters <cluster-arn> --include SETTINGS --query 'clusters[*].settings'
Ensure containerInsights is set to enabled or enhanced.
containerInsights should be set to enabled or enhanced for all ECS clusters.
Clusters.Update cluster.Monitoring, select the radio button next to Container Insights or Container Insights with enhanced observability.Update.For each cluster requiring remediation, run the following command to enable containerInsights:
aws ecs update-cluster-settings --cluster <cluster-arn> --settings name=containerInsights,value=enabled
Monitoring is disabled by default for Amazon ECS clusters.
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 8.5 Collect Detailed Audit Logs | x | x | |
| v7 | 6.3 Enable Detailed Logging | x | x |
Level 2 | Automated