0xnhl

CIA Triad

/ Update
1 min read

CIA triad#

The CIA triad is a foundational information security model designed to guide policies for protecting data and systems.
CIA stands for Confidentiality, Integrity, and Availability.
attachments/Pasted-image-20240628204323

  • Confidentiality: Ensures sensitive data is accessed only by authorized individuals. It restricts unauthorized viewing or exposure of private information.
    • Controls: Encryption, access control lists (ACLs), multi-factor authentication (MFA).
  • Integrity: Guarantees that information and systems remain trustworthy, accurate, and have not been improperly altered or destroyed.
    • Controls: Hashing, version control, digital signatures.
  • Availability: Ensures authorized users have timely, reliable access to information and systems exactly when they need them.
    • Controls: Data backups, redundancy, DDoS protection.
CIA Triad
https://nahil.xyz/vault/grc/cia-triad/
Author Nahil Rasheed
Published at June 24, 2025
Disclaimer This content is provided strictly for educational purposes only.