website logo
HomeGithubSlack
⌘K
Overview
Quick Start
Supported Services
Running CloudGraph in EKS
Compliance
Rules Engine
AWS
Querying AWS Data
AWS Policy Packs
Billing Data
Services
Azure
Querying Azure Data
Azure Policy Packs
Services
GCP
Querying GCP Data
GCP Policy Packs
Services
K8s
Querying Kubernetes Data
Services
Docs powered by archbee 

NIST 800-53 Rev. 4 for GCP

4min

Policy Pack based on the 800-53 Rev. 4 benchmark provided by the The National Institute of Standards and Technology (NIST)

First Steps

  1. Install Cloud Graph CLI.
  2. Set up the GCP Provider for CG with the cg init aws command.
  3. Add Policy Pack NIST 800-53 Rev. 4 for GCP benchmark using cg policy add gcp-nist-800-53-rev4 command.
  4. Execute the ruleset using the scan command cg scan gcp.
  5. Query the findings using the different options:

Query findings by provider:

GraphQL
|
query {
  querygcpFindings {
    NISTFindings {
      id
      resourceId
      result
    }
  }
}


Query findings by specific benchmark:

GraphQL
|
query {
  querygcpNISTFindings {
    id
    resourceId
    result
  }
}


Query findings by resource:

GraphQL
|
query {
  querygcpIamPolicy {
    id
    NISTFindings {
      id
      resourceId
      result
    }
  }
}


Available Ruleset

Please see the NIST 800-53 Rev. 4 README for a table of available rules.

Updated 03 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
PCI Data Security Standard V 3.2.1 for GCP
NEXT
Storage Bucket
Docs powered by archbee 
TABLE OF CONTENTS
First Steps
Available Ruleset