Minimize Container Registries to only those approved (Manual)
Scanned 9/3/2026
Install to Claude Code
npx -y skills add CyberStrikeus/CyberStrike --skill cis-aks-v180-5.1.4 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cis Aks V180 5.1.4?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cyberstrikeus-cis-aks-v180-5-1-4)More formats (shields.io, HTML) on the badges page.
---
name: cis-aks-v180-5.1.4
description: "Minimize Container Registries to only those approved (Manual)"
category: cis-aks
version: "1.8.0"
author: cyberstrike-official
tags: [cis, aks, kubernetes, azure, acr, container-registry, allowlisting, supply-chain]
cis_id: "5.1.4"
cis_benchmark: "CIS Azure Kubernetes Service (AKS) Benchmark v1.8.0"
tech_stack: [kubernetes, azure, aks]
cwe_ids: []
chains_with: []
prerequisites: []
severity_boost: {}
---
# 5.1.4 Minimize Container Registries to only those approved (Manual)
## Profile Applicability
- Level 2
## Description
Use approved container registries.
## Rationale
Allowing unrestricted access to external container registries provides the opportunity for malicious or unapproved containers to be deployed into the cluster. Allowlisting only approved container registries reduces this risk.
## Impact
All container images to be deployed to the cluster must be hosted within an approved container image registry.
## Audit
Review the list of container registries accessible from the AKS cluster and ensure only approved registries are allowed.
## Remediation
If you are using Azure Container Registry you have this option:
https://docs.microsoft.com/en-us/azure/container-registry/container-registry-firewall-access-rules
For other non-AKS repos using admission controllers or Azure Policy will also work.
Limiting or locking down egress traffic is also recommended:
https://docs.microsoft.com/en-us/azure/aks/limit-egress-traffic
## References
1. https://docs.microsoft.com/security/benchmark/azure/security-controls-v2-asset-management#am-6-use-only-approved-applications-in-compute-resources
2. https://docs.microsoft.com/en-us/azure/aks/limit-egress-traffic
3. https://docs.microsoft.com/en-us/azure/container-registry/container-registry-firewall-access-rules
## CIS Controls
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
| ---------------- | --------------------------------- | ---- | ---- | ---- |
| v8 | 2.5 Allowlist Authorized Software | | x | x |
| v7 | 5.2 Maintain Secure Images | | x | x |
| v7 | 5.3 Securely Store Master Images | | x | 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!