用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-gke-v170-5-6-1命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | cis-gke-v170-5.6.1 |
| description | Enable VPC Flow Logs and Intranode Visibility (Automated) |
| category | cis-gke |
| version | 1.7.0 |
| author | cyberstrike-official |
| tags | ["cis","gke","kubernetes","gcp","networking","vpc","flow-logs","intranode-visibility","traffic-monitoring"] |
| cis_id | 5.6.1 |
| cis_benchmark | CIS Google Kubernetes Engine (GKE) Benchmark v1.7.0 |
| tech_stack | ["kubernetes","gcp","gke"] |
| cwe_ids | [] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
Enable VPC Flow Logs and Intranode Visibility to see pod-level traffic, even for traffic within a worker node.
Enabling Intranode Visibility makes intranode pod to pod traffic visible to the networking fabric. With this feature, VPC Flow Logs or other VPC features can be used for intranode traffic.
Enabling it on existing cluster causes the cluster master and the cluster nodes to restart, which might cause disruption.
Using Google Cloud Console:
Cluster section, make sure that Intranode visibility is set to Enabled.Using Command Line:
Run this command:
gcloud container clusters describe <cluster_name> --zone <compute_zone> --format json | jq '.networkConfig.enableIntraNodeVisibility'
The result should return true if Intranode Visibility is Enabled.
Enable Intranode Visibility:
Using Google Cloud Console:
Details pane, under the Network section, click on the pencil icon named Edit intranode visibility.Enable Intranode visibility.SAVE CHANGES.Using Command Line:
To enable intranode visibility on an existing cluster, run the following command:
gcloud container clusters update <cluster_name> --enable-intra-node-visibility
Enable VPC Flow Logs:
Using Google Cloud Console:
Nodes tab.Instance Group Member.Subnetwork under Network Interfaces.EDIT.On.SAVE.Using Command Line:
gcloud container clusters describe <cluster_name> --region <cluster_region> --format json | jq '.subnetwork'
gcloud compute networks subnets update <subnet_name> --enable-flow-logs
By default, Intranode Visibility is disabled.
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 8.5 Collect Detailed Audit Logs | x | x | |
| v7 | 6.3 Enable Detailed Logging | x | x |