14.1 Information Security Principles & The CIA Triad

Key Takeaways

  • The CIA Triad (Confidentiality, Integrity, Availability) represents the foundational model of information security, extended by Non-repudiation, Authenticity, and Accountability to ensure end-to-end governance assurance.
  • The Parkerian Hexad expands the CIA Triad into six distinct security attributes—Confidentiality, Possession/Control, Integrity, Authenticity, Availability, and Utility—addressing critical blind spots such as physical device theft without data exposure or format corruption without unauthorized modification.
  • Defense-in-Depth implements layered, heterogeneous defensive controls across administrative, physical, perimeter, network, host, application, and data tiers so that the failure of any single safeguard does not result in systemic compromise.
  • Threat impact mapping establishes direct causality between security control failures and enterprise business impacts, translating technical vulnerabilities into monetary loss, regulatory penalties, and operational downtime.
  • Effective information security governance requires calibrating leading Key Risk Indicators (KRIs) alongside lagging Key Performance Indicators (KPIs) and Key Control Indicators (KCIs) to measure security posture resilience against enterprise risk appetite.
Last updated: August 2026

14.1 Information Security Principles & The CIA Triad

In enterprise risk management, technical safeguards cannot operate in isolation from organizational objectives. Information security is not merely a technical discipline focused on blocking unauthorized network packets; it is a core governance function designed to preserve business value, maintain operational resilience, ensure regulatory compliance, and protect stakeholder trust. According to ISACA's Risk IT Framework, COBIT 2019, and the CRISC Body of Knowledge, an effective risk practitioner must understand how foundational security principles translate into measurable risk mitigation across complex, hybrid IT environments.

At the core of information assurance is the classic CIA Triad (Confidentiality, Integrity, and Availability), complemented by extended governance principles such as Non-repudiation, Authenticity, and Accountability. To address modern architectural complexities, expanded models such as Donn B. Parker's Parkerian Hexad and layered Defense-in-Depth strategies provide the structural framework required to design, assess, and monitor resilient enterprise security controls.

+-----------------------------------------------------------------------------+
|                  THE EXTENDED INFORMATION ASSURANCE FRAMEWORK               |
|                                                                             |
|   +---------------------------------------------------------------------+   |
|   |                          THE CIA TRIAD                              |   |
|   |                                                                     |   |
|   |   [CONFIDENTIALITY]          [INTEGRITY]          [AVAILABILITY]    |   |
|   |   - Access restriction       - Data accuracy      - Timely access   |   |
|   |   - Privacy protection       - Non-tampering      - Fault tolerance |   |
|   |   - Need-to-know             - State validity     - Disaster recov. |   |
|   +----------------------------------+----------------------------------+   |
|                                      |                                       |
|                                      v EXTENDED GOVERNANCE PRINCIPLES        |
|   +---------------------------------------------------------------------+   |
|   |   [NON-REPUDIATION]          [AUTHENTICITY]       [ACCOUNTABILITY]  |   |
|   |   - Proof of origin/action   - Verified identity  - Traceable audit |
|   |   - Digital signatures       - Origin validation  - Immutable logs  |
|   +----------------------------------+----------------------------------+   |
|                                      |                                       |
|                                      v THE PARKERIAN HEXAD EXPANSION         |
|   +---------------------------------------------------------------------+   |
|   |   - Confidentiality   - Possession/Control   - Integrity            |   |
|   |   - Authenticity      - Availability         - Utility              |   |
|   +---------------------------------------------------------------------+   |
+-----------------------------------------------------------------------------+

1. The Foundational CIA Triad

The CIA Triad remains the primary benchmark for categorizing information security objectives and evaluating the business impact of security incidents.

+-----------------------------------------------------------------------------+
|                        THE CANONICAL CIA TRIAD                              |
|                                                                             |
|                      [ C ] CONFIDENTIALITY                                  |
|                     /     \                                                 |
|                    /       \                                                |
|                   /         \                                               |
|                  /   BUSINESS\                                              |
|                 /     VALUE   \                                             |
|                /               \                                            |
|   [ I ] INTEGRITY ------------- [ A ] AVAILABILITY                          |
+-----------------------------------------------------------------------------+

A. Confidentiality

  • Definition: The assurance that information is accessible only to authorized individuals, entities, processes, or systems, preventing unauthorized disclosure.
  • Core Mechanisms: Data classification schemes, symmetric/asymmetric encryption, access control lists (ACLs), role-based permissions, data masking/tokenization, and non-disclosure agreements (NDAs).
  • Threat Scenarios: Unauthorized database querying, eavesdropping/sniffing on unencrypted network links, shoulder surfing, data exfiltration via malicious insiders or external advanced persistent threats (APTs), and accidental misconfiguration of public cloud storage buckets (e.g., exposed AWS S3 buckets).
  • Business Impact of Compromise: Regulatory non-compliance fines (e.g., GDPR, HIPAA, CCPA), loss of proprietary intellectual property, competitive disadvantage, legal liability, and severe brand reputation erosion.

B. Integrity

  • Definition: The safeguarding of the accuracy, completeness, authenticity, and trustworthiness of information and software assets over their entire lifecycle, ensuring no unauthorized modification, insertion, or deletion occurs.
  • Core Mechanisms: Cryptographic hash functions (e.g., SHA-256), digital signatures, message authentication codes (HMAC), database transaction controls (ACID properties), file integrity monitoring (FIM), and strict change management governance.
  • Threat Scenarios: Unauthorized financial transaction tampering, database record modification, malicious code injection into software build pipelines, man-in-the-middle (MitM) packet manipulation, and silent hardware/storage bit rot.
  • Business Impact of Compromise: Flawed executive decision-making based on corrupted telemetry, fraudulent financial distributions, medical misdiagnoses, operational process failures, and complete loss of forensic audit validity.

C. Availability

  • Definition: The guarantee that systems, applications, communication networks, and data are readily accessible and usable by authorized personnel and automated processes whenever required by business operations.
  • Core Mechanisms: Hardware redundancy (RAID, dual power supplies), clustered load balancers, geographically distributed multi-region failover, automated backup and snapshot pipelines, Disaster Recovery (DR) hot sites, Denial-of-Service (DoS/DDoS) mitigation services, and rigorous capacity planning.
  • Threat Scenarios: Distributed Denial-of-Service (DDoS) volumetric flooding, ransomware encryption of primary and backup storage, infrastructure power or cooling outages, unmanaged hardware component failure, cloud provider regional outages, and accidental routing blackholes (e.g., BGP route leaks).
  • Business Impact of Compromise: Immediate revenue loss from transactional downtime, breach of contractual service level agreements (SLAs) incurring substantial penalties, supply chain gridlock, customer churn, and operational paralysis.

2. Extended Information Assurance Principles

While the CIA Triad provides the baseline, modern enterprise governance mandates three additional assurance pillars to maintain legal defensibility and operational trust:

+-----------------------------------------------------------------------------+
|                     EXTENDED SECURITY PRINCIPLES                            |
|                                                                             |
|   Principle         Governance Objective         Technical Implementation   |
|   ---------------   --------------------------   ------------------------   |
|   Non-Repudiation   Prevents denial of action;   Asymmetric digital         |
|                     proves message origin and    signatures, secure time-   |
|                     delivery integrity.          stamping authorities (TSA) |
|                                                                             |
|   Authenticity      Validates genuine identity   PKI certificates, mutual   |
|                     of subjects, messages, and   TLS (mTLS), cryptographic  |
|                     system components.           HMAC handshakes            |
|                                                                             |
|   Accountability    Traces all system actions    Centralized SIEM logs,     |
|                     uniquely to an authenticated immutable audit trails,    |
|                     individual or service.       WORM storage, session logs |
+-----------------------------------------------------------------------------+

Detailed Breakdown:

  1. Non-Repudiation: Guarantees that the author or sender of a transaction or communication cannot successfully deny having created or transmitted it. In electronic commerce and high-value financial transfers (e.g., SWIFT, Fedwire), non-repudiation is achieved using public key cryptography where only the private key holder could have generated the cryptographic signature.
  2. Authenticity: Confirms that a user, system, or data payload is genuine, valid, and originating from the claimed source. It ensures that an entity communicating across a network is not an impersonator or spoofed node.
  3. Accountability (Traceability): Ensures that every action, modification, access request, or administrative command within an enterprise environment can be unambiguously mapped to a unique human or service identity. This requires unique user IDs (strictly prohibiting shared generic administrative accounts), synchronized time sources (NTP), and tamper-evident, append-only centralized logging.

3. The Parkerian Hexad: Addressing Gaps in the CIA Triad

In 1998, information security pioneer Donn B. Parker proposed the Parkerian Hexad, arguing that the classical CIA Triad is too narrow and frequently conflates distinct security states. The Hexad separates information security into six atomic, non-overlapping attributes.

+-----------------------------------------------------------------------------+
|                        THE PARKERIAN HEXAD (6 ELEMENTS)                     |
|                                                                             |
|   1. CONFIDENTIALITY   Unauthorized observation prevention (encryption).    |
|   2. POSSESSION        Physical/logical custody of the information asset.   |
|   3. INTEGRITY         Internal correctness and uncorrupted state of data.  |
|   4. AUTHENTICITY      Truthfulness of origin, authorship, and identity.    |
|   5. AVAILABILITY      Timely access to information by authorized users.    |
|   6. UTILITY           Usefulness, usability, and fitness for purpose.      |
+-----------------------------------------------------------------------------+

Why the Parkerian Hexad Matters for Risk Practitioners:

+-----------------------------------------------------------------------------+
|                   PARKERIAN HEXAD REAL-WORLD SCENARIOS                      |
|                                                                             |
|   Scenario 1: Stolen Encrypted Laptop                                       |
|   - Confidentiality: PRESERVED (Strong AES-256 Full-Disk Encryption)        |
|   - Possession / Control: LOST (Physical device is in thief's hands)        |
|   * CIA Triad struggles to represent this; Parkerian Hexad isolates it.     |
|                                                                             |
|   Scenario 2: Proprietary CAD File Converted to Incompatible Format         |
|   - Integrity: PRESERVED (No bits were maliciously altered or injected)     |
|   - Utility: DESTROYED (Engineers cannot open or render the file in CAD)   |
|   * Demonstrates that Utility is distinct from mathematical Integrity.      |
|                                                                             |
|   Scenario 3: Encrypted Ransomware Backup Tape                              |
|   - Possession: PRESERVED (Tape remains in physical vault)                  |
|   - Availability: PRESERVED (Tape can be mounted instantly)                 |
|   - Utility / Integrity: LOST (Decryption key lost; data is useless noise)  |
+-----------------------------------------------------------------------------+
Parkerian ElementCore FocusClassic CIA MappingExample of Independent Breach
ConfidentialitySecret information is not viewedConfidentialityAn attacker reads unencrypted customer PII via an exposed SQL database.
Possession / ControlPhysical or logical ownershipConflated with ConfidentialityA backup tape containing strongly encrypted AES-256 data is stolen during courier transit. Possession is lost, but confidentiality remains intact.
IntegrityData is mathematically uncorruptedIntegrityAn attacker flips bit values in a ledger to credit a fraudulent account balance.
AuthenticityOrigin and authorship are genuineConflated with IntegrityAn attacker sends a legitimate, correctly formatted email forged to appear from the Chief Financial Officer (CEO fraud / BEC).
AvailabilityAccessible when requestedAvailabilityA volumetric DDoS attack saturates an internet pipe, preventing customer logins.
UtilityData is usable in its required formatConflated with Availability/IntegrityAn administrator loses the private decryption key for an encrypted database archive. The data exists and is available on disk, but its utility is zero.

[!NOTE] CRISC Governance Implication: Understanding the Parkerian Hexad allows risk practitioners to identify secondary risks—such as lost cryptographic keys (loss of utility) or lost encrypted media (loss of possession)—that do not trigger a statutory privacy breach (confidentiality loss) but still require operational risk treatment and inventory reconciliation.


4. Defense-in-Depth (Layered Security Architecture)

Defense-in-Depth (DiD) is a foundational risk engineering strategy that deploys multiple, layered, heterogeneous defensive mechanisms throughout an information technology infrastructure. The core tenet is that no single security control is infallible. If one layer fails or is bypassed by an adversary, subsequent independent layers automatically intercept and mitigate the threat.

+-----------------------------------------------------------------------------+
|                   DEFENSE-IN-DEPTH (LAYERED CASTLE MODEL)                   |
|                                                                             |
|   [ LAYER 1: ADMINISTRATIVE / GOVERNANCE ]                                  |
|   - Policies, standards, background checks, security awareness training     |
|                                                                             |
|     [ LAYER 2: PHYSICAL SECURITY ]                                          |
|     - Biometric mantraps, perimeter fencing, CCTV, armed guards, locks      |
|                                                                             |
|       [ LAYER 3: PERIMETER / NETWORK ]                                      |
|       - Next-Gen Firewalls (NGFW), DDoS shields, WAF, IPS, DMZ             |
|                                                                             |
|         [ LAYER 4: COMPUTE / HOST ]                                         |
|         - EDR agents, OS hardening, CIS benchmarks, patch management       |
|                                                                             |
|           [ LAYER 5: APPLICATION ]                                          |
|           - Input validation, SSDLC gates, SAST/DAST, API gateways         |
|                                                                             |
|             [ LAYER 6: DATA / INFORMATION ASSET ]                           |
|             - AES-256 encryption at rest, DLP, tokenization, IAM ACLs      |
|                                                                             |
|                     =====> [ CRITICAL DATA ASSET ] <=====                   |
+-----------------------------------------------------------------------------+

The Layered Defense Matrix:

LayerPrimary ObjectiveControl ExamplesFailure Scenario & Compensating Layer
1. AdministrativeEstablish organizational governance and compliance guardrailsEnterprise security policies, acceptable use policies (AUP), vendor risk reviews, mandatory trainingFailure: Employee clicks phishing email. Compensating Layer: Host EDR blocks malicious payload execution.
2. PhysicalPrevent unauthorized physical access to computing hardwareData center biometric locks, security guards, CCTV surveillance, environmental controlsFailure: Rogue technician enters server room. Compensating Layer: Host-level full-disk encryption prevents data extraction.
3. Perimeter & NetworkRestrict unauthorized network ingress/egress and inspect trafficNGFW, Intrusion Prevention Systems (IPS), Web Application Firewalls (WAF), micro-segmentationFailure: Zero-day exploit bypasses WAF. Compensating Layer: Application-layer parameterized queries prevent SQL injection.
4. Host & ComputeProtect server operating systems, containers, and virtual machinesEDR/XDR agents, host-based firewalls, automated patch management, CIS baseline hardeningFailure: Attacker obtains local admin privileges. Compensating Layer: Data-layer encryption with Hardware Security Module (HSM) keys prevents decryption.
5. ApplicationPrevent logic flaws and software vulnerabilitiesSecure coding standards (OWASP Top 10), automated SAST/DAST, input sanitization, API tokensFailure: Logic flaw allows unauthorized data query. Compensating Layer: Database activity monitoring (DAM) and DLP trigger exfiltration alerts.
6. DataProtect the core information asset directlyAES-256 encryption at rest, column-level database encryption, tokenization, strict RBAC/ABACUltimate Safeguard: Even if perimeter, host, and application are breached, encrypted data without key access remains indecipherable.

[!IMPORTANT] The Diversity of Defense Principle: True Defense-in-Depth requires heterogeneity (diversity of vendors, control types, and enforcement points). Deploying two identical firewalls from the same vendor in series does not constitute true layered defense; an exploit against one firmware version will simultaneously compromise both. Combining administrative, physical, technical, and automated controls ensures robust risk resilience.


5. Threat Impact Mapping & Business Risk Alignment

A critical competency tested on the CRISC exam is the ability to map technical threats to enterprise business impacts through the lens of the CIA Triad.

+-----------------------------------------------------------------------------+
|               THREAT-TO-IMPACT GOVERNANCE MAPPING PIPELINE                  |
|                                                                             |
|   +-------------------+     +--------------------+     +----------------+   |
|   | THREAT EVENT      | --> | CIA PILLAR BREACH  | --> | BUSINESS       |   |
|   | - SQL Injection   |     | - Confidentiality  |     | IMPACT         |   |
|   | - Ransomware      |     | - Integrity        |     | - Legal fines  |   |
|   | - DDoS attack     |     | - Availability     |     | - Lost revenue |   |
|   | - Rogue employee  |     | - Parkerian Hexad  |     | - Brand damage |   |
|   +-------------------+     +--------------------+     +----------------+   |
+-----------------------------------------------------------------------------+

Threat Impact Matrix:

Threat CategoryPrimary CIA Pillar ImpactedDirect Technical EffectDownstream Business Impact (CRISC Focus)
Credential Stuffing / Account TakeoverConfidentiality & IntegrityUnauthorized access to user profiles; unauthorized modification of shipping/billing detailsFinancial fraud reimbursement costs, customer churn, regulatory reporting under privacy laws (GDPR/CCPA).
Volumetric DDoS AttackAvailabilityNetwork bandwidth saturation, firewall state-table exhaustion, web portal outageDirect sales revenue loss, contractual SLA penalty payouts, call center overload, public reputation damage.
Ransomware ExtortionAvailability & ConfidentialityPrimary data storage encrypted (loss of availability); corporate files exfiltrated (breach of confidentiality)Business operational paralysis, multimillion-dollar ransom negotiation expenses, regulatory sanctions, class-action litigation.
Data Tampering / Man-in-the-MiddleIntegrity & AuthenticityTransaction parameters altered in transit; fake financial wire instructions insertedDirect capital loss, falsified financial reporting, regulatory enforcement for internal control failure (SOX 404).
Insider Data Theft (Encrypted Drive)Possession / ControlPhysical hardware missing from inventory, but cryptographic keys remain secureAsset replacement cost, forensic audit expense, formal notification to data protection authorities confirming no data compromise.

6. Information Security Governance Metrics & Telemetry

To manage information security risk effectively, risk practitioners must establish quantitative telemetry that measures control health (KCIs), operational performance (KPIs), and forward-looking risk exposure (KRIs) across the CIA pillars.

+-----------------------------------------------------------------------------+
|                   INFORMATION SECURITY GOVERNANCE METRICS                   |
|                                                                             |
|   CIA Pillar        Key Control (KCI)           Key Risk Indicator (KRI)    |
|   ---------------   -------------------------   -------------------------   |
|   Confidentiality   % of endpoints with         Rate of anomalous outbound  |
|                     active, verified DLP agent  data volume spikes to cloud |
|                                                                             |
|   Integrity         % of critical servers with  Number of unapproved        |
|                     active File Integrity Mon.  production config changes   |
|                                                                             |
|   Availability      Average backup restoration  Mean Time to Recover (MTTR) |
|                     success rate in drills (%)  trend degradation on APIs   |
+-----------------------------------------------------------------------------+

7. CRISC Exam Traps & Real-World Scenarios

Exam Trap 1: Conflating Possession with Confidentiality in Parkerian Hexad Questions

  • The Trap: A question describes an employee losing an encrypted USB thumb drive containing customer records (protected by validated AES-256 encryption with a complex key). The question asks which security attribute was compromised.
  • The Reality: Under the Parkerian Hexad, Possession/Control was lost, but Confidentiality was NOT breached because the data cannot be read without the key. In standard CIA, candidates often incorrectly select Confidentiality.

Exam Trap 2: Believing Availability is Solely an IT Operations Concern

  • The Trap: Assuming that availability is purely an infrastructure or network operations responsibility and outside the domain of information security risk management.
  • The Reality: Availability is an equal pillar of the CIA Triad. Security risks such as ransomware, DDoS attacks, routing hijacking, and cryptographic lockouts directly destroy availability, threatening the survival of the enterprise.

Exam Trap 3: Treating Defense-in-Depth as Redundant Duplicate Tools

  • The Trap: Believing that purchasing multiple firewalls from the same vendor fulfills Defense-in-Depth requirements.
  • The Reality: True Defense-in-Depth requires heterogeneous, multi-tiered controls spanning administrative policies, physical barriers, network perimeters, endpoint protections, application logic, and data-centric safeguards.

Real-World Governance Scenario:

A multinational medical device manufacturer experienced a ransomware infection that locked the operational database of its patient diagnostic platform. The cryptographic backup archives were intact, but restoring the 80-terabyte database required 72 hours, exceeding the organization's approved Recovery Time Objective (RTO) of 4 hours. While data Integrity and Confidentiality were preserved, the catastrophic failure of Availability forced hospitals to divert emergency surgeries, resulting in millions of dollars in contractual liabilities and regulatory investigations. The risk committee subsequently mandated the deployment of active-active hot-site replication and automated failover telemetry to restore availability within enterprise risk appetite.

Test Your Knowledge

A healthcare provider's courier loses an unencrypted physical backup magnetic tape during transit between data centers. Forensic investigation confirms the tape contained 500,000 patient diagnostic records. Under the Parkerian Hexad information assurance model, which two distinct security attributes were directly compromised by this incident?

A
B
C
D
Test Your Knowledge

An enterprise risk practitioner is evaluating the security architecture of a financial payment processing gateway that executes high-value interbank wire transfers. To ensure legal enforceability and prevent originating financial institutions from disputing or denying the execution of authorized transfer instructions, which security principle must be enforced, and what technical control is most effective?

A
B
C
D
Test Your Knowledge

An organization is redesigning its corporate cybersecurity architecture to mitigate advanced persistent threats (APTs). The Chief Information Security Officer (CISO) mandates the implementation of a comprehensive Defense-in-Depth strategy. Which of the following architectural implementations best illustrates the principle of true layered defense-in-depth?

A
B
C
D
Test Your Knowledge

During an annual enterprise risk assessment, the risk committee reviews Key Risk Indicators (KRIs) associated with core cloud application availability. Which of the following metrics serves as the most effective forward-looking (leading) KRI to alert leadership of rising availability risk before service level agreements (SLAs) are breached?

A
B
C
D