How to find which Azure CIS version a VM is running.


Product Name

CIS Hardened Images® (Azure)

Product Version

All

Date

Dec 24, 2020



 

Problem

The user wants to see detailed information on the Azure VM CIS version they have purchased.

OR

The user wants to see all CIS offerings for a specific Operating System.

 

Solution

Run the below command in PowerShell or bash in the Azure console to see details of the VM ;

az disk show --resource-group (insert resource group name) --name (insert disk name)

OR

Run the below command in PowerShell or bash in the Azure console to see a list of all CIS offerings - this example is for SUSE linux;

az vm image list --publisher center-for-internet-security-inc --offer CIS-SUSE --output table --all


Copyright © 2020

Center for Internet Security®