Ensure that your Microsoft Azure File Shares are configured with the "AES-256-GCM" SMB channel encryption algorithm to provide strong protection against eavesdropping and Man-In-The-Middle (MITM) attacks, safeguarding sensitive information.
Microsoft Azure File Shares should be configured with the "AES-256-GCM" SMB channel encryption algorithm to provide robust data protection in transit. This algorithm offers stronger security through a larger key size, effectively doubling resistance against brute-force attacks compared to AES-128. Additionally, its widespread adoption in modern security protocols like TLS 1.3, IPsec, and SSH ensures compatibility and adheres to industry best practices, safeguarding against unauthorized interception and tampering.
Audit
To determine if your Azure File Shares are configured with the "AES-256-GCM" SMB channel encryption algorithm only, perform the following operations:
Remediation / Resolution
To ensure that your Azure File Shares are configured with the "AES-256-GCM" SMB channel encryption algorithm only, perform the following operations:
References
- Azure Official Documentation
- What is Azure Files?
- Architecture best practices for Azure Files
- SMB Azure file shares
- Azure Command Line Interface (CLI) Documentation
- az account list
- az account set
- az storage account list
- az storage account file-service-properties show
- az storage account file-service-properties update