NIST 800-53 REV 5 • SYSTEM AND COMMUNICATIONS PROTECTION
SC-28 — Protection of Information at Rest
Protect the {{ insert: param, sc-28_odp.01 }} of the following information at rest: {{ insert: param, sc-28_odp.02 }}.
Supplemental Guidance
Information at rest refers to the state of information when it is not in process or in transit and is located on system components. Such components include internal or external hard disk drives, storage area network devices, or databases. However, the focus of protecting information at rest is not on the type of storage device or frequency of access but rather on the state of the information. Information at rest addresses the confidentiality and integrity of information and covers user information and system information. System-related information that requires protection includes configurations or rule sets for firewalls, intrusion detection and prevention systems, filtering routers, and authentication information. Organizations may employ different mechanisms to achieve confidentiality and integrity protections, including the use of cryptographic mechanisms and file share scanning. Integrity protection can be achieved, for example, by implementing write-once-read-many (WORM) technologies. When adequate protection of information at rest cannot otherwise be achieved, organizations may employ other controls, including frequent scanning to identify malicious code at rest and secure offline storage in lieu of online storage.
Practitioner Notes
Data at rest — on hard drives, in databases, on backup tapes — must be protected from unauthorized access. If someone steals a drive or gains unauthorized access to storage, they should not be able to read the data.
Example 1: Enable BitLocker on all Windows laptops and desktops via GPO. Use TPM + PIN for pre-boot authentication. Back up recovery keys to Active Directory. If a laptop is lost or stolen, the data on the drive is encrypted and unreadable without the correct credentials.
Example 2: Enable Transparent Data Encryption (TDE) on your SQL Server databases. TDE encrypts the database files at rest so even if someone copies the .mdf file, they cannot read the data without the encryption key managed by the SQL Server instance.