Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.4 KB

blob-service-immutable.md

File metadata and controls

26 lines (22 loc) · 2.4 KB

CloudSploit

AZURE / Blob Service / Blob Service Immutable

Quick Info

Plugin Title Blob Service Immutable
Cloud AZURE
Category Blob Service
Description Ensures data immutability is properly configured for blob services to protect critical data against deletion
More Info Immutable storage helps store data securely by protecting critical data against deletion.
AZURE Link https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-immutable-storage#Getting-started
Recommended Action Enable a data immutability policy for all storage containers in the Azure storage account.

Detailed Remediation Steps

  1. Log in to the Microsoft Azure Management Console.
  2. Find the search bar at the top and search for "Storage accounts".
  3. Select the "Storage account" by clicking on the "Name" link to access the configuration changes.
  4. In the left navigation panel click on "Containers" under "Data Storage"
  5. In the Containers List, select the container by clicking on the triple dots (...) on the extreme right and select "Access Policy".
  6. In the "Access Policy" panel check the "Permissions" associated with the "Blob". If the "Blob" allow full (racwdl) read, add, create, write, delete, or list permissions then the selected "Blob" is not properly configured in blob services to protect critical data against deletion.
  7. To change permissions in the "Access Policy" panel, click on triple dots (...) at the right and select "Edit".
  8. Uncheck the "Add/Write/Detele/List" policies under the "Permissions" and click on the "OK" button to make the changes.
  9. Repeat steps number 5 - 8 to ensure data immutability is properly configured in blob services to protect critical data against deletion.