An energy distribution company is upgrading its remote terminal unit (RTU) fleet across regional sub-stations. The security engineering team must implement a mechanism for over-the-air (OTA) control command execution. The system must guarantee that once a lead control engineer issues a high-voltage switching instruction, the engineer cannot later deny having authorized the command, and the RTUs can verify both origin authenticity and data integrity. Which of the following technical controls best satisfies this security requirement?
- Digitally signing the command payload using the lead control engineer's private keyAnswer
- BGenerating a Hash-based Message Authentication Code (HMAC) using a shared symmetric key
- CEncrypting the payload with AES-256 in Galois/Counter Mode (GCM) using a shared pre-shared key
- DConfiguring role-based access control (RBAC) permissions on the central SCADA dispatch workstation
Answer
Digitally signing the command payload using the lead control engineer's private key
Digitally signing the payload with a private key provides non-repudiation because only the private key owner could have generated the signature. Anyone with the corresponding public key can verify integrity and authenticity, preventing the sender from denying their action.
Step-by-Step Solution
Key Concept
Non-Repudiation through Asymmetric Digital Signatures
Estimated Time:1m 15s