How to find supported CIS Benchmarks for Prisma Cloud CSPM ?
3634
Created On 05/24/23 02:26 AM - Last Modified 07/12/24 16:05 PM
Objective
Find out supported Compliance CIS benchmarks for CSPM Prisma Cloud Deployment.
Environment
- Prisma Cloud
- Compliance
Procedure
There are 2 ways to pull the list of compliance standards:
- Through the Prisma Cloud console directly
Navigate to Compliance > Standards > use Search
- Or use API as below to get the list in JSON format.
https://api endpoint of the stack /compliance
For example if host on app.anz then use as below
This will list all the support CIS compliance standards
[
{
"id": "cd99260a-505e-430f-bac8-3c509cafff8f",
"description": "Australian Cyber Security Centre (ACSC) Information Security Manual (ISM)",
"createdBy": "Prisma Cloud System Admin",
"createdOn": 1654531953477,
"lastModifiedBy": "Prisma Cloud System Admin",
"lastModifiedOn": 1661875558099,
"systemDefault": true,
"policiesAssignedCount": 616,
"name": "ACSC Information Security Manual (ISM)",
"cloudType": [
"alibaba_cloud",
"oci",
"gcp",
"aws",
"azure"
]
},
{
"id": "ab2d2b47-0e8e-466b-8988-289281f47255",
"description": "Australian Prudential Regulation Authority (APRA) Prudential Standard (CPS 234)",
"createdBy": "Prisma Cloud System Admin",
"createdOn": 1612364364749,
"lastModifiedBy": "Prisma Cloud System Admin",
"lastModifiedOn": 1612364364749,
"systemDefault": true,
"policiesAssignedCount": 420,
"name": "APRA (CPS 234) Information Security",
"cloudType": [
"azure",
"gcp",
"aws"
]
},Additional Information
View our developer docs for the complete API call here on listing compliance standards.