用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-gworkspace-3-1-3-2-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-gworkspace-3.1.3.2.2 |
| description | Ensure the SPF record is configured for all mail enabled domains |
| category | cis-gworkspace |
| version | 1.3.0 |
| author | cyberstrike-official |
| tags | ["cis","gcp","google-workspace","gmail","spf","email-security"] |
| cis_id | 3.1.3.2.2 |
| cis_benchmark | CIS Google Workspace Foundations Benchmark v1.3.0 |
| tech_stack | ["gcp","google-workspace"] |
| cwe_ids | [] |
| chains_with | ["cis-gworkspace-3.1.3.2.1","cis-gworkspace-3.1.3.2.3"] |
| prerequisites | [] |
| severity_boost | {} |
| Property | Value |
|---|---|
| CIS ID | 3.1.3.2.2 |
| Level | L1 |
| Profile Applicability | Enterprise Level 1 |
| Assessment Type | Manual |
| Section | Gmail > Authenticate email |
For all the email domains configured in Google Workspace, a corresponding Sender Policy Framework (SPF) record should be created.
NOTE: There are a number of ways SPF can be configured, this document presents a most basic method. For more information on setting up SPF for Google Workspace please refer to the Google documentation.
SPF records allow Gmail and other mail systems to know where messages from your domains are allowed to originate. This information can be used by that system to determine how to treat the message based on if it is being spoofed or is valid.
There should be minimal impact of setting up SPF records however, organizations should ensure proper SPF record setup as email could be flagged as spam if SPF is not set up appropriately.
None
Check the DNS records for each domain.
nslookup tool on your workstation OSv=spf1 include:_spf.google.com ~all exists and designates Google Gmail as an authorized sender.Configure the DNS record for each domain.
v=spf1 include:_spf.google.com ~all
NOTE: This will likely need to be configured at your domain registrar (Godaddy, etc.).
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 9.5 Implement DMARC | x | x | |
| v7 | 7.8 Implement DMARC and Enable Receiver-Side Verification | x | x |