CAS-002 · Question #176
The marketing department at Company A regularly sends out emails signed by the company's Chief Executive Officer (CEO) with announcements about the company. The CEO sends company and personal emails…
The correct answer is B. Non-repudiation. Non-repudiation through digital signatures allows the CIO to cryptographically prove which emails were signed by the CEO's unique private key versus those sent by the marketing department.
Question
The marketing department at Company A regularly sends out emails signed by the company's Chief Executive Officer (CEO) with announcements about the company. The CEO sends company and personal emails from a different email account. During legal proceedings against the company, the Chief Information Officer (CIO) must prove which emails came from the CEO and which came from the marketing department. The email server allows emails to be digitally signed and the corporate PKI provisioning allows for one certificate per user. The CEO did not share their password with anyone. Which of the following will allow the CIO to state which emails the CEO sent and which the marketing department sent?
Options
- AIdentity proofing
- BNon-repudiation
- CKey escrow
- DDigital rights management
How the community answered
(32 responses)- A6% (2)
- B88% (28)
- C3% (1)
- D3% (1)
Why each option
Non-repudiation through digital signatures allows the CIO to cryptographically prove which emails were signed by the CEO's unique private key versus those sent by the marketing department.
Identity proofing is the process of verifying a user's identity during enrollment, not a mechanism for proving message origin after the fact during legal proceedings.
Non-repudiation ensures that a sender cannot deny sending a message by binding the message to their unique private key through a digital signature that only they could produce. Since the corporate PKI issues one certificate per user and the CEO did not share their password, only the CEO could have used the private key associated with their certificate to sign emails. Any email bearing a valid signature from the CEO's certificate was definitively sent from the CEO's account, distinguishing it from unsigned marketing department emails.
Key escrow is a mechanism for storing copies of cryptographic keys for recovery purposes and does not itself prove who signed or sent a specific email.
Digital rights management controls how content is accessed and distributed after creation but does not provide cryptographic proof of message origin or authorship.
Concept tested: Non-repudiation via digital signatures and PKI
Source: https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-5.pdf
Topics
Community Discussion
No community discussion yet for this question.