用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-aws-foundations-2-3命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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-2.3 |
| description | Ensure security contact information is registered |
| category | cis-iam |
| version | 7.0.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","iam","account","security-contact","alternate-contact"] |
| cis_id | 2.3 |
| cis_benchmark | CIS AWS Foundations Benchmark v7.0.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | ["cis-aws-foundations-2.2"] |
| prerequisites | [] |
| severity_boost | {} |
AWS provides customers with the option to specify contact information for the account's security team. It is recommended that this information be configured. In AWS Organizations environments, this applies to all member accounts.
Specifying security-specific contact information helps ensure that security advisories sent by AWS reach the team within your organization that is best equipped to respond to them.
Missing or incorrect security contact information may delay response to AWS security notifications, increasing the risk of prolonged exposure to security threats.
Account.Alternate Contacts section.Security contact section.aws account put-alternate-contact --alternate-contact-type SECURITY --email-address "" --name "" --phone-number ""
Security contact.Security contact information is configured with valid email, name, and phone number for the security team. The email should ideally be a distribution list monitored by more than one individual.
My Account.Alternate Contacts section.Security section.Run the following command with the following input parameters: --email-address, --name, and --phone-number.
aws account put-alternate-contact --alternate-contact-type SECURITY --email-address "" --name "" --phone-number ""
Note: Consider specifying an internal email distribution list to ensure emails are regularly monitored by more than one individual.
By default, no alternate security contact information is configured for an AWS account. If not specified, only the primary account contact provided at account creation will be used. In AWS Organizations environments, this may vary across accounts unless centrally managed or periodically reviewed.
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 17.2 Establish and Maintain Contact Information for Reporting Security Incidents | x | x | x |
| v8 | 17.6 Define Mechanisms for Communicating During Incident Response | x | x | |
| v7 | 19 Incident Response and Management | |||
| v7 | 19.2 Assign Job Titles and Duties for Incident Response | x | x |
Level 1 | Manual