CIA and Non-Repudiation

Key Takeaways

  • Confidentiality protects against unauthorized disclosure; encryption, access control, classification, and masking enforce it.
  • Integrity protects against unauthorized or unexpected modification; hashing, digital signatures, and file integrity monitoring detect it.
  • Availability keeps systems, services, and data usable when needed; redundancy, failover, and backups preserve it.
  • Non-repudiation depends on trustworthy identity, record integrity, synchronized time, and preserved evidence — a log alone is not enough.
  • SY0-701 scenarios ask which part of the CIA triad is PRIMARILY affected even when several are touched — read the stem's outcome verb.
Last updated: June 2026

CIA as a Decision Tool

The CIA triad — confidentiality, integrity, and availability — is the foundation of objective 1.2 on the current CompTIA Security+ SY0-701 exam (launched November 2023; up to 90 questions in 90 minutes; passing score 750 on a 100–900 scale; ~$425 voucher in the United States). Domain 1, General Security Concepts, is 12% of the exam, but its vocabulary recurs across all five domains. Treat the triad as a fast classifier: it tells you what went wrong, which risk is highest, and which control is most relevant.

PrincipleProtects againstCommon controlsScenario clue
ConfidentialityUnauthorized disclosureEncryption, access control, data masking, classification, DLP"exposed", "read by", "leaked", "public site"
IntegrityUnauthorized or unexpected changeHashing, digital signatures, file integrity monitoring, input validation"modified", "tampered", "hash mismatch", "altered"
AvailabilityLoss of access or serviceRedundancy, failover, backups, capacity planning, anti-DDoS"unavailable", "outage", "latency", "locked out"
Non-repudiationCredible denial of an actionDigital signatures, audit logs, time stamps, strong identity proof"cannot deny", "prove who approved", "signed"

Non-repudiation is grouped with the triad on SY0-701 even though it is not strictly part of CIA. It is the assurance that a party cannot later deny having performed an action — critical for contracts, financial approvals, and forensic accountability.

Scenario Classification

The exam rarely asks "define confidentiality." It describes an event and asks which principle is primarily affected. Map the outcome verb to a principle.

ScenarioPrimary principleWhy
A contractor downloads customer records from a folder they should not accessConfidentialityData was disclosed to an unauthorized party
A payment file hash does not match the known-good valueIntegrityEvidence suggests unauthorized or accidental modification
A DDoS attack prevents customers from reaching a portalAvailabilityThe service cannot be used when needed
A manager disputes approving a high-risk firewall exceptionNon-repudiationThe business needs reliable proof of who approved the action

Non-Repudiation Requires More Than a Log

An audit log supports non-repudiation only if the identity and the log's integrity are trustworthy. A shared admin account with editable local logs is weak evidence; a named account with multi-factor authentication (MFA), centralized append-only logging, synchronized time, and ticketed approval is strong evidence.

Weak evidenceStronger evidence
Shared administrator accountNamed privileged account with MFA
Local log file on the same serverCentralized tamper-resistant (write-once) logging
No time synchronizationNTP-backed time stamps across hosts
Verbal approvalSigned or ticketed approval with approver identity
Plain message contentDigital signature tied to a private key

Digital signatures deliver non-repudiation because only the holder of the private key could have produced the signature, and the matching public key proves it — while simultaneously providing integrity. Encryption alone does not, because anyone with the symmetric key could have authored the message.

A useful way to internalize the difference: confidentiality is about who can see, integrity is about whether it changed, availability is about whether it works, and non-repudiation is about who can be held responsible. A single sentence in an exam stem usually emphasizes exactly one of these four outcomes, and your job is to match the emphasized outcome to its principle while ignoring the plausible-but-secondary effects the question deliberately mentions to distract you. Candidates lose points by selecting the principle that is technically also true rather than the one the scenario is actually about.

Exam Trap: More Than One CIA Impact

Real incidents touch several principles at once. Ransomware can violate confidentiality (data exfiltrated before encryption — the modern "double extortion" pattern), integrity (files altered or corrupted), and availability (files encrypted and unusable). The exam still wants ONE primary answer, so anchor on the stem's stated outcome:

  • "Users cannot access encrypted files" → availability is primary.
  • "Stolen files appeared on a leak site" → confidentiality is primary.
  • "Records were silently changed to alter balances" → integrity is primary.

A second classic trap pairs the wrong control with the goal. Encryption protects confidentiality, not integrity; a hash detects change but does not stop it; a backup restores availability but does nothing to prevent disclosure.

Fast Rule (Apply in Order)

QuestionIf yes, think
Did someone see data they should not see?Confidentiality
Did data or code change without authorization?Integrity
Can users or systems use the service when needed?Availability
Does the organization need proof a specific party acted?Non-repudiation

Work the list top to bottom and stop at the first match the stem emphasizes. This ordering mirrors how SY0-701 distractors are built: they offer a true-but-secondary principle alongside the primary one to test whether you parsed the outcome rather than the surrounding noise.

Finally, watch for non-CIA distractors planted in answer lists, such as "deterrence" or "authentication." Deterrence is a control category, not a triad property, and authentication is the mechanism that supports confidentiality and non-repudiation rather than a principle in its own right. When all four CIA-style options appear, the answer is almost always one of confidentiality, integrity, or availability — non-repudiation surfaces only when the stem explicitly involves proving or denying that a specific party performed an action, such as a disputed approval, a signed transaction, or an audit finding that must hold up under later challenge.

Test Your Knowledge

A database table is changed so account balances are incorrect, but no data was exposed and the application remains online. Which security principle is primarily affected?

A
B
C
D
Test Your Knowledge

Which set of controls best supports non-repudiation for an executive approval workflow?

A
B
C
D
Test Your Knowledge

An organization wants to ensure a signed contract sent over email cannot later be repudiated by the sender, while also proving it was not altered in transit. Which control best meets both needs?

A
B
C
D
Test Your KnowledgeMatching

Match each scenario to the primary security principle.

Match each item on the left with the correct item on the right

1
Unauthorized user reads payroll records
2
File hash changes unexpectedly
3
Customer portal is down during business hours
4
Signer cannot credibly deny sending an approved contract