SV-271322r1108582_rule
V-271322
SRG-APP-000231-DB-000154
SQLI-22-009700
CAT I
10
Document and implement procedures to safely back up and store the Master Key in a secure location that is not on the SQL Server. Include in the procedures methods to establish evidence of backup and storage, and careful, restricted access and restoration of the Master Key.
BACKUP MASTER KEY TO FILE = 'path_to_file'
ENCRYPTION BY PASSWORD = 'password';
As this requires a password, take care to ensure it is not exposed to unauthorized persons or stored as plain text.
If the application owner and authorizing official have determined that encryption of data at rest is not required, this is not a finding.
Review procedures for and evidence of backup of the Master Key in the System Security Plan.
If the procedures or evidence does not exist, this is a finding.
If the procedures do not indicate that a backup of the Master Key is stored in a secure location that is not on the SQL Server, this is a finding.
If procedures do not indicate access restrictions to the Master Key backup, this is a finding.
V-271322
False
SQLI-22-009700
If the application owner and authorizing official have determined that encryption of data at rest is not required, this is not a finding.
Review procedures for and evidence of backup of the Master Key in the System Security Plan.
If the procedures or evidence does not exist, this is a finding.
If the procedures do not indicate that a backup of the Master Key is stored in a secure location that is not on the SQL Server, this is a finding.
If procedures do not indicate access restrictions to the Master Key backup, this is a finding.
M
5677