Policy: Azure > CIS v1 > 3 Storage > 3.02 Ensure that storage account access keys are periodically regenerated (Not Scored) > Attestation
By setting this policy, you attest that you have manually verified that it complies with the relevant section of the CIS Benchmark.
Azure Console
- Go to Storage Accounts
- For each storage account, go to Activity log
- Under Timespan drop-down, select Custom and choose Start time and End time such that it ranges 90 days
- Enter RegenerateKey in the Search text box
- Click Apply It should list out all RegenerateKey events. If no such event exists, then this is a finding.
Azure Command Line Interface 2.0 Step 1 - Get a list of storage accounts az storage account list Make a note of id, name and resourceGroup. Step 2 For every storage account make sure that key is regenerated in past 90 days. az monitor activity-log list --resource-group
The output should contain
"authorization"/"scope": <your_storage_account> AND "authorization"/"action": "Microsoft.Storage/storageAccounts/regenerateKey/action" AND "status"/"localizedValue": "Succeeded" "status"/"Value": "Succeeded" AND "eventTimestamp" : (Should return time and date should be less than past 90 days)
Once verified, enter the date that this attestation expires. Note that the date can not be further in the future than is specified in Azure > CIS v1 > Maximum Attestation Duration. Set to a blank value to clear the attestation.
Resource Types
This policy targets the following resource types:
Primary Policy
This policy is used with the following primary policy:
Controls
- Azure > CIS v1
- Azure > CIS v1 > 3 Storage > 3.02 Ensure that storage account access keys are periodically regenerated (Not Scored)
- Azure > CIS v1 > 3 Storage
Policy Specification
Schema Type |
|
---|
Category
In Your Workspace
Developers
- tmod:@turbot/cis#/control/categories/v0716
- tmod:@turbot/azure-cisv1#/policy/types/r0302Attestation
- turbot graphql policy-type --id "tmod:@turbot/azure-cisv1#/policy/types/r0302Attestation"
- turbot graphql policy-settings --filter "policyTypeId:tmod:@turbot/azure-cisv1#/policy/types/r0302Attestation"
Get Policy TypeGet Policy Settings
Category URI
Policy Type URI
GraphQL
CLI