A network security administrator is evaluating an automated log collection architecture. Network routers and switches are configured to transmit syslog messages to a centralized syslog server over an encrypted TLS connection. However, the syslog server writes the received log streams directly to a disk volume without generating message digests, cryptographic hashes, or digital signatures. During a post-incident investigation, security analysts discover that an attacker compromised local host credentials on the log server and modified historic log entries to erase evidence of lateral movement. Which security pillar of the CIA triad was directly compromised due to the lack of log hashing or cryptographic validation?
- Integrity, because the storage mechanism lacks controls to detect or prevent unauthorized modification of the log data.Answer
- BConfidentiality, because encrypted TLS transmission failed to protect log content while in transit across the network.
- CAvailability, because unauthorized modifications prevented network administrators from accessing the syslog daemon.
- DNon-repudiation, because network devices failed to authenticate the identity of the central syslog destination server.
Answer
Integrity, because the storage mechanism lacks controls to detect or prevent unauthorized modification of the log data.
The correct answer highlights Integrity because the core security gap stems from the storage repository failing to apply cryptographic hashing (such as SHA-256) or digital signatures to stored log files. Integrity ensures that data remains whole, accurate, and protected against unauthorized modification or tampering.
Step-by-Step Solution
Key Concept
CIA Triad: Integrity and Data Immutability Controls