UCF STIG Viewer Logo

The Service Master Key should be backed up, stored offline and off site.


Overview

Finding ID Version Rule ID IA Controls Severity
V-15177 DM6188-SQLServer9 SV-25498r1_rule IAKM-1 IAKM-2 IAKM-3 Medium
Description
Backup and recovery of the Service Master Key may be critical to the complete recovery of the database.
STIG Date
Microsoft SQL Server 2005 Database Security Technical Implementation Guide 2015-06-16

Details

Check Text ( C-13824r1_chk )
Review procedures for and evidence of backup of the SQL Server Service 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 offline and off-site storage of the Service Master Key, this is a Finding.

If procedures do not indicate access restrictions to the Service Master Key backup, this is a Finding.
Fix Text (F-14845r1_fix)
Document and implement procedures to safely backup and store the service master key.

Include in the procedures methods to establish evidence of backup and storage and careful, restricted access and restoration of the service master key.

Also, include provisions to store the key offsite.

BACKUP SERVICE MASTER KEY TO FILE = 'path_to_file'
ENCRYPTION BY PASSWORD = 'password'