How to find supported CIS Benchmarks for Prisma Cloud CSPM ?

How to find supported CIS Benchmarks for Prisma Cloud CSPM ?

3918
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:
  1. Through the Prisma Cloud console directly
Navigate to Compliance > Standards > use Search
Screenshot 2023-05-24 at 4.11.27 PM.png
  1. 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. 

Actions
  • Print
  • Copy Link

    https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA14u000000kHwZCAU&lang=en_US&refURL=http%3A%2F%2Fknowledgebase.paloaltonetworks.com%2FKCSArticleDetail