The initial provisioning of block storage volumes in cloud or on-prem environments, typically used for data storage, backup, or workload scaling.
Data Collection Measures:
CreateVolume – Logs the creation of new Amazon Elastic Block Store (EBS) volumes.RunInstances – Can be correlated to detect automatic volume provisioning.Microsoft.Compute/disks/write – Captures creation of new managed/unmanaged disks.Microsoft.Storage/storageAccounts/write – Detects creation of new Azure Blob Storage volumes.compute.disks.insert – Tracks new persistent disk creation.compute.instances.attachDisk – Logs attachment of a volume to a running VM.volume.create – Captures new storage volume provisioning.cinder.volume.create – Logs OpenStack Cinder block storage creation./var/log/syslog & /var/log/messages – Detects new mount points or attached storage.dmesg | grep "new disk" – Identifies kernel messages for volume attachment.mkfs (filesystem creation) for new volume provisioning.| Name | Channel |
|---|---|
| AWS:CloudTrail | CreateVolume |
| WinEventLog:Microsoft-Windows-VSS | Volume Shadow Copy Creation |