Question

Difficulty: Very hardCIA Triad and Non-Repudiation

An industrial smart grid operator manages several automated telemetry, control, and audit subsystems. Match each operational security scenario on the left with the primary CIA triad pillar or related security objective that is either violated or enforced on the right.

  • An adversary intercepting unencrypted microwave radio links between electrical substations to read operational load and power usage metrics.Confidentiality
  • An attacker deploying a distributed flood against grid control gateways, delaying emergency shutdown signals during a transformer failure.Availability
  • A malicious actor modifying calibration data within a remote terminal unit (RTU) database, leading to inaccurate telemetry without disrupting connectivity.Integrity
  • A chief engineer authorizing a critical relay logic patch using their private key and smart card, enabling auditors to indisputably attribute the change.Non-Repudiation

Answer

1. Intercepting unencrypted microwave links → Confidentiality
2. Flooding control gateways during emergency → Availability
3. Modifying RTU database calibration data → Integrity
4. Signing relay logic patches with a private key → Non-Repudiation
Each scenario maps to its core security objective based on the nature of the threat or control. Unauthorized data viewing targets Confidentiality; blocking system access targets Availability; unauthorized data modification targets Integrity; and cryptographically proving the origin of an update enforces Non-Repudiation.

Step-by-Step Solution

1
Analyze the microwave eavesdropping scenario.
Unauthorized exposure of power usage metrics to outside eavesdroppers compromises data secrecy.
Protecting data from unauthorized disclosure is the definition of Confidentiality.
2
Analyze the network flood attack scenario.
Emergency shutdown communications are blocked or delayed due to system resource exhaustion.
Ensuring timely and reliable access to systems and data is the definition of Availability.
3
Analyze the calibration database alteration scenario.
Data is tampered with and corrupted while remaining operational.
Maintaining the accuracy, completeness, and uncorrupted state of data is the definition of Integrity.
4
Analyze the digitally signed engineering patch scenario.
The engineer's unique private key creates cryptographic proof of origin that cannot be refuted.
Providing proof of origin and authenticity that prevents an entity from denying an action constitutes Non-Repudiation.

Key Concept

Core Pillars of Information Security (CIA Triad) and Non-Repudiation
Rate this question