rules/findings/Azure/Defender/CIS3.0/azure-endpoint-protection-disabled.json

{
  "args": [
     
  ],
  "provider": "Azure",
  "serviceType": "Defender for Cloud",
  "serviceName": "Subscription",
  "displayName": "Ensure that 'Endpoint protection' component status is set to 'On'",
  "description": "
            The Endpoint protection component enables Microsoft Defender for Endpoint (formerly 'Advanced Threat Protection' or 'ATP' or 'WDATP' - see additional info) to communicate with Microsoft Defender for Cloud.
            *IMPORTANT:* When enabling integration between DfE & DfC it needs to be taken into account that this will have some side effects that may be undesirable.
 
            1. For server 2019 & above if defender is installed (default for these server SKUs) this will trigger a deployment of the new unified agent and link to any of the extended configuration in the Defender portal.
            2. If the new unified agent is required for server SKUs of Win 2016 or Linux and lower there is additional integration that needs to be switched on and agents need to be aligned.
  ",
  "rationale": "Microsoft Defender for Endpoint integration brings comprehensive Endpoint Detection and Response (EDR) capabilities within Microsoft Defender for Cloud. This integration helps to spot abnormalities, as well as detect and respond to advanced attacks on endpoints monitored by Microsoft Defender for Cloud. MDE works only with Standard Tier subscriptions.",
  "impact": "
    Endpoint protection requires licensing and is included in these plans:
    * Defender for Servers plan 1
    * Defender for Servers plan 2
  ",
  "remediation": {
    "text": null,
    "code": {
      "powerShell": null,
      "iac": null,
      "terraform": null,
      "other": null
    }
  },
  "recommendation": null,
  "references": [
    "https://docs.microsoft.com/en-us/azure/security/fundamentals/antimalware"
  ],
  "compliance": [
    {
      "name": "CIS Microsoft Azure Foundations",
      "version": "3.0.0",
      "reference": "3.1.3.3",
      "profile":"Level 2"
       
    }
  ],
  "level": "medium",
  "tags": [
     
  ],
  "rule": {
    "path": "az_virtual_machines",
    "subPath": null,
    "selectCondition": {
       
    },
    "query": [
      {
        "filter": [
          {
            "conditions": [
              [
                "isAVAgentInstalled",
                "eq",
                "false"
              ]
            ]
          }
        ]
      }
    ],
    "shouldExist": null,
    "returnObject": null,
    "removeIfNotExists": null
  },
  "output": {
    "html": {
      "data": {
        "properties": {
          "name": "Disk Name",
          "localNic.localIpAddress": "Local IP Address",
          "location": "Location",
          "osDisk.isEncrypted": "OS disk encryption",
          "isAVAgentInstalled": "Antimalware agent installed"
        },
        "expandObject": null
      },
      "table": "asList",
      "decorate": [
         
      ],
      "emphasis": [
        "Antimalware agent installed"
      ],
      "actions": {
        "objectData": {
          "properties": [
             
          ],
          "expandObject": null,
          "limit": null
        },
        "showGoToButton": null,
        "showModalButton": null,
        "directLink": null
      }
    },
    "text": {
      "data": {
        "properties": {
           
        },
        "expandObject": null
      },
      "status": {
        "keyName": [
           
        ],
        "message": "",
        "defaultMessage": null
      },
      "properties": {
        "resourceName": null,
        "resourceId": null,
        "resourceType": null
      },
      "onlyStatus": false
    }
  },
  "idSuffix": "az_vm_antimalware_disabled",
  "notes": [
     
  ],
  "categories": [
     
  ]
}