用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-azure-foundations-3-1-1命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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-azure-foundations-3.1.1 |
| description | Ensure only MFA enabled identities can access privileged Virtual Machine |
| category | cis-azure-foundations |
| version | 5.0.0 |
| author | cyberstrike-official |
| tags | ["cis","azure","virtual-machines","vm"] |
| cis_id | 3.1.1 |
| cis_benchmark | CIS Microsoft Azure Foundations Benchmark v5.0.0 |
| tech_stack | ["azure"] |
| cwe_ids | [] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
Verify identities without MFA that can log in to a privileged virtual machine using separate login credentials. An adversary can leverage the access to move laterally and perform actions with the virtual machine's managed identity. Make sure the virtual machine only has necessary permissions, and revoke the admin-level permissions according to the principle of least privilege.
Integrating multi-factor authentication (MFA) as part of the organizational policy can greatly reduce the risk of an identity gaining control of valid credentials that may be used for additional tactics such as initial access, lateral movement, and collecting information. MFA can also be used to restrict access to cloud resources and APIs.
An Adversary may log into accessible cloud services within a compromised environment using Valid Accounts that are synchronized to move laterally and perform actions with the virtual machine's managed identity. The adversary may then perform management actions or access cloud-hosted resources as the logged-on managed identity.
This recommendation requires the Entra ID P2 license to implement.
Ensure that identities provisioned to a virtual machine utilize an RBAC/ABAC group and are allocated a role using Azure PIM, and that the role settings require MFA or use another third-party PAM solution for accessing virtual machines.
Subscription, then click on Access control (IAM).Role : All and click All to display the drop-down menu.Virtual Machine Administrator Login and select Virtual Machine Administrator Login.Virtual Machine Administrator Login role.Microsoft Entra ID.Per-user MFA:
a) Under Manage, click Users.
b) Click Per-user MFA.
c) Ensure that none of the identities assigned the Virtual Machine Administrator Login role from step 4 have Status set to disabled.Conditional Access:
a) Under Manage, click Security.
b) Under Protect, click Conditional Access.
c) Ensure that none of the identities assigned the role from step 4 are exempt from a Conditional Access policy requiring MFA for all users.Virtual Machine Administrator LoginAll identities with the Virtual Machine Administrator Login role should have MFA enabled, either through per-user MFA or Conditional Access policies. No identities with VM admin access should be exempt from MFA requirements.
Case I: Enable MFA for users having access on virtual machines.
Microsoft Entra ID.Per-user MFA:
Manage, click Users.Per-user MFA.Enable MFA.Enable.Conditional Access:
Manage, click Security.Protect, click Conditional Access.Exclude list.Case II: Removing user access on a virtual machine.
Subscription, then click on Access control (IAM).Role assignments and search for Virtual Machine Administrator Login or Virtual Machine User Login or any role that provides access to log into virtual machines.Role Name, Select Assignments, and remove identities with no MFA configured.Case III: Reducing access of managed identities attached to virtual machines.
Subscription, then click on Access control (IAM).Role Assignments from the top menu and apply filters on Assignment type as Privileged administrator roles and Type as Virtual Machines.Role Name, Select Assignments, and remove identities access make sure this follows the least privileges principal.By default, MFA is not enforced for Virtual Machine Administrator Login role assignments.
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 6.5 Require MFA for Administrative Access | x | x | x |
| v7 | 4.5 Use Multifactor Authentication For All Administrative Access | x | x |
| Techniques / Sub-techniques | Tactics | Mitigations |
|---|---|---|
| T1078.002, T1078.004 |
Level 2 | Manual