/
How to find which Azure CIS version a VM is running.
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
Ā
, multiple selections available,
Related content
Check for available CIS Azure Images and Versions
Check for available CIS Azure Images and Versions
More like this
Identifying CIS Hardened Image Versions
Identifying CIS Hardened Image Versions
More like this
CIS Hardened Images on Azure Marketplace 2024 New Offer Mappings
CIS Hardened Images on Azure Marketplace 2024 New Offer Mappings
More like this
Java Error when Executing CIS-CAT Pro Assessor v4: "An Illegal Reflective Access Operation has Occurred"
Java Error when Executing CIS-CAT Pro Assessor v4: "An Illegal Reflective Access Operation has Occurred"
Read with this
Java Heap Space Error
Java Heap Space Error
Read with this