Skip to content

AZT605.1 - Resource Secret Reveal: Storage Account Access Key Dumping#

By accessing a Storage Account, an adversary may dump access keys pertaining to the Storage Account, which will give them full access to the Storage Account.

Resource

Azure Storage Account

Actions

  • Microsoft.Storage/storageAccounts/listkeys/action

Detections

Logs#

Data Source Operation Name Action Log Provider
Resource MICROSOFT.STORAGE/STORAGEACCOUNTS/LISTKEYS/ACTION Microsoft.Storage/storageAccounts/listkeys/action AzureActivity

Queries#

Platform Query
Log Analytics AzureActivity | where OperationNameValue == 'MICROSOFT.STORAGE/STORAGEACCOUNTS/LISTKEYS/ACTION' and ActivityStatusValue == 'Start'

Azure Monitor Alert#

Deploy to Azure