用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-aws-database-7-4命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | cis-aws-database-7.4 |
| description | Ensure Encryption in Transit is Enabled |
| category | cis-database |
| version | 2.0.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","database","documentdb","encryption","tls","ssl","in-transit"] |
| cis_id | 7.4 |
| cis_benchmark | CIS AWS Database Services Benchmark v2.0.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | ["cis-aws-database-7.3","cis-aws-database-7.11"] |
| prerequisites | [] |
| severity_boost | {} |
Ensure that encryption in transit is enabled for Amazon DocumentDB clusters to protect data as it moves between clients and the database.
Amazon Database DB uses SSL/TLS to encrypt data during transit. To secure your data in transit the individual should identify their client application and what is supported by TLS to configure it correctly.
Enabling encryption in transit ensures that all communications between client applications and the DocumentDB cluster are secured using SSL/TLS, preventing data interception.
Sign into the AWS Management Console
Open the Amazon DocumentDB Console
Find Services search bar or by directly accessing the console at https://console.aws.amazon.com/docdb/.Select the DocumentDB Cluster
Enable Encryption in Transit
Network & Security section.Edit button or Modify option to configure the encryption settings.Save the Configuration
Validate Encryption in Transit
Monitor and Maintain Encryption in Transit
Encryption in transit (TLS) is enabled for all DocumentDB clusters, and all client connections use SSL/TLS.
Follow the audit procedure steps to enable encryption in transit for each DocumentDB cluster. Configure the cluster parameter group to set tls to enabled.
Amazon DocumentDB enables encryption in transit (TLS) by default.
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 3.10 Encrypt Sensitive Data in Transit | X | X | |
| v7 | 14.4 Encrypt All Sensitive Information in Transit | X | X |
Level 1 | Manual