用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-aws-foundations-4-2命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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-4.2 |
| description | Ensure CloudTrail log file validation is enabled |
| category | cis-logging |
| version | 7.0.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","logging","cloudtrail","log-validation","integrity"] |
| cis_id | 4.2 |
| cis_benchmark | CIS AWS Foundations Benchmark v7.0.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | ["cis-aws-foundations-4.1","cis-aws-foundations-4.5"] |
| prerequisites | [] |
| severity_boost | {} |
CloudTrail log file validation creates a digitally signed digest file containing a hash of each log that CloudTrail writes to S3. These digest files can be used to determine whether a log file was changed, deleted, or remained unchanged after CloudTrail delivered the log. It is recommended that file validation be enabled for all CloudTrails.
Enabling log file validation will provide additional integrity checks for CloudTrail logs.
N/A
Trails in the left navigation pane.Name column.General details section, ensure log file validation is set to Enabled.List all trails:
aws cloudtrail describe-trails
Ensure LogFileValidationEnabled is set to true for each trail.
All CloudTrail trails have LogFileValidationEnabled set to true.
Trails in the left navigation pane.General details section, click edit.Advanced settings, check the enable box under Log file validation.Save changes.Enable log file validation on a trail:
aws cloudtrail update-trail --name <trail_name> --enable-log-file-validation
Note that periodic validation of logs using these digests can be carried out by running the following command:
aws cloudtrail validate-logs --trail-arn <trail_arn> --start-time <start_time> --end-time <end_time>
By default, CloudTrail log file validation is not enabled. This means that while logs are still delivered to the designated S3 bucket, there is no mechanism in place to verify their integrity. Without validation, it is not possible to detect if log files have been altered, deleted, or tampered with after delivery.
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 8.11 Conduct Audit Log Reviews - Conduct reviews of audit logs to detect anomalies or abnormal events that could indicate a potential threat. Conduct reviews on a weekly, or more frequent, basis. | x | x | |
| v7 | 6.1 Utilize Three Synchronized Time Sources - Use at least three synchronized time sources from which all servers and network devices retrieve time information on a regular basis so that timestamps in logs are consistent. | x | x |
| Techniques / Sub-techniques | Tactics | Mitigations |
|---|---|---|
| T1565 | TA0040 |
Level 2 | Automated