information security management

48
INFORMATION SECURITY MANAGEMENT LECTURE 6: SECURITY MANAGEMENT MODELS

Upload: adam-monroe

Post on 30-Dec-2015

35 views

Category:

Documents


1 download

DESCRIPTION

INFORMATION SECURITY MANAGEMENT. Lecture 6: Security Management Models. You got to be careful if you don’t know where you’re going, because you might not get there. – Yogi Berra. Access Control Models. Access controls Key principles of access control. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: INFORMATION SECURITY  MANAGEMENT

INFORMATION SECURITY MANAGEMENT

LECTURE 6: SECURITY MANAGEMENT MODELS

Page 2: INFORMATION SECURITY  MANAGEMENT

Access Control Models

• Access controls– Regulate the admission of users into trusted areas of the

organization

• Key principles of access control

Page 3: INFORMATION SECURITY  MANAGEMENT

The value of information: CIA Triangle

IdentificationAuthentication AuthorizationPrivacyAccountability

Expanded toinclude

The value of information comes from the characteristics it possesses

Page 4: INFORMATION SECURITY  MANAGEMENT

Identification and Authentication

Identification– An information system possesses the characteristic of

identification when it is able to recognize individual users – Identification and authentication are essential to

establishing the level of access or authorization that an individual is granted

Authentication – Occurs when a control proves that a user possesses the

identity that he or she claims

Page 5: INFORMATION SECURITY  MANAGEMENT

Authorization

Assures that the user has been specifically and explicitly authorized by the proper authority to access, update, or delete the contents of an information asset

Authorization occurs after authentication

Page 6: INFORMATION SECURITY  MANAGEMENT

Categories of Access Control

Page 7: INFORMATION SECURITY  MANAGEMENT

Categories of Access Control

• Preventative• Deterrent• Detective• Corrective• Recovery• Compensating

Page 8: INFORMATION SECURITY  MANAGEMENT

Preventative/Deterrent/Detective Controls

Preventative Controls Firewalls / Anti-virus software Encryption Key card systems Bollards stop cars (as shown)

Deterrent Controls Highly visible Prevent offenses by influencing choices of

would-be intruders

Detective Controls Monitor and record specific types of events Does not stop or directly influence events

Page 9: INFORMATION SECURITY  MANAGEMENT

Corrective/Recovery Controls

Corrective Controls Post-event controls to prevent recurrence “Corrective” refers to when it is implemented Examples (if implemented after an incident)

• Spam filter• Anti-virus on e-mail server• WPA Wi-Fi encryption

Recovery Control Post-incident controls to recover systems

Page 10: INFORMATION SECURITY  MANAGEMENT

Compensating Controls

Control that is introduced that compensates for the absence or failure of a control

“Compensating” refers to why it is implemented

Examples Daily monitoring of anti-virus console Monthly review of administrative logins Web Application Firewall used to protect buggy

application

Page 11: INFORMATION SECURITY  MANAGEMENT

Another Approach: Types of Controls

TechnicalOperational (aka Physical)Management (aka Administrative)

Page 12: INFORMATION SECURITY  MANAGEMENT

Controlling Information Access

Page 13: INFORMATION SECURITY  MANAGEMENT

Identification and Authentication

Identification: unproven assertion of identity “My name is…” Userid

Authentication: proven assertion of identity Method Examples:

• Password• Token• Biometric

Page 14: INFORMATION SECURITY  MANAGEMENT

How Information Systems Authenticate Users

Request userid and password Hash password Retrieve stored userid and hashed password Compare

Make a function call to a network based authentication service

Page 15: INFORMATION SECURITY  MANAGEMENT

How a System Stores Userids and Passwords

Typically stored in a database table Application database or authentication database Userid stored in plaintext Password stored encrypted or hashed

Page 16: INFORMATION SECURITY  MANAGEMENT

Password Hashes

LM hash is weak, no longer used in Win 7NT hash is stronger, but not salted

http://www.emc.com/collateral/software/white-papers/h11013-rsa-dcp-0812-wp.pdf

Page 17: INFORMATION SECURITY  MANAGEMENT

Strong Authentication

Traditional userid + password authentication has known weaknesses

Stronger types of authentication available, usually referred to as “strong authentication”

Page 18: INFORMATION SECURITY  MANAGEMENT

Token: Two Factor Authentication

First factor: what user knows

Second factor: what user has

Without the second factor, user cannot log in

Page 19: INFORMATION SECURITY  MANAGEMENT

Token: Two Factor Authentication

Page 20: INFORMATION SECURITY  MANAGEMENT

Biometric Authentication

Stronger than userid + password

Stronger than two-factor? Can be hacked

Page 21: INFORMATION SECURITY  MANAGEMENT

Article: Biometric Scanning Technologies

Overview

Technologies• Finger-Scan• Facial-Scan• Retinal-Scan

Page 22: INFORMATION SECURITY  MANAGEMENT

Authentication Issues

Password qualityConsistency of user credentials across multiple

environmentsToo many userids and passwordsHandling password resetsDealing with compromised passwordsStaff terminations

Page 23: INFORMATION SECURITY  MANAGEMENT

Authorization: Degree of Authority

Mandatory Access Controls

Discretionary Access Controls

Role Based Access Controls

Page 24: INFORMATION SECURITY  MANAGEMENT

• Data classification scheme

• Rates collection of info and user with sensitivity levels

• When implemented, users and data owners have limited control over access

Mandatory Access Control Security Model

Page 25: INFORMATION SECURITY  MANAGEMENT

• Data classification scheme/model– Data owners classify the information assets – Reviews periodically

• Security clearance structure – Each user assigned an authorization level– Roles and corresponding security clearances

Mandatory Access Control Security Model

Page 26: INFORMATION SECURITY  MANAGEMENT

Discretionary Access Control (DAC) Security Model

The owner of an object controls who and what may access it.

Page 27: INFORMATION SECURITY  MANAGEMENT

Role-based Access Control (RBAC) Security Model

Nondiscretionary Controls

Page 28: INFORMATION SECURITY  MANAGEMENT

Article: Implementation of RBAC

Roles vs. Groups

Role Intersections and Contradictions

RBAC Implementation

Considerations for Implementation

Page 29: INFORMATION SECURITY  MANAGEMENT

Testing Access Controls

Page 30: INFORMATION SECURITY  MANAGEMENT

Testing Access Controls

Access controls are the primary defense that protect assets

Types of tests: Penetration tests Application vulnerability tests Code reviews

http://secunia.com/community/

Page 31: INFORMATION SECURITY  MANAGEMENT

Penetration Testing

Automatic scans to discover vulnerabilities

Example tools: Nessus, Nikto, SAINT, Superscan, Retina, ISS, Microsoft Baseline Security Analyzer

Page 32: INFORMATION SECURITY  MANAGEMENT

Application Vulnerability Testing

Discover vulnerabilities in an application

Automated tools and manual tools

Example vulnerabilities Cross-site scripting, injection flaws, malicious file

execution, broken authentication, broken session management, information leakage, insecure use of encryption, and many more

Page 33: INFORMATION SECURITY  MANAGEMENT

Audit Log Analysis

Regular examination of audit and event logs Detect unwanted events Audit log protection

Page 34: INFORMATION SECURITY  MANAGEMENT

Access Control Attacks

Page 35: INFORMATION SECURITY  MANAGEMENT

Access Control Attacks

Intruders will try to defeat, bypass, or trick access controls in order to reach their target

Attack objectives Guess credentials Malfunction of access controls Bypass access controls Replay known good logins Trick people into giving up credentials

Page 36: INFORMATION SECURITY  MANAGEMENT

Types of Access Control Attacks

• Buffer Overflow• Script Injection• Data Remanence • DoS• Spoofing/Masquerading• Social Engineering/Phishing

Page 37: INFORMATION SECURITY  MANAGEMENT

Security Architecture Models

Page 38: INFORMATION SECURITY  MANAGEMENT

Security Architecture Models

• Can help organizations quickly make improvements through adaptation

• Can focus on:– computer hardware and software– policies and practices– the confidentiality of information– the integrity of the information

Pick one and go with it

Page 39: INFORMATION SECURITY  MANAGEMENT

Bell-LaPadula Confidentiality Model

• A state machine model that helps ensure the confidentiality of an information system– Using mandatory access controls (MACs), data

classification, and security clearances

Page 40: INFORMATION SECURITY  MANAGEMENT

Biba Integrity Model

• Provides access controls to ensure that objects or subjects cannot have less integrity as a result of read/write operations

• Ensures no information from a subject can be passed on to an object in a higher security level– This prevents contaminating data of higher integrity with

data of lower integrity

Page 41: INFORMATION SECURITY  MANAGEMENT

Clark-Wilson Integrity Model

• Built upon principles of change control rather than integrity levels

• Its change control principles– No changes by unauthorized subjects– No unauthorized changes by authorized subjects – The maintenance of internal and external consistency

Page 42: INFORMATION SECURITY  MANAGEMENT

Graham-Denning Access Control Model

• Composed of three parts– A set of objects– A set of subjects (a process and a domain)– A set of rights

• • Primitive protection rights

– Create or delete object, create or delete subject– Read, grant, transfer and delete access rights

Page 43: INFORMATION SECURITY  MANAGEMENT

Harrison-Ruzzo-Ullman Model

• Defines a method to allow changes to access rights and the addition and removal of subjects and objects– Since systems change over time, their protective states

need to change

• Built on an access control matrix

• Includes a set of generic rights and a specific set of commands

Page 44: INFORMATION SECURITY  MANAGEMENT

Brewer-Nash Model (aka Chinese Wall)

• Designed to prevent a conflict of interest between two parties

• Requires users to select one of two conflicting sets of data, after which they cannot access the conflicting data

Page 45: INFORMATION SECURITY  MANAGEMENT

The ISO 27000 Series

• Information Technology – Code of Practice for Information Security Management– One of the most widely referenced and discussed security

models– Originally published as British Standard 7799 and then

later as ISO/IEC 17799– Since been renamed ISO/IEC 27002

• Establishes guidelines for initiating, implementing, maintaining, and improving information security management

Page 46: INFORMATION SECURITY  MANAGEMENT

Control Objectives for Information and Related Technology (COBIT)

• Control Objectives for Information and Related Technology (COBIT)– Provides advice about the implementation of sound

controls and control objectives for InfoSec

– Created by the Information Systems Audit and Control Association (ISACA) and the IT Governance Institute (ITGI) in 1992

Page 47: INFORMATION SECURITY  MANAGEMENT

COSO

• A U.S. private-sector initiative– Major Objective: identify factors that cause fraudulent

financial reporting and to make recommendations to reduce its incidence

– Has established a common definition of internal controls, standards and criteria

– Helps organizations comply with critical regulations like Sarbanes-Oxley

Page 48: INFORMATION SECURITY  MANAGEMENT

COSO (cont’d.)

• Built on five interrelated components:– Control environment– Risk assessment– Control activities– Information and communication– Monitoring