Security Architecture and Engineering Flashcards
Which aspect of the CIA triad is the Bell-LaPadula model concerned with
Confidentiality
What are the three properties of the Bell-LaPadula model
Simple security property - no read up
* Security property - no write down
Strong * property - no read or write up and down
What type of access control does the Bell-LaPadua model apply to
Mandatory
Which aspect of the CIA triad is the BIBA model concerned with
Data Integrity
What type of access control does the BIBA model apply to
Mandatory
What are the axioms and properties of the BIBA model
The Simple Integrity Axiom states that a subject at a given level of integrity must not read data at a lower integrity level (no read down).
The * (star) Integrity Axiom states that a subject at a given level of integrity must not write to data at a higher level of integrity (no write up).[3]
Invocation Property states that a process from below cannot request higher access; only with subjects at an equal or lower level.
What type of access control is Lattice based access control
Mandatory
What is LBAC
Lattice based access control
What access does a subject with Top Secret {crypto, chemical} have?
What access does a subject with Top Secret {chemical} have
Everything
Only {Chemical} in secret and top secret
The Graham-Denning model uses what three concepts
Objects, Subjects and Rules
In the Graham-Denning Model what are the 8 rules
Transfer, Grant and Delete ACCESS (3)
Read create and destroy OBJECT (3)
Create and Destroy SUBJECT (2)
What is the HRU
Harrison Ruzzo Ullman model - an operating system level computer security model
How is the HRU different from the Graham-Denning Model
Considers Subjects to be Objects too
What are the six primitive operations of the HRU
Create (object or subject)
Destroy (object or subject)
Add right to access matrix
Remove right from access matrix
What aspect of the CIA triad does the Clark-Wison model focus on
Integrity
This security model separates users from the back-end data through “Well-formed transactions and “Separation of Duties”
Clark-Wilson Model