Disable Public & Private Access to VM Disk

This CLI command requires 'Microsoft.Compute/disks/write' permission. Successful execution will disable public network access and set the network access policy to DenyAll for the specified disk, blocking external access. Note: As a security best practice, we are disabling public and private access to the disk. However, you can choose between the following options based on your security requirements: - Disable public access and enable private access - Disable public and private access

Cloud Security Posture Management Playbooks

Details

IDe0f9dfcf16049c38e2c0be78472c8234
Suggestion ReasonRecommended for remediating Azure VM disk configured with overly permissive network access
{
  "trigger_id": "e0f9dfcf16049c38e2c0be78472c8234",
  "playbook_id": "",
  "suggestion_reason": "Recommended for remediating Azure VM disk configured with overly permissive network access",
  "description": "This CLI command requires 'Microsoft.Compute/disks/write' permission. Successful execution will disable public network access and set the network access policy to DenyAll for the specified disk, blocking external access. \nNote: As a security best practice, we are disabling public and private access to the disk. However, you can choose between the following options based on your security requirements:\n- Disable public access and enable private access\n- Disable public and private access",
  "trigger_name": "Disable Public & Private Access to VM Disk",
  "automation_type": "command",
  "automation_id": "azure-disable-public-n-private-access-vm-disk-quick-action",
  "alerts_filter": {
    "filter": {
      "OR": [
        {
          "SEARCH_FIELD": "matching_service_rule_id",
          "SEARCH_TYPE": "EQ",
          "SEARCH_VALUE": "6a3ba52c-1a0e-4359-aba5-e417ca280270"
        }
      ]
    }
  }
}