TTechclick ⚡ XP 0% All lessons
ISC2 · CISSP Domain 3 · Architecture & EngineeringInteractive · L1 / L2 / L3

CISSP Domain 3: Security Architecture and Engineering Guide — Build Security In, Not On

Master CISSP Domain 3, Security Architecture and Engineering, the way real architects do: secure design principles, formal models, cryptography, and physical defense that hold up under audit and attack.

📅 2026-06-03 · ⏱ 14 min · 1 interactive demo · 5 infographics · 🏷 10-Q assessment + AI Tutor inline

⚡ Quick Answer

CISSP Domain 3 deep-dive: secure design principles, Bell-LaPadula and Biba models, post-quantum cryptography (FIPS 203/204/205), and physical security. 13% of the exam.

🎯 By the end you will be able to

Read as:

Pick where you want to start

1

Secure design principles

Build security in from design: minimal access, layered controls, verify everything, fail closed.

2

Security models

BLP = confidentiality (no read up/write down); Biba = its integrity mirror (no write up/read down).

3

Cryptography

Signatures alone give non-repudiation; plan ML-KEM/ML-DSA migration before quantum breaks RSA/ECC.

4

System & physical security

Shrink the check-to-use window, demand FIPS L3 HSMs, and use clean-agent fire suppression.

🧠 Warm-up — 3 questions, no score

Just notice which ones make you pause. We answer all three inside the lesson.

1. Bell-LaPadula's *-property (star property) prevents which action to protect confidentiality?

Answered in Secure design principles.

2. Which NIST standard, finalized August 2024, specifies the quantum-resistant key-encapsulation mechanism (ML-KEM)?

Answered in Cryptography.

3. In physical security design, the four functional goals of layered controls are deter, detect, delay, and what?

Answered in Security models.

Most engineers think…

Domain 3 is the hardest because it is all about memorizing Bell-LaPadula and Biba arrows ("no read up, no write down").

The arrows are barely 1 of 10 subdomains. ISC2 weights Domain 3 at 13% across secure design, cryptography, vulnerability assessment, and physical security, and as of April 2026 it now folds in AI/ML pipeline security and post-quantum migration. Memorize the arrows in an hour; the real exam tests whether you can choose the right control for a given architecture.

Security Architecture and Engineering is where security stops being policy and becomes structure. Domain 3 is 13% of the CISSP exam and the broadest technically: it spans secure design principles (least privilege, defense in depth, zero trust, secure defaults), the formal security models that prove a system enforces confidentiality or integrity, cryptography from symmetric ciphers to NIST's new post-quantum standards, and the physical engineering of data centers, power, and fire suppression. In a real job this is the architect's domain, the person who decides how a control is enforced before the first line of code, so that a single misconfiguration cannot collapse the whole system. Get this right and security is built in; get it wrong and every later domain spends its budget compensating.

Figure 1 — Domain 3 in the CBK
Where Domain 3 sits inside the eight-domain CISSP Common Body of Knowledge.The eight CISSP domains as tiles with their exam weights; Domain 3 (Architecture & Eng) is highlighted to show its place in the wider certification.Domain 3 in the bigger picture1Security & Risk Mgmt16% of the exam2Asset Security10% of the exam3Architecture & Eng13% of the exam · YOU ARE HERE4Network Security13% of the exam5IAM13% of the exam6Assessment & Testing12% of the exam7Security Operations13% of the exam8Software Dev Security10% of the exam
Domain 3 is undefined of the CISSP exam. This deep dive is one of eight — the others are linked at the bottom.
Colour key:active / key steppass / allowedcautionfail / attacker
Figure 2 — The four areas of Domain 3
The four areas that make up CISSP Domain 3: Security Architecture and Engineering.Domain 3 broken into its four study areas — Secure design principles, Security models, Cryptography, System & physical security — each with its single most important takeaway.The four areas of Domain 31Secure design principlesBuild security in from design: minimalaccess, layered controls, verify everything,2Security modelsBLP = confidentiality (no read up/writedown); Biba = its integrity mirror (no write3CryptographySignatures alone give non-repudiation; planML-KEM/ML-DSA migration before quantum b4System & physical securityShrink the check-to-use window, demand FIPSL3 HSMs, and use clean-agent fire suppre
This blog walks all four areas in order. Tap the path cards above to jump to any one.

Domain 3 at a glance

Flip each card for the one-line essence of each area before you dive in.

🧩
Secure design principles
tap to flip

Build security in from design: minimal access, layered controls, verify everything, fail closed.

🔎
Security models
tap to flip

BLP = confidentiality (no read up/write down); Biba = its integrity mirror (no write up/read down).

🛠
Cryptography
tap to flip

Signatures alone give non-repudiation; plan ML-KEM/ML-DSA migration before quantum breaks RSA/ECC.

🧠
System & physical security
tap to flip

Shrink the check-to-use window, demand FIPS L3 HSMs, and use clean-agent fire suppression.

Secure design principles

Think of a bank vault: one guard cannot open it alone, the door locks itself if power dies, and even insiders get only the keys their job needs. That is secure design in one image. The 2024 ISC2 outline frames these as secure design principles you bake in before a single line of code ships, not bolt on after a breach.

Least privilege grants every user, service, and process only the permissions its task demands and nothing more. A backup script needs read access, never domain-admin rights. Separation of duties splits a sensitive action so no one person can complete it alone. The developer who writes code should not also approve its push to production. Defense in depth layers independent controls so one failure never collapses the whole system: firewall, then segmentation, then MFA, then logging. Zero trust assumes no user or device is trusted, even inside the LAN, and re-verifies each request.

Secure defaults mean the product ships locked down: the safest configuration is the out-of-box state, so a lazy admin is still safe. Fail-secure means a crashed firewall blocks traffic instead of passing it. Threat modeling (STRIDE: Spoofing, Tampering, Repudiation, Information disclosure, DoS, Elevation of privilege) finds weaknesses on the whiteboard, before attackers find them in production. Together they form the secure-by-design mindset.

Common trap

Do not confuse fail-secure with fail-safe. Fail-secure prioritises confidentiality (lock the door). Fail-safe prioritises human life (unlock the door so people escape a fire). The exam tests which goal wins.

Priya at Infosys faces this

A junior dev both writes the payment module and clicks the deploy button to push it live the same evening.

Likely cause

No separation of duties; one person controls code authorship and the release gate, enabling unreviewed or fraudulent change.

CISSP move

Split roles: author commits, a separate approver reviews and releases. Add least-privilege CI tokens and an audit trail.

Quick check · Q1 of 10

Which secure design principle states that when a system crashes it should move to a locked, protected state rather than an open one?

Correct: a. Fail-secure means a failure drives the system to a more-secure state, e.g. a crashed firewall blocking all traffic. Least privilege limits access, separation of duties splits control, and defense in depth layers controls.

Pause & Predict

In one line, what is the single most important idea in "Secure design principles"? Type your guess.

Answer: Re-read the recap box above — if you can say it in one sentence, you own it.

Security models

Think of a military mailroom: a clerk with "Secret" clearance can read a "Confidential" memo, but can never leak it into a "Top Secret" file. That intuition is Bell-LaPadula. Security models are formal rule-sets that map a security goal onto provable access rules. CISSP tests them through scenarios, so learn the goal each one protects.

Bell-LaPadula (BLP) protects confidentiality using two rules. The Simple Security Property is no read up: a subject cannot read an object at a higher classification. The Star (*) Property is no write down: a subject cannot write to a lower level, preventing leaks. A discretionary rule layers an access matrix on top.

Biba inverts BLP to protect integrity. The Simple Integrity Axiom is no read down (do not consume dirtier data). The Star Integrity Axiom is no write up (do not contaminate cleaner data). Memorise it as the mirror image of BLP.

Clark-Wilson protects integrity commercially via well-formed transactions. Subjects never touch objects directly; they pass through the access triple. It enforces separation of duties and auditing over Constrained Data Items. Brewer-Nash (Chinese Wall) dynamically blocks conflicts of interest, isolating datasets a consultant has already touched.

The state-machine model says a system staying in a secure state across every transition is secure. The reference monitor is the abstract concept enforcing this; its real implementation is the security kernel, which must be tamperproof, always invoked, and small enough to verify.

Exam tip

Lattice up = secrecy (BLP). Lattice up = danger (Biba). Confidentiality reads down, writes up; integrity reads up, writes down. Reverse them mentally to avoid the classic trap.

Sneha at HDFC faces this

A junior analyst with "Internal" integrity edits the "Verified" payments-config file and corrupts a production rule.

Likely cause

No Biba "no write up" control; a low-integrity subject wrote to a high-integrity object.

CISSP move

Apply Clark-Wilson: force edits through a vetted transformation procedure with separation of duties and audit logs.

Quick check · Q2 of 10

A defence contractor needs a model that stops a 'Secret'-cleared engineer from copying a Top Secret design into a Confidential shared folder. Which rule must the system enforce?

Correct: c. The leak risk is writing sensitive data DOWN to a lower level, which the BLP Star Property (no write down) prevents. No-read-up blocks reading, not the downward write; Biba and Clark-Wilson address integrity, not this confidentiality leak.
Figure 3 — How a TLS certificate is trusted
How a TLS certificate is trusted — the ordered steps, where step 2 is the decisive one.How a TLS certificate is trusted: CA issues the certificate → Server presents it → Client checks signature & chain → Check revocation (OCSP/CRL) → Derive the session key.How a TLS certificate is trusted1CA issues thecertificate2Server presentsit3Client checkssignature & chain4Check revocation(OCSP/CRL)5Derive thesession key
How a TLS certificate is trusted — examiners test the ORDER, so learn it as a sequence, not a list.

▶ How a TLS certificate is trusted

Press Play to step through it, then Break it to see how it fails.

① Step 1CA issues the certificate
② Step 2Server presents it
③ Step 3Client checks signature & chain
④ Step 4Check revocation (OCSP/CRL)
Press Play to walk the healthy path. Then press Break it.

Cryptography

Think of cryptography like a postal system with locks. A symmetric lock uses one key both to seal and open the box, so whoever holds it can do both. Symmetric cryptography (AES, ChaCha20) is fast and ideal for encrypting large volumes, but distributing that shared key safely is the hard part. Asymmetric cryptography (RSA, ECC) solves distribution using a public/private key pair, but it is far slower. Real systems combine both: asymmetric exchanges a session key, then symmetric encrypts the actual traffic. TLS works exactly this way.

Hashing produces a fixed-length, one-way fingerprint (SHA-256) for integrity, never confidentiality. A digital signature hashes the message, then encrypts that hash with the sender's private key. Anyone with the public key verifies it, giving integrity, authentication, and the only mechanism delivering non-repudiation. PKI binds public keys to identities. A Certificate Authority (CA) issues X.509 certificates; clients check revocation via CRL (a published blacklist) or OCSP (a live lookup, faster and current). The key management lifecycle spans generate, distribute, store, use, rotate, archive, revoke, and destroy. Strong generation, escrow, and clean destruction matter as much as the algorithm.

Post-quantum: NIST finalized FIPS 203 (ML-KEM, key encapsulation, from CRYSTALS-Kyber) and FIPS 204 (ML-DSA, signatures, from Dilithium) in August 2024. These lattice-based schemes resist quantum attacks that will break RSA and ECC. CNSA 2.0 targets full migration by 2030, so "harvest-now-decrypt-later" risk is exam-relevant today.

Exam tip

Only digital signatures provide non-repudiation. Encryption alone gives confidentiality, hashing alone gives integrity. If a question pairs "prove who sent it" with "they cannot deny it," choose the signature.

Priya at HDFC Bank faces this

Customers report a browser warning that a payment-gateway certificate is "revoked," yet it has not expired

Likely cause

The CA revoked the cert (key compromise suspected) and published it to the CRL/OCSP; clients now correctly reject it.

CISSP move

Reissue from the CA, deploy the new cert, enable OCSP stapling for fast checks, and rotate the compromised key per the lifecycle.

Quick check · Q3 of 10

A fintech team must encrypt 500 GB of nightly database backups quickly, but also exchange the key securely over an untrusted link. Which design best fits CISSP best practice?

Correct: b. Hybrid design is correct: fast symmetric AES encrypts bulk data, while asymmetric RSA securely transports the symmetric key. RSA on 500 GB is impractically slow; hashing is not encryption; and private keys are never shared.
Figure 4 — Symmetric vs Asymmetric cryptography
Symmetric vs Asymmetric cryptography — side by side so the trade-off is obvious.A comparison of Symmetric versus Asymmetric across Keys, Speed, Used for, Example.Symmetric vs Asymmetric cryptographySymmetricAsymmetricKeysOne shared keyPublic + private pairSpeedFastSlowUsed forBulk data encryptionKey exchange & signaturesExampleAESRSA / ECC
Symmetric vs Asymmetric cryptography — most domain questions hinge on telling these apart.

Pause & Predict

Without scrolling up: name the biggest difference in "Symmetric vs Asymmetric cryptography". Type your guess.

Answer: If it didn't come instantly, that comparison is your highest-value revision target.

System & physical security

Think of a hardened bank vault that still has one weak air vent on the roof. The walls are perfect, but attackers study the overlooked physical and timing gaps. System and physical security in CISSP Domain 3 is exactly this hunt for the overlooked gap.

System-level vulnerabilities exploit timing and shared resources. A TOCTOU flaw is a race condition where an attacker swaps a file between the permission check and the actual use. The exam fix is simple: shrink the check-to-use window, lock the resource, and validate atomically. A covert channel leaks data through paths never meant for communication. Storage channels hide data in shared temp space; timing channels signal secrets through clock-measurable delays. Side-channel attacks (Spectre, Meltdown, power and cache timing) infer keys without ever reading memory directly. Countermeasures include constant-time code, noise injection, and cache partitioning.

Cloud and virtualization security adds VM escape, hypervisor compromise, and noisy-neighbour resource leakage. You enforce isolation, patch the hypervisor first, and treat the shared-responsibility model as exam gospel. A TPM anchors secure boot and disk encryption keys to one machine. An HSM handles bulk cryptographic operations; for cloud, demand FIPS 140-2/140-3 Level 3 validation.

Exam tip

For a data center with people inside, pick a clean agent (FM-200, Novec 1230, inert gas) over water or CO2. CO2 suffocates occupants; water destroys electronics.

Physical and environmental controls follow Uptime Institute tiers: Tier I (basic), Tier II (redundant components), Tier III (concurrently maintainable, N+1), Tier IV (fault tolerant, 2N). Pair UPS plus generators for power, and use clean-agent fire suppression near hardware.

Priya at HDFC faces this

A funds-transfer job lets users overdraw by firing two requests in the same millisecond.

Likely cause

Balance is checked, then debited in a separate step, a classic TOCTOU race condition window.

CISSP move

Make check-and-debit one atomic, row-locked transaction so the window closes completely.

Quick check · Q4 of 10

An analyst finds attackers reading a privileged temp file by replacing it with a symlink right after the app's permission check but before it opens the file. Which root cause and fix best match this behavior?

Correct: d. The exploit lives in the gap between the permission check and the file use, the defining trait of a TOCTOU race condition. The fix is to make check-and-use one atomic, locked operation, not to encrypt or patch a hypervisor. Side-channel and covert-channel distractors target leakage, not check/use ordering.

Domain 3 in the AI era (2026)

Domain 3 has always been about building trust into systems by design. In 2025-26 that mandate expanded to cover two new frontiers: securing the AI models themselves and defending today's encryption against tomorrow's quantum computers. A CISSP architect must now bake both into reference architectures from day one, not bolt them on later.

On the AI side, NIST finalised AI 100-2e2025 (March 2025), the authoritative taxonomy of adversarial ML. It classes attacks as evasion, poisoning, privacy, and (for GenAI) misuse — and for the first time covers LLMs, RAG pipelines, and autonomous agents. The design-layer lesson: a poisoned training set or a tampered model file is a supply-chain compromise, so model provenance, signed weights, and data-integrity controls belong in the architecture phase.

To protect models at runtime, architects turn to confidential computing. The NVIDIA H100/H200 were the first GPUs with a hardware TEE (AES-256 memory encryption + remote attestation), keeping model weights and inference inputs encrypted even from the cloud provider — at 95-99% of native speed.

For crypto futures, NIST's PQC standards FIPS 203 (ML-KEM), 204 (ML-DSA), and 205 (SLH-DSA) counter the harvest-now-decrypt-later threat. Since August 2025, Chrome and Firefox enable the hybrid X25519MLKEM768 handshake by default; the NSA's CNSA 2.0 sets 2030 for national-security systems, with US federal migration by 2035. Crypto-agility is now a hard architectural requirement.

Scenario: Ananya, a security architect at a Bengaluru health-tech firm, is told 20-year patient records "are encrypted, so we're fine." She flags that RSA-encrypted data harvested today could be decrypted post-quantum, and pilots ML-KEM hybrid TLS plus H100 TEEs for the diagnostic model — protecting both the data and the IP.

ML-KEM TEE/attestation model poisoning

Strengths tip: If you score high on Strategic/Big-Picture thinking, you'll excel here — PQC migration is fundamentally an inventory-and-roadmap problem (find every use of vulnerable crypto first), not a single code fix.

The AI-era angle, in four cards

What 2026 adds to this domain — flip to see why each matters.

🧪
Clean-label poisoning
tap to flip

Poisoned training samples keep correct labels but plant a hidden backdoor — invisible to manual review, so model provenance and data signing must be designed in early.

🔐
Hybrid X25519MLKEM768
tap to flip

TLS 1.3 handshake pairing classical X25519 with ML-KEM-768; default in Chrome/Firefox since Aug 2025, so a break in either algorithm can't compromise the session.

🛡️
GPU TEE attestation
tap to flip

H100/H200 generate an NVIDIA-signed report proving genuine hardware + correct code before secrets load — encrypts model weights even from the cloud admin at ~95-99% speed.

📋
Crypto-agility / CBOM
tap to flip

Architecting systems so algorithms can be swapped without redesign; starts with a Cryptographic Bill of Materials inventory — the mandatory first PQC migration step before 2030/2035 deadlines.

Pause & Predict

Name one thing AI changes about Domain 3 — and one fundamental it does NOT change. Type your guess.

Answer: AI shifts the tooling and widens the attack surface, but the four areas above still decide the right answer. Tools change; principles don't.

🎯 Prove it — your Domain 3 practice exam

You have read the theory. Now do the reps. This is the free, timed Techclick assessment built for exactly this domain, with full reasoning on every question — plus the full-length mock for when you are close to your exam date.

Part of the 8-part series · start from the CISSP overview → · all assessments live on exam.techclick.in (sign in with your Techclick account).

Figure 5 — Domain 3 on one card
Domain 3 on one card: the four areas plus the two things examiners love to test.A one-glance revision card for CISSP Domain 3 with each area's key takeaway and the core comparison and process to memorize.📌 Domain 3: Architecture & Engineering — one-card recapArea 1 · Secure design principlesBuild security in from design: minimal access,layered controls, verify everything, fail closed.Area 2 · Security modelsBLP = confidentiality (no read up/write down);Biba = its integrity mirror (no write up/readdown).Area 3 · CryptographySignatures alone give non-repudiation; planML-KEM/ML-DSA migration before quantum breaksRSA/ECC.Area 4 · System & physical securityShrink the check-to-use window, demand FIPS L3HSMs, and use clean-agent fire suppression.RememberSymmetric vs Asymmetric cryptography: know thetrade-off cold.RememberHow a TLS certificate is trusted — memorize theorder.
Print this for the night before. Everything in Domain 3 on a single page.

🤖 Ask the AI Tutor

Tap any question — instant, scoped to this lesson. No login, no waiting.

Pre-curated from ISC2 docs + community Q&A, scoped to this lesson. For a live prod issue, paste your export into chat.techclick.in.

📝 Wrap-up assessment — six more

You've answered 4 inline. Six left. 70% (7 of 10) marks the lesson complete on your profile. Tap Submit all answers at the end.

Q5 · Analyze

A fintech in Pune lets one engineer create the vendor record AND approve its payment, and its API ships wide-open then gets restricted later. Which two principles are most directly violated?

Correct: c. One person controlling create-and-approve breaks separation of duties; shipping open-then-restricting breaks secure defaults (the safe state should be the default). The other options describe layering, verification, or modeling not breached here.
Q6 · Analyze

A bank's auditing team wants users to change ledger records only through approved programs, with separation of duties and full logging, never editing files directly. A new hire argues 'no write up' Biba rules already cover this. Why is Biba alone insufficient?

Correct: b. Biba protects integrity only by lattice levels (no write up / no read down); it does not require well-formed transactions, separation of duties, or the subject-program-object access triple. Clark-Wilson adds exactly those commercial controls, making it the right fit.
Q7 · Evaluate

An auditor must decide whether a digital-signature scheme on signed contracts is adequate for a legal non-repudiation requirement. Which finding would most undermine the non-repudiation claim?

Correct: a. Non-repudiation depends on the private key being uniquely controlled by the signer. A shared, unprotected key means anyone could have signed, breaking the claim. ML-DSA, OCSP, and SHA-256 are all acceptable, strong choices.
Q8 · Apply

A Bengaluru fintech is fitting out a new data center room where engineers will physically work, and must choose fire suppression that protects both staff and servers. Which choice best fits CISSP guidance?

Correct: d. Clean agents like FM-200/Novec 1230 suppress fire without harming electronics and are safe for occupied spaces. Water destroys equipment, and CO2 displaces oxygen and can suffocate staff, so both fail the occupied-room requirement. Manual-only policy is not a suppression system.
Q9 · Analyze

A fintech in Pune protects 25-year loan records with RSA-2048 over TLS and stores them encrypted at rest. Management says encryption makes them quantum-safe. Analysing this, which risk is MOST under-addressed?

Correct: b. The asymmetric layer (RSA) is the quantum-vulnerable part, and 25-year data outlives the expected arrival of quantum attackers — exactly the harvest-now-decrypt-later case requiring ML-KEM migration. AES-256 only loses half its strength to Grover (still safe), TLS 1.3 is the secure choice, and a TEE protects runtime memory, not stored-and-captured ciphertext.
Q10 · Evaluate

An architect must choose controls for a hospital's diagnostic AI handling sensitive scans on a public cloud. Evaluating the options, which combination BEST addresses both model-IP theft and training-data poisoning?

Correct: a. The two threats are distinct layers: a TEE with attestation protects weights/inputs at runtime (IP theft), while data provenance, signing, and anomaly detection block poisoning at the design/training layer — including clean-label attacks. A firewall+TLS addresses neither AI-specific threat; and neither control alone covers both, since a TEE faithfully runs a model trained on poisoned data, and data-signing doesn't stop a cloud admin reading weights.
Lesson complete — saved to your profile.
Almost! You need 70% (7 of 10) — re-read the path that tripped you up and tap "Try again".

🧠 In your own words

Type one line: Your company is deploying a new IoT sensor fleet that ships telemetry to a cloud data lake feeding an ML fraud model. Using Domain 3 thinking, name one secure design principle, one cryptographic control, and one physical/architectural risk you would address, and explain why each fits. Then compare to the expert version.

Expert version: A strong answer pulls one item from three different subdomains. Secure design principle: apply defense in depth plus zero trust, never trust the IoT device's identity by default, segment it onto its own VLAN, and enforce least privilege so a compromised sensor cannot reach the data lake directly (3.1). Cryptographic control: use TLS with authenticated, integrity-protected channels for telemetry in transit and encrypt the data lake at rest; because these devices may live 10+ years, plan a crypto-agility path toward NIST post-quantum standards (FIPS 203 ML-KEM) so a future quantum break does not expose harvest-now-decrypt-later traffic (3.6). Physical/architectural risk: IoT devices are physically exposed and resource-constrained, so they are vulnerable to side-channel and tampering attacks (3.5, 3.7); a TPM or secure element for key storage plus tamper-evident enclosures addresses this. The ML pipeline itself is a 2026 attack surface, data poisoning of the training set, which threat modeling (STRIDE) should surface. The grader looks for the candidate connecting the principle to the specific architecture, not reciting definitions.

🗣 Teach a friend

Best way to lock it in — explain it in one line to a teammate. Tap to generate a paste-ready summary.

📖 Glossary

Least privilege
Granting each user, service, or process only the minimum access its task needs, and nothing more.
Fail-secure
On failure the system defaults to a locked, more-secure state (e.g. a crashed firewall blocks all traffic).
Threat modeling
A structured design-time process (e.g. STRIDE) to identify, categorise, and rank threats before code ships.
Star (*) Property
BLP's no-write-down rule that stops high-clearance subjects leaking secrets to lower levels.
Access triple
Clark-Wilson's subject -> transformation procedure -> constrained data item path; subjects never touch data directly.
Reference monitor
Abstract concept mediating every subject-object access; implemented as the security kernel (tamperproof, always invoked, verifiable).
Non-repudiation
Assurance that a signer cannot later deny their action, because only their private key could create the signature.
OCSP
Online Certificate Status Protocol — a live query to check whether a certificate is still valid, replacing bulky CRL downloads.
ML-KEM (FIPS 203)
NIST's 2024 lattice-based key-encapsulation standard that resists quantum attacks, replacing RSA/ECDH key exchange.
TOCTOU
Time-of-Check to Time-of-Use: a race condition where a resource is altered between being validated and being used; closed by atomic, locked operations.
Covert channel
An unintended communication path (storage or timing based) that leaks data across a security boundary the policy meant to block.
TPM vs HSM
TPM is a soldered chip anchoring one machine's boot and keys; HSM is a tamper-resistant appliance for high-volume crypto, needing FIPS 140-2/3 Level 3 in cloud.
Harvest-now-decrypt-later
Attack model where adversaries capture encrypted traffic today and store it, planning to decrypt it once a cryptographically relevant quantum computer exists — the reason long-lived data must move to PQC now.
Confidential computing (TEE)
Hardware-enforced trusted execution environment (e.g. NVIDIA H100/H200 GPU) that keeps code and data encrypted in memory and provides remote attestation, hiding AI model weights even from the cloud host.

📚 Sources

  1. ISC2 — CISSP Certification Exam Outline (effective April 15, 2024), Domain 3 Security Architecture and Engineering, 13% weight. isc2.org
  2. ISC2 — AI Exam Guidance for CISSP (effective April 2026): AI/ML security integrated across Domains 1, 3, 6, 7. isc2.org
  3. NIST — FIPS 203 (ML-KEM), FIPS 204 (ML-DSA), FIPS 205 (SLH-DSA): first finalized post-quantum cryptography standards, August 2024. nist.gov
  4. NIST — SP 800-160 Vol. 1 Rev. 1, Engineering Trustworthy Secure Systems. csrc.nist.gov
  5. NIST — SP 800-207, Zero Trust Architecture. csrc.nist.gov
  6. NIST — FIPS 140-3, Security Requirements for Cryptographic Modules. csrc.nist.gov
  7. OWASP — Threat Modeling Process and STRIDE methodology. owasp.org
  8. Government of India — Digital Personal Data Protection (DPDP) Act, 2023: reasonable security safeguards mandate (Section 8). meity.gov.in

What's next?

Domain 3 done. Keep the momentum — next is Domain 4: Network Security.