A network security administrator is establishing data protection policies for automated router configuration backups stored on a remote server. Which TWO of the following technical controls directly safeguard the Integrity pillar of the CIA triad for these backup files?
- Calculating SHA-256 cryptographic checksums for each configuration backup immediately after creation and verifying them prior to restorationAnswer
- Applying digital signatures to backup file manifests using an enterprise public key infrastructure (PKI)Answer
- CEncrypting the backup files at rest using AES-256 bit symmetric block ciphers
- DTransmitting backup files across the network using SSH/SFTP on TCP port 22
Answer
Calculating SHA-256 checksums and applying digital signatures to backup manifests directly safeguard the Integrity pillar of the CIA triad.
Integrity guarantees that data remains authentic, accurate, and safeguard against unauthorized modification. Calculating SHA-256 checksums allows administrators to verify that a backup file has not been corrupted or altered prior to applying it to network equipment. Digital signatures combine asymmetric cryptography with hashing to guarantee both file integrity and origin non-repudiation.
Step-by-Step Solution
Key Concept
CIA Triad - Integrity Controls vs. Confidentiality Controls