Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 3.03 KB

file-service-encryption.md

File metadata and controls

29 lines (24 loc) · 3.03 KB

CloudSploit

AZURE / Storage Accounts / File Service Encryption

Quick Info

Plugin Title File Service Encryption
Cloud AZURE
Category Storage Accounts
Description Ensures data encryption is enabled for File Services
More Info File Service encryption protects your data at rest. Azure Storage encrypts your data and automatically decrypts it for you as you access it.
AZURE Link https://docs.microsoft.com/en-us/azure/storage/common/storage-service-encryption
Recommended Action Ensure that data encryption is enabled for each File Service.

Detailed Remediation Steps

  1. Log in to the Microsoft Azure Management Console.
  2. Select the "Search resources, services, and docs" option at the top and search for "Storage accounts".
  3. On the "Storage account" page, scroll down the left navigation panel and choose "File shares" under "Data Storage".
  4. Select the "File share" on the "File sharing" page and check the storage account name at the top. File shares are a part of the Storage container. So to ensure encryption is properly configured for File Shares we have to check the encryption of the corresponding container
  5. Navigate to "Storage account", select the corresponding "Storage account", scroll down the left navigation panel and choose "Encryption" under "Security + networking".
  6. On the "Encryption page" scroll down and check the "Encryption type". If "Microsoft-managed keys" is selected, then "BYOK encryption" is not configured in the File Service Encryption.
  7. To enable "BYOK encryption" select "Encryption type" as "Customer-managed keys". In the "Encryption key" select option "Select from key vault".
  8. In the "Key Vault and key" click on the blue hughlighted text "Select a key vault and key".
  9. On the "Select a key" page, select "Key store type" as "Key vault". In the "Key vault" and "key" options, select the key vault and key from the dropdown or you can create your own key vault and key. Click "Select" button at the end to save the selected options.
  10. Click on the "Save" button at the end to make the changes.
  11. Repeat step number 3 - 10 to ensure that data encryption is enabled for each File Service.