Domain 3-Security Engineering (Engineering and Management of Security) Flashcards
Bell-LaPadula
No Read Up, confidentiality , Simple Security Property and the * Security Property
Simple Security Property
no read up
Security Property
a subject at a higher classification level cannot write to a lower classification level.
Strong Tranquility Property
states that security labels will not change while the system is operating
Weak Tranquility
Property states that security labels will not change in a way that conflicts with defined security properties
Lattice-based access
allows security controls for complex environments
Simple Integrity Axiom
no read down:” a subject at a specific classification level cannot read data at a lower classification. This prevents subjects from accessing information at a lower integrity level. This protects integrity by preventing bad information from moving up from lower integrity levels.
Integrity Axiom
“no write up:” a subject at a specific classification level cannot write to data at a higher classification.
Clark-Wilson
is a real-world integrity model that protects integrity by requiring subjects to access objects via programs.
Clark-Wilson enforces the concept
separation of duties and transformation procedures within the system.
The Chinese Wall model/ Brewer-Nash
by prohibiting one person, such as a consultant, from accessing multiple conflict of interest categories
The noninterference model ensures
that data at different security domains remain separate from one another.
The noninterference model
ensures that data at different security domains remain separate from one another.
The Take-Grant Protection Model
contains rules that govern the interactions between subjects and objects, and permissions subjects can grant to other subjects
Harrison-Ruzzo-Ullman Model
In addition to HRU’s different operations, it also differs from Graham-Denning because it considers subjects to be also objects
Abstraction
hides unnecessary details from the user.
A security domain
is the list of objects a subject is allowed to access. More broadly defined, domains are groups of subjects and objects with similar security requirements.
The Ring Model
The ring model is a form of CPU hardware layering that separates and protects domains (such as kernel mode and user mode) from each other
The northbridge
is directly connected to the CPU, and is faster than the southbridge.
SMP systems
SMP systems have one operating system to manage all CPUs.
AMP systems
have one operating system image per CPU, essentially acting as independent systems.