31. Security Models and Concepts - 1 Flashcards
Security Models and Concepts - 1
Bell-LaPadula
(Confidentiality)
Mandatory Access Control
Only focused on confidentiality
- Simple Security Property
- Security Property
- Strong Property
- Devloped by US department of defence
- Does not care about integrity or availability
*
Security Models and Concepts - 1
Bell-LaPadula:
Simple Securtiy Property
“cannot read up”
- Someone with secret clearance cannot read top secret documents
Security Models and Concepts - 1
Bell-LaPadula:
Security property
“No write down”
- Subjects with top secret clearance cannot write top secret information to secret folders
Security Models and Concepts - 1
Bell-LaPadula:
Strong Property
“No read or write up and down”
- Subjects can only access data on their own level
Security Models and Concepts - 1
BIBA
(Integrity)
Mandatory Access Control
- Simple Integrity Axiom
- Integrity Axiom
- Invocation Property
- Does not care about confidentiality or availability
- Developed by US department of defence
Security Models and Concepts - 1
BIBA:
Simple Integrity Axiom
“No read down”
- People with top secret clearance cannot read secret information
- Not that we care they can see lower level information, but want to avoid confusion
Security Models and Concepts - 1
BIBA:
Integrity Axiom
“no write up”
- Secret clearance cannot write information to top secret level folders
- Do not want inferior knowledge to influence or propagate to higher levels
Security Models and Concepts - 1
BIBA:
Invocation Property
“no read or write up”
- Do not want people from lower tiers to influence higher tier information
Mandatory Access Control
- May be referred to as the label based access control
- Subjects can have multiple access rights
Security Models and Concepts - 1
Graham-Denning Model
Uses Objects, Subjects, and Rules
8 rules subject can execute
- Commonly used in distributed system
Security Models and Concepts - 1
Graham-Denning Model:
Transfer Access
Security Models and Concepts - 1
Graham-Denning Model:
Grant access
Security Models and Concepts - 1
Graham-Denning Model:
Delete Access
Security Models and Concepts - 1
Graham-Denning Model:
Read Object
Security Models and Concepts - 1
Graham-Denning Model:
Create Object