Mods
Azure

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

  1. Go to Storage Accounts
  2. For each storage account, go to Activity log
  3. Under Timespan drop-down, select Custom and choose Start time and End time such that it ranges 90 days
  4. Enter RegenerateKey in the Search text box
  5. 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

Policy Specification

Schema Type
string

Category

In Your Workspace

Developers