Access Control Dr.Talal Alkharobi.

Slides:



Advertisements
Similar presentations
Operating System Security
Advertisements

Chapter 23 Database Security and Authorization Copyright © 2004 Pearson Education, Inc.
1 Chapter 8 Fundamentals of System Security. 2 Objectives In this chapter, you will: Understand the trade-offs among security, performance, and ease of.
Access Control Methodologies
Database Management System
Access Control Intro, DAC and MAC System Security.
16.1 © 2004 Pearson Education, Inc. Exam Planning, Implementing, and Maintaining a Microsoft® Windows® Server 2003 Active Directory Infrastructure.
Chapter 12 Network Security.
SE571 Security in Computing
User Domain Policies.
2  A system can protect itself in two ways: It can limit who can access the system. This requires the system to implement a two-step process of identification.
Lecture 7 Access Control
Lecture slides prepared for “Computer Security: Principles and Practice”, 2/e, by William Stallings and Lawrie Brown, Chapter 4 “Overview”.
7-Access Control Fundamentals Dr. John P. Abraham Professor UTPA.
Li Xiong CS573 Data Privacy and Security Access Control.
D ATABASE S ECURITY Proposed by Abdulrahman Aldekhelallah University of Scranton – CS521 Spring2015.
Dr. John P. Abraham Professor UTPA.  Particularly attacks university computers  Primarily originating from Korea, China, India, Japan, Iran and Taiwan.
Effectively Integrating Information Technology (IT) Security into the Acquisition Process Section 5: Security Controls.
Chapter 10: Authentication Guide to Computer Network Security.
Access and Identity Management System (AIMS) Federal Student Aid PESC Fall 2009 Data Summit October 20, 2009 Balu Balasubramanyam.
70-294: MCSE Guide to Microsoft Windows Server 2003 Active Directory Chapter 9: Active Directory Authentication and Security.
CN1260 Client Operating System Kemtis Kunanuraksapong MSIS with Distinction MCT, MCITP, MCTS, MCDST, MCP, A+
BUSINESS B1 Information Security.
Switch off your Mobiles Phones or Change Profile to Silent Mode.
How Hospitals Protect Your Health Information. Your Health Information Privacy Rights You can ask to see or get a copy of your medical record and other.
Protecting Internet Communications: Encryption  Encryption: Process of transforming plain text or data into cipher text that cannot be read by anyone.
1 Boundary Control Chapter Materi: Boundary controls:  Cryptographic controls  Access controls  Personal identification numbers  Digital signatures.
Security+ All-In-One Edition Chapter 19 – Privilege Management Brian E. Brzezicki.
G53SEC 1 Access Control principals, objects and their operations.
Li Xiong CS573 Data Privacy and Security Access Control.
Module 3 Configuring File Access and Printers on Windows ® 7 Clients.
Lecture 7 Page 1 CS 236, Spring 2008 Challenge/Response Authentication Authentication by what questions you can answer correctly –Again, by what you know.
CE Operating Systems Lecture 21 Operating Systems Protection with examples from Linux & Windows.
Module 3 Configuring File Access and Printers on Windows 7 Clients.
Linux Security. Authors:- Advanced Linux Programming by Mark Mitchell, Jeffrey Oldham, and Alex Samuel, of CodeSourcery LLC published by New Riders Publishing.
Module 3: Configuring File Access and Printers on Windows 7 Clients
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 14: Windows Server 2003 Security Features.
Database Security. Multi-user database systems like Oracle include security to control how the database is accessed and used for example security Mechanisms:
Academic Year 2014 Spring Academic Year 2014 Spring.
© ITT Educational Services, Inc. All rights reserved. IS3230 Access Security Unit 7 Authentication Methods and Requirements.
INTRODUCTION TO BIOMATRICS ACCESS CONTROL SYSTEM Prepared by: Jagruti Shrimali Guided by : Prof. Chirag Patel.
Understand Permissions LESSON Security Fundamentals.
Access Control / Authenticity Michael Sheppard 11/10/10.
Trusted Operating Systems
Access Control: Policies and Mechanisms Vinod Ganapathy.
Privilege Management Chapter 22.
Computer Security: Principles and Practice
E-Commerce E-Commerce Security?? Instructor: Safaa S.Y. Dalloul E-Business Level Try to be the Best.
4.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 12: Implementing Security.
LINUX Presented By Parvathy Subramanian. April 23, 2008LINUX, By Parvathy Subramanian2 Agenda ► Introduction ► Standard design for security systems ►
Access Control for Security Management BY: CONNOR TYGER.
Access Controls Mandatory Access Control by Sean Dalton December 5 th 2008.
PREPARED BY: MS. ANGELA R.ICO & MS. AILEEN E. QUITNO (MSE-COE) COURSE TITLE: OPERATING SYSTEM PROF. GISELA MAY A. ALBANO PREPARED BY: MS. ANGELA R.ICO.
Chap5: Designing Trusted Operating Systems.  What makes an operating system “secure”? Or “trustworthy”?  How are trusted systems designed, and which.
Chapter 4 Access Control. Access Control Principles RFC 4949 defines computer security as: “Measures that implement and assure security services in a.
22 feb What is Access Control? Access control is the heart of security Definitions: * The ability to allow only authorized users, programs or.
ASHRAY PATEL Protection Mechanisms. Roadmap Access Control Four access control processes Managing access control Firewalls Scanning and Analysis tools.
Identity and Access Management
MANAGEMENT of INFORMATION SECURITY, Fifth Edition
Access Control Model SAM-5.
Chapter 14: System Protection
Challenge/Response Authentication
Outline What does the OS protect? Authentication for operating systems
Authentication.
Outline What does the OS protect? Authentication for operating systems
CompTIA Security+ Study Guide (SY0-401)
CE Operating Systems Lecture 21
Module 2 OBJECTIVE 14: Compare various security mechanisms.
PLANNING A SECURE BASELINE INSTALLATION
Designing IIS Security (IIS – Internet Information Service)
Presentation transcript:

Access Control Dr.Talal Alkharobi

Access control The ability to permit or deny the use of something by someone. In physical security, refers to the practice of restricting entrance to a property, a building, or a room to authorized persons. Physical access control can be achieved by human (a guard, bouncer, or receptionist), mechanical means such as locks and keys, or technological means such as a card access system.

Access Control Also includes measures such as physical devices, biometric locks, hidden paths, digital signatures, encryption, social barriers, monitoring by humans and Monitoring by automated systems.

Access Control Model Subject: the entitie that can perform actions in the system Object: the entitie representing resources to which access may need to be controlled Subjects and objects should both be considered as software entities, rather than as human users. Human user can only have an effect on the system via the software entities that they control. Some systems equate subjects with user IDs, so that all processes started by a user by default have the same authority In some models any software entity can potentially act as both a subject and object

Access Control Access control models used by current systems tend to fall into one of two classes: based on capabilities based on access control lists (ACLs). Both capability-based and ACL-based models have mechanisms to allow access rights to be granted to all members of a group of subjects (often the group is itself modeled as a subject).

Capability-Based model Holding an unforgeable reference or capability to an object provides access to the object Possession of a house key grants the access to the house Access is conveyed to another party by transmitting such a capability over a secure channel.

ACL-based model A subject's access to an object depends on whether its identity is on a list associated with the object A bouncer at a private party would check your ID to see if your name is on the guest list Access is conveyed by editing the list. Different ACL systems have a variety of different conventions regarding who or what is responsible for editing the list and how it is edited

Access Control Access control systems provide the essential services of Identification Authentication Authorization, Accountability

Identification Identification is how a user tells a system who he or she is (username). The identification component of an access control system is normally a relatively simple mechanism based on either Username or User ID. In the case of a system or process, identification is usually based on: Computer name Media Access Control (MAC) address Internet Protocol (IP) address Process ID (PID)

Identification requirements Must uniquely identify the user. Shouldn't identify that user's position or relative importance in an organization (such as labels like president or CEO). Should avoid using common or shared user accounts, such as root, admin, and sysadmin. Such accounts provide no accountability and are juicy targets for hackers.

Authentication The act of establishing or confirming something (or someone) as authentic, that is, that claims made by or about the thing are true. Authenticating an object may mean confirming its provenance Authenticating a person often consists of verifying their identity

Authentication The process of verifying a user's claimed identity For example, by comparing an entered password to the password stored on a system for a given username

Authentication factors Something you know Something you have Something you are Authentication depends upon one or more factors.

Authentication Something you know As a password or a personal identification number (PIN). This assumes that only the owner of the account knows the password or PIN needed to access the account.

Authentication Something you have Such as a smart card or token. This assumes that only the owner of the account has the necessary smart card or token needed to unlock the account.

Authentication Something you are Fingerprint, Voice, Retina, Iris characteristics

Authentication In computer security, authentication is the process of attempting to verify the digital identity of the sender of a communication such as a request to log in. In a web of trust, "authentication" is a way to ensure users are who they say they are—that the user who attempts to perform functions in a system is in fact the user who is authorized to do so.

Authentication The sender being authenticated may be person using a computer computer itself computer program

Strong authentication Layered authentication approach relying on more than one authenticators to establish the identity of an originator or receiver of information.

eAuthentication Defined in 2003 as the Web Based service that provides authentication to end users accessing (logging into) an Internet service. The eAuthentication is similar to Credit Card verification for eCommerce web sites. The verification is done by a dedicated service that receives the input and returns success or fail indication.

eAuthentication Example an end user wishes to enter his eBuy or eTrade web site. He gets the Login web page and is required to enter his user ID and a Password The information is transmitted to the eAuthentication service as a query. If the service returns Success – the end user is permitted into the eTrade service with his privileges as a user.

authorization The process to decide if person, program or device is allowed to have access to data, functionality or service. When a consumer tries to use a resource, the authorization process checks that the consumer has been granted permission to use that resource.

Authorization consumers computer users, computer programs devices on the computer.

Authorization Resources individual files or items data, computer programs, computer devices functionality provided by computer applications.

Authorization Authorization applies to resources rather than to consumers The association between a consumers and resources initially controlled by that user having been determined by Identification and authentication

Authorization These rights and permissions are implemented differently based on either discretionary access control (DAC) mandatory access control (MAC)

authorization Permissions are generally defined by the computer's system administrator in some types of "security policy application“ such as access control list or a capability, on the basis of the "principle of least privilege" Principle of least privilege: consumers should only be granted permissions they need to do their jobs.

authorization "Anonymous consumers" or "guests", are consumers that have not been required to authenticate. They often have very few permissions.

authorization Some security policy applications, by default, grant full access to all consumers to all resources. Others do the opposite, insisting to takes deliberate action to enable a consumer to use each resource.

OS Authorization Most modern, multi-user operating systems include an authorization process. Authorization is part of the operating system that protects computer resources by only allowing those resources to be used by consumers that have been granted authority to use them. Older and single user operating systems often had weak or non-existent authentication and authorization systems.

OS Authorization OS define sets of permissions that are variations or extensions of three basic types of access: Read (R): The subject can Read file contents L ist directory contents Write (W): The subject can change the contents of a file or directory with these tasks: Add Create Delete Rename Execute (X): If the file is a program, the subject can cause the program to be run. (In Unix systems, the 'execute' permission doubles as a 'traverse directory' permission when granted for a directory.)

Authentication vs. Authorization The problem of authorization is often thought to be identical to that of authentication; Authentication: the process of verifying a person's identity Authorization: the process of verifying that a known person has the authority to perform a certain operation. Authentication, therefore, must precede authorization.

Authentication vs. Authorization When you show proper identification to a bank teller, you could be authenticated by the teller, and you would be authorized to access information about your bank accounts. You would not be authorized to access accounts that are not your own. Since authorization cannot occur without authentication, the former term is sometimes used to mean the combination of authentication and authorization.

Accountability It is a concept in ethics with several meanings like answerability, responsibility, blameworthiness, liability

Accountability A system components to associate a subject with its actions. (as audit trails (records) and logs ) The information recorded should be sufficient to map the subject to a controlling user. Audit trails and logs are important for Detecting security violations Re-creating security incidents

Accountability If no one is regularly reviewing the logs and they are not maintained in a secure and consistent manner, they may not be admissible as evidence.

Accountability Many systems can generate automated reports based on certain predefined criteria or thresholds, known as clipping levels. These reports help a system administrator or security administrator to more easily identify possible break-in attempts.

Accountability For example, a clipping level may be set to generate a report for the following: More than three failed logon attempts in a given period Any attempt to use a disabled user account

Access Control Techniques Discretionary Access Control Mandatory Access Control

Discretionary access control (DAC) Means of restricting access to objects based on the identity and need-to-know of users and/or groups to which the object belongs. Controls are discretionary in the sense that a subject with a certain access permission is capable of passing that permission (directly or indirectly) to any other subject.

Discretionary access control (DAC) Occasionally a system as a whole is said to have "discretionary" or "purely discretionary" access control as a way of saying that the system lacks mandatory access control. On the other hand, systems can be said to implement both MAC and DAC simultaneously, where DAC refers to one category of access controls that subjects can transfer among each other and MAC refers to a second category of access controls that imposes constraints upon the first.

Discretionary Access Control Two important concepts in DAC are File and data ownership: Every object in the system has an owner. In most DAC systems, each object's initial owner is the subject that caused it to be created. The access policy for an object is determined by its owner. Access rights and permissions: These are the controls that an owner can assign to other subjects for specific resources.

Mandatory Access Control (MAC) An access policy determined by the system, not the owner. MAC is used in multilevel systems that process highly sensitive data, such as classified government and military information. A multilevel system is a single computer system that handles multiple classification levels between subjects and objects. Few systems implement MAC (XTS-400)

Mandatory Access Control Sensitivity labels In a MAC-based system, all subjects and objects must have labels assigned to them. A subject's sensitivity label specifies its level of trust. An object's sensitivity label specifies the level of trust required for access. In order to access a given object, the subject must have a sensitivity level equal to or higher than the requested object.

Mandatory Access Control Data import and export Controlling the import of information from other systems and export to other systems (including printers) is a critical function of MAC-based systems, which must ensure that sensitivity labels are properly maintained and implemented so that sensitive information is appropriately protected at all times.

Mandatory Access Control Two methods are commonly used for applying MAC Rule-based access controls: Lattice-based access controls

Rule-based access controls This type of control further defines specific conditions for access to a requested object. All MAC-based systems implement a simple form of rule-based access control to determine whether access should be granted or denied by matching: An object's sensitivity label A subject's sensitivity label

Lattice-based access controls These can be used for complex access control decisions involving multiple objects and/or subjects. A lattice model is a mathematical structure that defines greatest lower-bound and least upper-bound values for a pair of elements, such as a subject and an object.

Access Control other definitions A service feature or technique used to permit or deny use of the components of a communication system. A technique used to define or restrict the rights of individuals or application programs to obtain data from, or place data onto, a storage device. The definition or restriction of the rights of individuals or application programs to obtain data from, or place data into, a storage device. The process of limiting access to the resources to authorized users, programs, processes, or other systems. That function performed by the resource controller that allocates system resources to satisfy user requests.

Public Policy Access control to restrict access to systems ("authorization") or to track or monitor behavior within systems ("accountability") is an implementation feature of using trusted systems for security or social control.