Google Cloud Platform
Last updated
Last updated
Here is a fun way to grasp the core concepts of GCP (thanks Ygor Cappai for putting all the images in on PDF).
You can get CloudGirl full book here:
Source: Nettitude
Check out six2dez gitbook here with many useful tools and commands for GCP pentest
If you want to practice check out GCP-GOAT here
If you are in restricted environment and can not install any other tools you can check out GCP IAM Analyzer
gcloud asset analyze-iam-policy --organization="123456" --permissions="iam.serviceAccounts.actAS, iam.serviceAccounts.getAccessToken, iam.serviceAccounts.getOpenIdToken, Iam.serviceAccounts.implicitDelegation, iam.serviceAccounts.signBlob, iam.serviceAccounts.signJwt"
find all members that can impersonate a service account from the Organization level
Enumeration