π‘️Test Question: Understanding the Bell-LaPadula Model for Confidentiality
CISSP Domain 1 – Security and Risk Management
Understanding the Bell-LaPadula Model for Confidentiality
Question:
Which of the following is a security model that uses mandatory access control to enforce confidentiality?
Answer: ✅ Bell-LaPadula model
Correct Answer: A. Bell-LaPadula Model
The Bell-LaPadula (BLP) model is a classic security model focused exclusively on confidentiality. Developed in the 1970s for the U.S. Department of Defense, it enforces Mandatory Access Control (MAC) policies to ensure that sensitive information doesn’t leak to unauthorized users.
Why Bell-LaPadula Is the Right Answer:
-
✅ MAC-based model: Access is governed by security labels (e.g., Top Secret, Secret).
-
✅ Focus: Prevents unauthorized disclosure of information.
-
✅ Core Rules:
-
Simple Security Property ("No Read Up") – Subjects cannot read data at a higher security level.
-
*-Property ("No Write Down") – Subjects cannot write data to a lower security level, preventing leaks.
-
π Use Case: Environments where confidentiality is paramount, like military or intelligence systems.
Why the Other Models Are Incorrect:
B. Biba Model – ❌ Incorrect
-
Focus: Integrity, not confidentiality.
-
Rules:
-
"No Write Up" – Prevents data contamination.
-
"No Read Down" – Maintains integrity of input data.
-
-
Use Case: Financial or medical systems where preventing unauthorized modification is critical.
C. Clark-Wilson Model – ❌ Incorrect
-
Focus: Commercial integrity.
-
Uses well-formed transaction rules and separation of duties.
-
Use Case: Business systems that require integrity through defined procedures (e.g., banking systems).
D. Non-Interference Model – ❌ Incorrect
-
Focus: Prevents high-level (classified) user actions from affecting what low-level users see.
-
Use Case: Systems requiring multi-level security (MLS) and covert channel protection—not strictly confidentiality enforcement via MAC.
Key Takeaway:
When you see mandatory access control + confidentiality, think Bell-LaPadula.
π "No read up, no write down" = Confidentiality first.
Memory Hook:
Bell = Block Exposure, Limit Leakage
(That’s Bell-LaPadula protecting your secrets from prying eyes.)
CISSP Domain Reference:
Domain 1: Security and Risk Management
-
Topics: Security models, MAC, confidentiality principles.
-
Bell-LaPadula is a high-priority model to understand for exam success.
Comments
Post a Comment