More Info:

When a storage account is created, Azure generates two 512-bit storage access keys, which are used for authentication when the storage account is accessed. Rotating these keys periodically ensures that any inadvertent access or exposure does not result in these keys being compromised. The access keys storage accounts should be rotated at least every 90 days.

Risk Level

Medium

Address

Security

Compliance Standards

CISAZURE, CBP

Triage and Remediation

Remediation

To remediate the issue of Access Keys not rotated in Azure, you can follow the below steps:

  1. Login to the Azure portal with your credentials.
  2. Navigate to ‘Azure Active Directory’ from the left-hand menu.
  3. Click on ‘Users’ from the ‘Manage’ section.
  4. Select the user whose access keys need to be rotated.
  5. Click on ‘Reset Password’ from the top menu.
  6. In the ‘Reset Password’ window, select ‘Auto-generate password’.
  7. Click on ‘Reset’.
  8. The new password will be displayed on the screen. Copy this password to a secure location.
  9. Click on ‘Show Password’ to view the password again if required.
  10. Click on ‘Close’ to exit the ‘Reset Password’ window.

Once you have reset the password, you will need to update the access keys for the user in all the applications and services that use them. This will ensure that the user has the latest access keys and the old keys are no longer in use.

Additional Reading: