Skip to content

Commit

Permalink
Add missing NIST 800-53 tags
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradSchieban authored Jul 4, 2021
1 parent a3f68f6 commit a80ee47
Show file tree
Hide file tree
Showing 54 changed files with 62 additions and 54 deletions.
2 changes: 1 addition & 1 deletion controls/1.01-iam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: ["AC-3"]
tag nist: ['AC-2']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/docs/enterprise/best-practices-for-enterprise-organizations#use_corporate_login_credentials'
Expand Down
2 changes: 1 addition & 1 deletion controls/1.02-iam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: ["IA-2"]
tag nist: ['IA-2']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/solutions/securing-gcp-account-u2f'
Expand Down
2 changes: 1 addition & 1 deletion controls/1.03-iam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['IA-2']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/security-key/'
Expand Down
2 changes: 1 addition & 1 deletion controls/1.04-iam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['AC-2']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/iam/docs/understanding-service-accounts#managing_service_account_keys'
Expand Down
2 changes: 1 addition & 1 deletion controls/1.05-iam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: ["AC-6"]
tag nist: ['AC-2']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/sdk/gcloud/reference/iam/service-accounts/'
Expand Down
2 changes: 1 addition & 1 deletion controls/1.06-iam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: ["AC-6"]
tag nist: %w[AC-2 AC-3]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/iam/docs/service-accounts'
Expand Down
2 changes: 1 addition & 1 deletion controls/1.07-iam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: ["SC-12"]
tag nist: ['AC-2']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/iam/docs/understanding-service-accounts#managing_service_account_keys'
Expand Down
2 changes: 1 addition & 1 deletion controls/1.08-iam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: ["AC-5"]
tag nist: %w[AC-2 AC-3]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/iam/docs/service-accounts'
Expand Down
2 changes: 1 addition & 1 deletion controls/1.09-iam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: ["AC-5"]
tag nist: ['AC-3']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/kms/docs/key-rotation#frequency_of_key_rotation'
Expand Down
2 changes: 1 addition & 1 deletion controls/1.10-iam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: ["SC-12"]
tag nist: ['AC-2']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/kms/docs/key-rotation#frequency_of_key_rotation'
Expand Down
2 changes: 1 addition & 1 deletion controls/1.11-iam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: ["AC-5"]
tag nist: %w[AC-2 AC-3 AC-6]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/kms/docs/separation-of-duties'
Expand Down
2 changes: 1 addition & 1 deletion controls/1.12-iam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['AC-2']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/docs/authentication/api-keys'
Expand Down
2 changes: 1 addition & 1 deletion controls/1.13-iam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['AC-2']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/docs/authentication/api-keys'
Expand Down
2 changes: 1 addition & 1 deletion controls/1.14-iam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['AC-2']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/docs/authentication/api-keys'
Expand Down
2 changes: 1 addition & 1 deletion controls/1.15-iam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['AC-2']

ref 'CIS Benchmark', url: cis_url.to_s

Expand Down
2 changes: 1 addition & 1 deletion controls/2.01-logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: ["AC-2", "AU-2"]
tag nist: %w[AU-6 AU-12]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/logging/docs/audit/'
Expand Down
2 changes: 1 addition & 1 deletion controls/2.02-logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: %w[AU-4 AU-12]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/logging/docs/reference/tools/gcloud-logging'
Expand Down
2 changes: 1 addition & 1 deletion controls/2.03-logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['AU-6']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/storage/docs/bucket-lock'
Expand Down
2 changes: 1 addition & 1 deletion controls/2.04-logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['AU-12']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/logging/docs/logs-based-metrics/'
Expand Down
2 changes: 1 addition & 1 deletion controls/2.05-logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: %w[AU-3 AU-12]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/logging/docs/logs-based-metrics/'
Expand Down
2 changes: 1 addition & 1 deletion controls/2.06-logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: %w[AU-3 AU-12]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/logging/docs/logs-based-metrics/'
Expand Down
2 changes: 1 addition & 1 deletion controls/2.07-logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: %w[AU-3 AU-12]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/logging/docs/logs-based-metrics/'
Expand Down
2 changes: 1 addition & 1 deletion controls/2.08-logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: %w[AU-3 AU-12]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/logging/docs/logs-based-metrics/'
Expand Down
2 changes: 1 addition & 1 deletion controls/2.09-logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: %w[AU-3 AU-12]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/logging/docs/logs-based-metrics/'
Expand Down
2 changes: 1 addition & 1 deletion controls/2.10-logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: %w[AU-3 AU-12]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/logging/docs/logs-based-metrics/'
Expand Down
2 changes: 1 addition & 1 deletion controls/2.11-logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: %w[AU-3 AU-12]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/logging/docs/logs-based-metrics/'
Expand Down
2 changes: 1 addition & 1 deletion controls/3.01-networking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['CM-6']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/compute/docs/networking#firewall_rules'
Expand Down
2 changes: 1 addition & 1 deletion controls/3.02-networking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['CM-6']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/compute/docs/networking#creating_a_legacy_network'
Expand Down
2 changes: 1 addition & 1 deletion controls/3.03-networking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['CM-6']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloudplatform.googleblog.com/2017/11/DNSSEC-now-available-in-Cloud-DNS.html'
Expand Down
2 changes: 1 addition & 1 deletion controls/3.04-networking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['CM-6']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/dns/dnssec-advanced#advanced_signing_options'
Expand Down
2 changes: 1 addition & 1 deletion controls/3.05-networking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['CM-6']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/dns/dnssec-advanced#advanced_signing_options'
Expand Down
2 changes: 1 addition & 1 deletion controls/3.06-networking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: ["SC-7"]
tag nist: %w[CM-7 CA-3 SC-7]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/vpc/docs/firewalls#blockedtraffic'
Expand Down
2 changes: 1 addition & 1 deletion controls/3.07-networking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: ["SC-7"]
tag nist: %w[CM-7 CA-3 SC-7]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/vpc/docs/firewalls#blockedtraffic'
Expand Down
2 changes: 1 addition & 1 deletion controls/3.08-networking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: ["SI-4"]
tag nist: %w[AU-12 SI-4]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/vpc/docs/using-flow-logs#enabling_vpc_flow_logging'
Expand Down
2 changes: 1 addition & 1 deletion controls/3.09-networking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['SC-1']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/load-balancing/docs/use-ssl-policies'
Expand Down
2 changes: 1 addition & 1 deletion controls/4.01-vms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: ["AC-6"]
tag nist: %w[AC-2 AC-6]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/compute/docs/access/create-enable-service-accounts-for-instances'
Expand Down
2 changes: 1 addition & 1 deletion controls/4.02-vms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: %w[AC-2 AC-6]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/compute/docs/access/create-enable-service-accounts-for-instances'
Expand Down
2 changes: 1 addition & 1 deletion controls/4.03-vms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['AC-2']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys'
Expand Down
2 changes: 1 addition & 1 deletion controls/4.04-vms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['AC-2']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/compute/docs/instances/managing-instance-access'
Expand Down
2 changes: 1 addition & 1 deletion controls/4.05-vms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['CM-7']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/compute/docs/instances/interacting-with-serial-console'
Expand Down
2 changes: 1 addition & 1 deletion controls/4.06-vms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: %w[CM-6 CM-8]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/compute/docs/networking#canipforward'
Expand Down
2 changes: 1 addition & 1 deletion controls/4.07-vms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['SC-1']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/compute/docs/disks/customer-supplied-encryption#encrypt_a_new_persistent_disk_with_your_own_keys'
Expand Down
2 changes: 1 addition & 1 deletion controls/4.08-vms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: []
tag nist: ['SC-1']

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/compute/docs/instances/modifying-shielded-vm'
Expand Down
2 changes: 1 addition & 1 deletion controls/5.01-storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
tag cis_gcp: control_id.to_s
tag cis_version: cis_version.to_s
tag project: gcp_project_id.to_s
tag nist: ["AC-2"]
tag nist: %w[AC-2 CA-3]

ref 'CIS Benchmark', url: cis_url.to_s
ref 'GCP Docs', url: 'https://cloud.google.com/storage/docs/access-control/iam-reference'
Expand Down
Loading

0 comments on commit a80ee47

Please sign in to comment.