用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-ocp-v170-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-ocp-v170-3.2.2 |
| description | Ensure audit policy covers key security concerns (Manual) |
| category | cis-openshift |
| version | 1.7.0 |
| author | cyberstrike-official |
| tags | ["cis","openshift","kubernetes","redhat","control-plane-config","logging"] |
| cis_id | 3.2.2 |
| cis_benchmark | CIS Red Hat OpenShift Container Platform Benchmark v1.7.0 |
| tech_stack | ["kubernetes","openshift","redhat"] |
| cwe_ids | [] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
Ensure that the audit policy created for the cluster covers key security concerns.
Security audit logs should cover access and modification of key resources in the cluster, to enable them to form an effective part of a security environment.
Increasing audit logging will consume resources on the nodes or other log destinations.
Review the audit policy provided for the cluster and ensure that it covers the following areas:
Secrets, ConfigMaps, and TokenReviews are logged at the Metadata levelpods and deployments are logged at the Request levelpods/exec, pods/portforward, pods/proxy, and services/proxy are at least logged at the Metadata levelFor most requests, minimally logging at the Metadata level is recommended (the most basic level of logging).
You can configure the audit feature to set log level, retention policy, and the type of events to log. You can set the log level settings for an overall component or the API server to one of the following. The setting can be different for each setting.
Use the following command to view the audit policies for the Kubernetes API server:
oc get configmap -n openshift-kube-apiserver kube-apiserver-audit-policies -o json | jq -r '.data."policy.yaml"'
Use the following command to view the audit policies for the OpenShift API server:
oc get configmap -n openshift-apiserver audit -o json | jq -r '.data."policy.yaml"'
Update the audit log policy profile to use WriteRequestBodies.
Audit logging is configured by default using the Default audit policy, but you are advised to review the log retention settings and log levels to align with your cluster's security posture.
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 8.5 Collect Detailed Audit Logs | * | * | |
| v7 | 14.9 Enforce Detail Logging for Access or Changes to Sensitive Data | * |
| Techniques / Sub-techniques | Tactics | Mitigations |
|---|---|---|
| T1543 | TA0003, TA0004 | M1026 |
Level 2 (Manual)