An enterprise systems administrator discovers that an attacker gained access to a database server and modified audit log files to erase evidence of unauthorized database queries. The administrator needs to select a security control that specifically ensures log files cannot be altered or tampered with without detection. Which of the following core security controls best maintains this specific pillar of the CIA triad?
- Implementing cryptographic hashing and digital signatures for generated log filesAnswer
- BDeploying Transport Layer Security encryption for syslog packet transport across network segments
- CConfiguring dual redundant syslog collectors to accept log streams via UDP port 514
- DRestricting remote administration access by replacing Telnet on port 23 with SSH on port 22
Answer
Implementing cryptographic hashing and digital signatures for generated log files directly preserves data integrity, ensuring any modification or deletion of log entries is immediately detectable.
Generating cryptographic hashes and applying digital signatures ensures data integrity. Any unauthorized modification to audit logs changes the calculated hash value, making alterations immediately detectable.
Step-by-Step Solution
Key Concept
CIA Triad Integrity Controls