Ensuring that sensitive data is accessible only to authorized individuals. Prevention of unauthorized disclosure is the primary goal.
: Often used in military settings, this model operates on the principle of "no read up, no write down." It prevents users from accessing data above their clearance level and from leaking secrets to lower-level subjects.
Bell-LaPadula operates as a Mandatory Access Control (MAC) model, meaning the security policy is unconditionally enforced by the system, and individual information owners cannot override it at their discretion. The model organizes information into security levels (Unclassified, Confidential, Secret, Top Secret) and assigns clearances to users accordingly.
The Biba model defines its own set of strict properties, which are essentially the reverse of Bell-LaPadula's: Information Security Models Pdf
Who is requesting access? (e.g., clearance, department, age).
Dynamically changes access based on a user’s previous actions to prevent conflicts of interest. Information Flow
Most information security models focus on one or more pillars of the (Confidentiality, Integrity, and Availability): Ensuring that sensitive data is accessible only to
The 1980s and 1990s brought additional innovations, including the Clark-Wilson model for commercial integrity and the Brewer and Nash Chinese Wall model for managing conflicts of interest in consulting firms. During this period, researchers also developed more advanced formal models such as the Harrison-Ruzzo-Ullman (HRU) model, the Take-Grant protection model, and the Noninterference model.
A subject cannot write data to a higher integrity level. This prevents low-integrity entities from modifying or spoiling high-integrity assets.
Different models prioritize different legs of the CIA Triad based on an organization's specific needs. Primary Focus Key Mechanism Bell-LaPadula Confidentiality "No Read Up, No Write Down" Military, Government "No Read Down, No Write Up" Clinical, Research data Clark-Wilson Separation of Duties & Well-Formed Transactions Banking, Commercial systems Brewer-Nash Conflict of Interest Dynamic access based on user history Consulting, Legal firms Detailed Breakdown of Popular Models 1. Bell-LaPadula Model (Confidentiality) Bell-LaPadula operates as a Mandatory Access Control (MAC)
If a consultant works for "Company A," they are immediately barred from accessing the data of "Company B" (a competitor). The model builds a digital wall to prevent conflicts of interest.
All objects related to a single corporation.
Users (Subjects) cannot access data (Objects) directly; they must use a specific application (Program) that validates the request.
The core of every security model is the , which represents the three most critical objectives of information security: