GCP

GCP Pentesting

Initial Access

Cloud

Misconfiguration

CLI Recon

Projects

IDs of projects available in account

Buckets

List the identifier of each storage bucket created for the project

IAM members associated with the bucket - "allUsers or "allAuthenticatedUsers", the bucket is publicly available

BigQuery

List the identifier of each BigQuery Dataset created for the project

If one or more rules are "allUsers or "allAuthenticatedUsers", the dataset is publicly available

VM Instances

List all the VM available for the project

IAM members associated with the VM - "allAuthenticatedUsers", the VM is publicly shared with all others GCP accounts

Creat new image

View image

KMS

List the IDs of all the KMS key rings available in account

List the resource ID of each KMS key created for the key ring

"allUsers or "allAuthenticatedUsers", the KMS key is publicly available

SQL DB

Name of each SQL DB for the project

IAM members associated - 0.0.0.0/0 : DB is publicly accessible

Resources

Last updated