Ensure Kubernetes Secrets are encrypted (Manual)
Scanned 9/3/2026
Install to Claude Code
npx -y skills add CyberStrikeus/CyberStrike --skill cis-aks-v170-5.3.1 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cis Aks V170 5.3.1?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cyberstrikeus-cis-aks-v170-5-3-1)More formats (shields.io, HTML) on the badges page.
---
name: cis-aks-v170-5.3.1
description: "Ensure Kubernetes Secrets are encrypted (Manual)"
category: cis-aks
version: "1.7.0"
author: cyberstrike-official
tags: [cis, aks, kubernetes, azure, kms, encryption, secrets, data-protection]
cis_id: "5.3.1"
cis_benchmark: "CIS Azure Kubernetes Service (AKS) Benchmark v1.7.0"
tech_stack: [kubernetes, azure, aks]
cwe_ids: []
chains_with: []
prerequisites: []
severity_boost: {}
---
# 5.3.1 Ensure Kubernetes Secrets are encrypted (Manual)
## Profile Applicability
- Level 1
## Description
Encryption at Rest is a common security requirement. In Azure, organizations can encrypt data at rest without the risk or cost of a custom key management solution. Organizations have the option of letting Azure completely manage Encryption at Rest. Additionally, organizations have various options to closely manage encryption or encryption keys.
## Rationale
Encrypting Kubernetes Secrets at rest ensures that sensitive data such as credentials, tokens, and keys stored in etcd are protected from unauthorized access even if the underlying storage is compromised.
## Audit
Verify that encryption at rest is configured for the AKS cluster and that Kubernetes secrets are encrypted using Azure Key Vault or the platform-managed encryption mechanism.
## Remediation
Configure encryption at rest for Kubernetes secrets using Azure Key Vault or Azure's platform-managed encryption. Ensure that the AKS cluster is configured to use KMS encryption for etcd data.
## References
1. https://docs.microsoft.com/security/benchmark/azure/security-controls-v2-data-protection#dp-5-encrypt-sensitive-data-at-rest
## CIS Controls
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
| ---------------- | ------------------------------------------ | ---- | ---- | ---- |
| v8 | 3.11 Encrypt Sensitive Data at Rest | | x | x |
| v7 | 14.8 Encrypt Sensitive Information at Rest | | | x |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!