基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-azure-compute-3-3命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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
正在显示 SKILL.md
| name | cis-azure-compute-3.3 |
| description | Ensure the principle of least privilege is used when assigning roles to a Managed Identity |
| category | cis-azure-compute |
| version | 2.0.0 |
| author | cyberstrike-official |
| tags | ["cis","azure","container-instances","aci"] |
| cis_id | 3.3 |
| cis_benchmark | CIS Microsoft Azure Compute Services Benchmark v2.0.0 |
| tech_stack | ["azure"] |
| cwe_ids | [] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
When using either a user-assigned or system-assigned managed identity, those identities may require a role or privilege assignment to perform a desired function. The roles or privileges assigned to that identity should be assigned with the principle of least privilege in mind - the identity is given the minimum levels of access or permissions needed to perform the job.
Threat actors may attempt to compromise service accounts as anomalous activity on these accounts can sometimes be more challenging to detect. Limiting the permissions or roles available to a managed identity or service account assists in mitigating the systemic exploitation that a service account can perform if compromised.
All service accounts should be inventoried and reviewed from time to time for necessity and role or privilege assignment.
For each Container Instance that uses an identity or credential:
Container Instances blade.Identity under the Settings section.System Assigned and User Assigned tabs for assigned identities.For a System Assigned identity, click on Azure role assignments and review the assigned roles for appropriate restriction.
For User assigned identities, click on the name of each User assigned managed identity, then click on Azure role assignments in the left panel to review assigned roles for appropriate restriction.
All managed identities assigned to Container Instances should have only the minimum required roles and permissions necessary for their intended function.
NOTE: Remediation will vary based on the needs of your environment. Before remediating, determine the scope and requirements of the Role Assignments necessary for your environment: https://learn.microsoft.com/en-us/azure/active-directory/roles/permissions-reference
For each Container Instance that uses an identity or credential:
Container Instances blade.Identity under the Settings section.System Assigned and tabs for assigned identities.User AssignedFor a System Assigned identity, click on Azure role assignments and Add or Remove assigned roles for appropriate restriction.
For User assigned identities, click on the name of each User assigned managed identity, then click on Azure role assignments in the left panel to Add or Remove assigned roles for appropriate restriction.
By default, Managed Identities are not configured on Container Instances.
Level 1 | Manual