During a routine audit, a system administrator discovers that an internal API service running on a web server had its configuration settings modified without authorization. While the service remained continuously reachable and no sensitive customer records were exposed or viewed by unauthorized parties, the altered configuration caused transaction logs to record invalid data. Which principle of the CIA triad was directly compromised in this scenario, and which security mechanism specifically protects against this type of breach?
- Integrity; protected by enforcing strict file access control lists and cryptographic hashing to detect and prevent unauthorized data alterations.Cevap
- BAvailability; protected by implementing redundant load balancing across multiple active server nodes.
- CConfidentiality; protected by enforcing Transport Layer Security (TLS) payload encryption over TCP connection channels.
- DAuthentication; protected by switching remote management traffic from RADIUS to TACACS+ for network hardware devices.
Cevap
Integrity was compromised, which is best protected by enforcing file access control lists and cryptographic hashing to prevent unauthorized alterations.
Integrity is the core security concept dedicated to ensuring data, configurations, and system resources remain unmodified and accurate unless explicitly changed by authorized users. Enforcing strict file permissions and verifying checksums or cryptographic hashes ensures files cannot be secretly altered.
Adım Adım Çözüm
Anahtar Kavram
CIA Triad Principles & Integrity Controls
Tahmini Süre:1m 15s