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
AWS
AWS Policy Packs

NIST 800-53 Rev. 4 for AWS

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 AWS Provider for CG with the cg init aws command.
  3. Add Policy Pack NIST 800-53 Rev. 4 for AWS benchmark using cg policy add aws-nist-800-53-rev4 command.
  4. Execute the ruleset using the scan command cg scan aws.
  5. Query the findings using the different options:

Query findings by provider:

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


Query findings by specific benchmark:

GraphQL
|
query {
  queryawsNISTFindings {
    id
    resourceId
    result
  }
}


Query findings by resource:

GraphQL
|
query {
  queryawsIamUser {
    id
    arn
    accountId
    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?
PREVIOUS
PCI Data Security Standard V 3.2.1 for AWS
NEXT
Billing Data
Docs powered by
Archbee
TABLE OF CONTENTS
First Steps
Available Ruleset
Docs powered by
Archbee