Exam 1
Unit 1
- risk: threat, vulnerability, impact
- lifecycle:
- design
- implement
- check
- maintain
- default security: full mediation
- design principles
- simplicity > complexity
- default = block
- all access must be filtered
- transparent sec against dark sec
- segregation of duties
- minimum priviledge
- minimum common mechanisms
- user acceptability
- working factor
- event log
Unit 2: Malware
- worm
- autonomous
- replicates & spreads
- virus
- programs contained in others
- phases:
- propagation
- latency
- activation
- damage
- trojan horse
- logic bomb
- backdoor
- taxonomy
- only worms are autonomous
- only worms and viruses are self reproducing
- APT: advanced persistent threat
Unit 3: Access Control Systems
- BLP
- data confidentiality
- rules
- read all under
- if can read 1 and write 2, l(1) <= l(2)
- no change in levels
- BIBA
- data integrity
- rules
- can write if above
- if can read 1 and write 2, l(2) <= l(1)
- no change
- Clark wilson
Unit 4: Distributed Systems Protocol
- threats
- interception
- interruption
- modification
- generation