services / Azure / Storage Blob Service Blobs
Blobs are the individual data objects (files) stored inside containers of an Azure Storage account's blob service. They hold an organization's unstructured production data such as documents, backups, media, and application data.
Data-plane access to blobs directly exposes stored organizational data; ADLS Gen2 (hierarchical namespace) accounts also expose POSIX ownership/ACLs at the blob level.
Microsoft.Storage/storageAccounts/blobServices/containers/blobs/move/action
Moves (renames) a blob from one path to another within a hierarchical-namespace (ADLS Gen2) account. Can disrupt applications that depend on a blob's path, or be used to relocate data underneath existing access controls or monitoring; operational impact rather than direct data loss or exposure.
Risks
Scope: MEDIUM
This privilege may grant access to confidential data, or its exploit can incur operational cost.
Links
Contributed by P0 Security