Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-aks-v180-2-1-1명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | cis-aks-v180-2.1.1 |
| description | Enable audit Logs (Manual) |
| category | cis-aks |
| version | 1.8.0 |
| author | cyberstrike-official |
| tags | ["cis","aks","kubernetes","azure","control-plane","logging","audit-logs"] |
| cis_id | 2.1.1 |
| cis_benchmark | CIS Azure Kubernetes Service (AKS) Benchmark v1.8.0 |
| tech_stack | ["kubernetes","azure","aks"] |
| cwe_ids | [] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
With Azure Kubernetes Service (AKS), the control plane components such as the kube-apiserver and kube-controller-manager are provided as a managed service. You create and manage the nodes that run the kubelet and container runtime, and deploy your applications through the managed Kubernetes API server. To help troubleshoot your application and services, you may need to view the logs generated by these control plane components.
To help collect and review data from multiple sources, Azure Monitor logs provides a query language and analytics engine that provides insights to your environment. A workspace is used to collate and analyze the data, and can integrate with other Azure services such as Application Insights and Security Center.
Exporting logs and metrics to a dedicated, persistent datastore ensures availability of audit data following a cluster security event, and provides a central location for analysis of log and metric data collated from multiple sources.
What is collected from Kubernetes clusters Container insights includes a predefined set of metrics and inventory items collected that are written as log data in your Log Analytics workspace. All metrics listed below are collected by default every one minute.
Node metrics collected (24 metrics per node): cpuUsageNanoCores, cpuCapacityNanoCores, cpuAllocatableNanoCores, memoryRssBytes, memoryWorkingSetBytes, memoryCapacityBytes, memoryAllocatableBytes, restartTimeEpoch, used (disk), free (disk), used_percent (disk), io_time (diskio), writes (diskio), reads (diskio), write_bytes (diskio), write_time (diskio), iops_in_progress (diskio), read_bytes (diskio), read_time (diskio), err_in (net), err_out (net), bytes_recv (net), bytes_sent (net), Kubelet_docker_operations (kubelet).
Container metrics (8 metrics per container): cpuUsageNanoCores, cpuRequestNanoCores, cpuLimitNanoCores, memoryRssBytes, memoryWorkingSetBytes, memoryRequestBytes, memoryLimitBytes, restartTimeEpoch.
Cluster inventory collected by default: KubePodInventory (1 per minute per container), KubeNodeInventory (1 per node per minute), KubeServices (1 per service per minute), ContainerInventory (1 per container per minute).
Azure audit logs are enabled and managed in the Azure portal.
Azure audit logs are enabled and managed in the Azure portal. To enable log collection for the Kubernetes master components in your AKS cluster, open the Azure portal in a web browser and complete the following steps:
MC_myResourceGroup_myAKSCluster_eastus.By default, cluster control plane logs aren't sent to be Logged.
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 8.1 Establish and Maintain an Audit Log Management Process | X | X | X |
| v8 | 8.2 Collect Audit Logs | X | X | X |
| v7 | 6 Maintenance, Monitoring and Analysis of Audit Logs |