A network security administrator needs to select a security control that specifically protects log files against unauthorized modification while stored at rest on a syslog server. Which of the following technical controls directly fulfills this Integrity requirement?
- Calculating and periodically verifying SHA-256 cryptographic hashes of the stored log filesAnswer
- BEnforcing HTTPS transport using TCP port 443 to transmit log files across the local subnet
- CDeploying a RADIUS authentication server to encrypt log file bodies on the local hard drive
- DIsolating syslog server traffic inside a dedicated Layer 2 Virtual Local Area Network (VLAN)
Answer
Calculating and periodically verifying SHA-256 cryptographic hashes of the stored log files directly ensures data integrity at rest by providing a mechanism to detect any unauthorized modification of stored data.
The correct option involves generating and verifying SHA-256 cryptographic hashes. Cryptographic hashing provides one-way mathematical verification that file contents remain unaltered, directly supporting the Integrity pillar of the CIA triad for stored log files.
Step-by-Step Solution
Key Concept
Integrity Control via Cryptographic Hashing