|
| 1 | +export default { |
| 2 | + id: 'gcp-cis-1.3.0-2.14', |
| 3 | + title: |
| 4 | + 'GCP CIS 2.14 Ensure \'Access Transparency\' is \'Enabled\'', |
| 5 | + description: 'GCP Access Transparency provides audit logs for all actions that Google personnel take in syour Google Cloud resources.', |
| 6 | + audit: `**Determine if Access Transparency is Enabled** |
| 7 | +
|
| 8 | + 1. From the Google Cloud Home, click on the Navigation hamburger menu in the top left. Hover over the IAM & Admin Menu. Select settings in the middle of the column that opens. |
| 9 | + 2. The status will be under the heading *Access Transparency*. Status should be Enabled`, |
| 10 | + rationale: `Controlling access to your information is one of the foundations of information security. |
| 11 | + Given that Google Employees do have access to your organizations' projects for support |
| 12 | + reasons, you should have logging in place to view who, when, and why your information is |
| 13 | + being accessed.`, |
| 14 | + remediation: `**Add privileges to enable Access Transparency** |
| 15 | +
|
| 16 | + 1. From the Google Cloud Home, within the project you wish to check, click on the Navigation hamburger menu in the top left. Hover over the 'IAM and Admin'. Select IAM in the top of the column that opens. |
| 17 | + 2. Click the blue button the says *+add* at the top of the screen. |
| 18 | + 3. In the *principals* field, select a user or group by typing in their associated email address. |
| 19 | + 4. Click on the *role* field to expand it. In the filter field enter *Access Transparency Admin* and select it. |
| 20 | + 5. Click *save*. |
| 21 | +
|
| 22 | + **Verify that the Google Cloud project is associated with a billing account** |
| 23 | +
|
| 24 | + 1. From the Google Cloud Home, click on the Navigation hamburger menu in the top left. Select *Billing*. |
| 25 | + 2. If you see *This project is not associated with a billing account* you will need to enter billing information or switch to a project with a billing account. |
| 26 | + |
| 27 | + **Enable Access Transparency** |
| 28 | +
|
| 29 | + 1. From the Google Cloud Home, click on the Navigation hamburger menu in the top left. Hover over the IAM & Admin Menu. Select *settings* in the middle of the column that opens. |
| 30 | + 2. Click the blue button labeled Enable *Access Transparency for Organization* |
| 31 | +
|
| 32 | + **Default Value:** |
| 33 | +
|
| 34 | + By default Access Transparency is not enabled.`, |
| 35 | + references: [ |
| 36 | + 'https://cloud.google.com/cloud-provider-access-management/accesstransparency/docs/overview', |
| 37 | + 'https://cloud.google.com/cloud-provider-access-management/accesstransparency/docs/enable', |
| 38 | + 'https://cloud.google.com/cloud-provider-access-management/accesstransparency/docs/reading-logs', |
| 39 | + 'https://cloud.google.com/cloud-provider-access-management/accesstransparency/docs/reading-logs#justification_reason_codes', |
| 40 | + 'https://cloud.google.com/cloud-provider-access-management/accesstransparency/docs/supported-services', |
| 41 | + ], |
| 42 | + severity: 'unknown', |
| 43 | +} |
0 commit comments