用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-gke-autopilot-v100-5-1-1命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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-gke-autopilot-v100-5.1.1 |
| description | Ensure Image Vulnerability Scanning is enabled (Automated) |
| category | cis-gke-autopilot |
| version | 1.0.0 |
| author | cyberstrike-official |
| tags | ["cis","gke-autopilot","kubernetes","gcp","image-registry","image-scanning","artifact-registry","vulnerability-scanning"] |
| cis_id | 5.1.1 |
| cis_benchmark | CIS Google Kubernetes Engine (GKE) Autopilot Benchmark v1.0.0 |
| tech_stack | ["kubernetes","gcp","gke"] |
| cwe_ids | [] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
Note: GCR is now deprecated, being superseded by Artifact Registry starting 15th May 2024. Runtime Vulnerability scanning is available via GKE Security Posture.
Scan images stored in Google Container Registry (GCR) or Artifact Registry (AR) for vulnerabilities.
Vulnerabilities in software packages can be exploited by malicious users to obtain unauthorized access to local cloud resources. GCR Container Analysis API or Artifact Registry Container Scanning API allow images stored in GCR or AR respectively to be scanned for known vulnerabilities.
None.
Using Google Cloud Console:
Vulnerability scanning is Enabled.Using Command Line:
gcloud services list --enabled
Ensure that the Container Registry API and Container Analysis API are listed in the output.
Using Google Cloud Console:
Vulnerability scanning is Enabled.Using Command Line:
gcloud services list --enabled
Ensure that the Container Scanning API and Artifact Registry API are listed in the output.
Using Google Cloud Console:
Using Command Line:
gcloud services enable containeranalysis.googleapis.com
Using Google Cloud Console:
Using Command Line:
gcloud services enable containerscanning.googleapis.com
By default, GCR Container Analysis and AR Container Scanning are disabled.
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 7.6 Perform Automated Vulnerability Scans of Externally-Exposed Enterprise Assets | x | x | |
| v7 | 3 Continuous Vulnerability Management | |||
| v7 | 3.1 Run Automated Vulnerability Scanning Tools | x | x | |
| v7 | 3.2 Perform Authenticated Vulnerability Scanning | x | x |