1 / 54

Trusted System?

Trusted System?. What are the characteristics of a trusted system? What is a security policy and how must it be enforced?. Underpinning of a Trusted OS. Policy: has requirements. Model: represents the policy. Design: decide how to implement it. Trust Features: has them to enforce security.

Télécharger la présentation

Trusted System?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Trusted System? • What are the characteristics of a trusted system? • What is a security policy and how must it be enforced?

  2. Underpinning of a Trusted OS • Policy: has requirements. • Model: represents the policy. • Design: decide how to implement it. • Trust • Features: has them to enforce security. • Assurance: provide confidence in the system.

  3. Trusted Software Key Characteristics • Functionally correct: does what it is suppose to. • Enforcement of Integrity: maintain correctness of data. • Limited privilege: program access secure data but access is minimized. • Appropriate confidence level: program has been evaluated and rated at a degree of trust. • Common Criteria: ICC international standard for security.

  4. Figure 5-14  Combined Security Kernel/Operating System.

  5. Figure 5-15  Separate Security Kernel.

  6. Trusted Computing Base (TCB) • Conceptual Construct: not physical. • Security-relevant portions of a computer system that enforce a security policy. • The level of trust a system provides. • Address hardware software and firmware. • Trusted Path: communication channel. • Trusted Shell: can’t bust out of it. • Processes have their own execution domain. • Memory and I/O protection.

  7. Figure 5-13  TCB and Non-TCB Code.

  8. Security Perimeter • Everything outside of TCB. • Divides trusted from un-trusted. • Communication between TCB and components outside the TCB cannot expose the system to security compromises.

  9. Figure 5-12  Reference Monitor. • Conceptual • The most important part of a security kernel. • Mediates all access subjects have to objects. • Tamperproof and provide isolation. • Un-bypassable: invoked for every access attempt. • Analyzable: small enough to be tested. • There are other security mechanisms helping the system.

  10. Security Policy • Policy • High-level management directives. • A statement of the security we expect the system to enforce. • Policy Components • Purpose: Why. • Scope: what is covered. • Responsibilities: of teams, staff, management. • Compliance: judge effectiveness, consequences

  11. Military Security Policy • Military Policy. • Protect classified information; • Rank information by sensitivity level. • Need to know rule: • only subjects who need to know. • Projects are compartmentalized for protection.

  12. Least Sensitive Figure 5-1  Hierarchy of Sensitivities.

  13. Compartments • Projects are called compartments; • Information can cross compartments and sensitivity levels. • Individuals are assigned to projects. • Compartments enforce need-to-know policy. • Clearances are required to access information.

  14. Figure 5-2  Compartments and Sensitivity Levels.

  15. Figure 5-3  Association of Information and Compartments.

  16. Discussion Question • Commercial Security Policies. • Why must companies be concerned about security?

  17. Commercial Security • Maintain competitive advantage. • Industrial espionage. • Protect financial information. • Categories of information; • Public: less sensitive. • Proprietary: less sensitive than internal. • Internal: sensitive.

  18. Figure 5-4  Commercial View of Sensitive Information.

  19. Models of Security (Why?) • Test a particular policy for completeness and consistency. • Document a policy. • Help conceptualize and design an implementation. • Check whether an implementation meets its requirements.

  20. Bell-LaPadula Security Model • First mathematical model to of a multi-level security policy. • For Department of Defense • Simple security property: no read up. • *Security property: no write down. • Strong Tranquility Property • Security labels will not change while system operating. • Weak Tranquility Property • Security labels will not change in a way that conflicts with defined security properties. • “Keep secrets secret”

  21. Figure 5-7  Secure Flow of Information. Bell-La Padula model Simple security property: no read up operations. *security property: no write-down operations. Confidentiality is critical to maintain.

  22. Biba (integrity) Mode • Businesses are concerned with integrity of information • A State Machine model • mathematical model, evaluate every state. • Simple integrity axiom: No read down. • *Integrity axiom: no write up. • Invocation property • Subject cannot request service to subjects of a higher integrity. • Opposite of Bell-LaPadula. • Confidentiality at odds with integrity.

  23. Clark-Wilson Integrity Model • Well formed transactions: ability to enforce control over applications. • Users: Active Agents. • Transformation Procedures (TPs) abstract operations, read, write and modify. • Constrained data items (CDIs): manipulated only by TPs. • Unconstrained data items (UDIs): manipulated by users via primitive read and write operations. • Integrity verification procedures (IVPs) Check the consistency of CDIs with external reality.

  24. Clark Wilson

  25. Security Models cont. • Information Flow: describe how information can flow. • Bell-LaPadula and Biba use this. • Chinese Wall (Brewer-Nash):avoid conflicts of interest. (consultant control) • Prohibit access to conflict of interest categories. • Noninterference: data at different security domains remain separate. • Harrison-Ruzzo-Ullman: maps subjects, objects and access rights to a matrix. • Zachman Framework: six frameworks for providing information security.

  26. Figure 5-5  Chinese Wall Security Policy.

  27. Zachman Framework

  28. Security Models cont. • Take Grant Protection: • rules govern interactions between subjects, and objects and permissions subjects can grant. • Primitive operations: • Create • Revoke • Take • Grant • Objects are either active or passive.

  29. Figure 5-8  Subject, Object, and Rights.

  30. Figure 5-9  Creating an Object; Revoking, Granting, and Taking Access Rights.

  31. Why Study Models? • Models help us to determine what policies a secure system will enforce. • Essential to designing a trusted operating system. • Determine what is feasible and what is not.

  32. Figure 5-10  Overview of an Operating System’s Functions. User authentication, memory protection, file I/O access, access access control, enforce sharing, fair service, inter-process communications and synchronization, protected OS and data.

  33. Figure 5-11  Security Functions of a Trusted Operating System. User identification and authentication, mandatory access control, discretionary access control, object reuse protection, complete mediation, trusted path, audit, audit log reduction, intrusion detection.

  34. Access Control • Mandatory (MAC): decisions made beyond the end user. • Discretionary (DAC): end user decides access. • Non-Discretionary: Role based access control. Roles define access. • Content/Context dependent: check an additional context before allowing access such as time, or if accessing their records. • Centralized: all access centralized. • Single Sign On. Provide AAA. • Decentralized: allow IT administrators at each location employ different policies and levels of security.

  35. Discussion Question • Explain the meaning of granularity in respect to access control. • Discuss the trade off between granularity and effciency.

  36. Granularity vs. Efficiency • Granularity: the extend to which a task is broken down into smaller parts. • Maximum granularity • control each individual object. • Course granularity • Organize information into directories or groups. • Then apply access rules. • Management efficiency affected by choice.

  37. Memory • Chip based (RAM), disk based, tape. • RAM: CPU may randomly access addresses. • ROM: Read Only Memory, survives power loss. • Cache Memory: fast memory on system. • Memory Protection: protect CIA of process • Hardware segmentation: mapping processes to specific memory addresses. • Virtual Memory: map between applications and hardware. • More than just paging, shares libraries in memory.

  38. Figure 5-16  Conventional Multiuser Operating System Memory.

  39. Figure 5-17  Multiple Virtual Addressing Spaces.

  40. Typical Computer Operating System and Drivers Application Application Application Application Application CPU(s) Memory Network Storage Peripherals Hardware

  41. Figure 5-18  Conventional Operating System.

  42. Virtual Computer Applications Applications Applications Applications Virtual Hardware and Operating System Virtual Hardware and Operating System Virtual Hardware and Operating System Virtual Hardware and Operating System CPU(s) Memory Network Storage Peripherals Hardware

  43. Figure 5-19  Virtual Machine.

  44. VM Security • Harden base OS: this manages VMs. • Set Resource limits: CPU, memory, etc. • Firewall host on operating system. • Use encrypted protocols. • Harden guest operating systems. • Keep up with host and guest patches. • Guest operating system may be different. • Audit logs and performance.

  45. Figure 5-20  Layered Operating System.

  46. Figure 5-21  Modules Operating in Different Layers.

  47. International Common Criteria • Agreed upon standard for describing and testing the security of IT products. • Target of Evaluation • ToE product under evaluation. • Security Target (ST) • documentation describing the ToE including security requirements. • Protection Profile • Independent set of security requirements for a category of products or systems. • Evaluation assurance level • Score of the product.

  48. CC Levels of Evaluation • 7 Levels building on previous level. • EAL1: functionally tested. • EAL2: structurally tested. • EAL3: methodically tested & checked. • EAL4: methodically designed, tested & checked. • EAL5: semi-formally designed & tested. • EAL6: semi-formally verified, designed & tested. • EAL7: formally verified, designed & tested.

  49. Discussion Question • Why would a company go after Common Criteria Certification for their products?

More Related