Definitions and Terminology Fall 2014 CS 334 Computer Security 1 - - PowerPoint PPT Presentation

definitions and terminology
SMART_READER_LITE
LIVE PREVIEW

Definitions and Terminology Fall 2014 CS 334 Computer Security 1 - - PowerPoint PPT Presentation

Definitions and Terminology Fall 2014 CS 334 Computer Security 1 Security Goals Confidentiality : concealment of information or resources. Availability : preserve ability to use information or resource desired. An unavailable


slide-1
SLIDE 1

Fall 2014 CS 334 Computer Security 1

Definitions and Terminology

slide-2
SLIDE 2

Fall 2014 CS 334 Computer Security 2

Security Goals

  • Confidentiality: concealment of

information or resources.

  • Availability: preserve ability to use

information or resource desired.

– An unavailable system is at least as bad as no system at all!

slide-3
SLIDE 3

Fall 2014 CS 334 Computer Security 3

Security Goals (cont.)

  • Integrity: trustworthiness of data or

resources.

– Typically refers to preventing improper or unauthorized modification – Data integrity (content of information) – Origin integrity (origin of information). Typically referred to as authentication.

  • E.g., user authentication refers to proving user is

who they claim they are

slide-4
SLIDE 4

Fall 2014 CS 334 Computer Security 4

Confidentiality

  • Supported by access control

methods

– Cryptography for example – System-dependent mechanisms

  • BUT: These leave data public when they fail or are

bypassed

  • Also applies to existence of data

– Knowing data exists can often be as valuable as the data itself

slide-5
SLIDE 5

Fall 2014 CS 334 Computer Security 5

Confidentiality

  • All confidentiality enforcement

mechanisms require supporting services from system.

– Assumption is that security services can rely

  • n kernel and other agents, to supply correct
  • data. Thus assumptions and trust underlie

confidentiality mechanisms.

  • Confidentiality is not integrity: just

because no one can read it, doesn’t mean they can’t change it (and vice- versa)!

slide-6
SLIDE 6

Fall 2014 CS 334 Computer Security 6

Integrity

  • Example: the correct quote credited to

the wrong source preserves data integrity but not origin integrity.

slide-7
SLIDE 7

Fall 2014 CS 334 Computer Security 7

Integrity

  • Affected by

– Origin of data (how and from whom it was

  • btained)

– How well data protected before arrival at current machine – How well data is protected on current machine

  • Evaluating is difficult: relies on

assumptions about source and about trust in that source

slide-8
SLIDE 8

Fall 2014 CS 334 Computer Security 8

Availability

  • Relevant to security because someone

may be attempting to affect data or service by making it unavailable

– Ex. Some software (e.g. network code) depends for correct operation on underlying statistical information and assumptions. By changing, for example, service request patterns, an adversary can cause this code to fail.

slide-9
SLIDE 9

Fall 2014 CS 334 Computer Security 9

Availability

  • Attack on availability is called a denial of

service attack

– Difficult to detect: is it a deliberate phenomenon or just an unusual access pattern? Also, even if underlying statistical model is accurate, atypical events do occur that may appear to be malicious!

slide-10
SLIDE 10

Fall 2014 CS 334 Computer Security 10

Threat Related Terminology

  • Vulnerability: Weakness (in security

system) that might be exploited to cause loss or harm.

slide-11
SLIDE 11

Fall 2014 CS 334 Computer Security 11

Threat Related Terminology

  • Attack: actions that could cause violation to
  • ccur
  • Attacker: those who cause such actions to be

executed

  • Passive attack: attacker merely observes (e.g.,

traffic analysis)

  • Active attack: attacker actively modifies data
  • r creates false data stream
slide-12
SLIDE 12

Fall 2014 CS 334 Computer Security 12

Examples and Terms

  • Snooping: unauthorized interception of

information (form of disclosure). Countered by confidentiality mechanisms

– Ex. Wiretapping

slide-13
SLIDE 13

Fall 2014 CS 334 Computer Security 13

Examples and Terms

  • Modification or alteration: unauthorized

change of information

– Ex. Active wiretapping – Ex. Person-in-the-middle attack: attacker reads message from sender and forwards (possibly modified) message to receiver. Countered by integrity mechanisms

slide-14
SLIDE 14

Fall 2014 CS 334 Computer Security 14

Policy and Mechanism

  • Security Policy: a statement of what is,

and what is not, allowed

– Setting policy can be tedious, but without policy, how do you know what is not allowed, let alone how to try to detect or prevent it?

  • Security Mechanism: a method, tool, or

procedure for enforcing a security policy

– Mechanisms can be non-technical. Policies

  • ften require some procedural mechanisms

that technology cannot enforce.

slide-15
SLIDE 15

Fall 2014 CS 334 Computer Security 15

Policies and Mechanisms

  • Policies may be presented

mathematically, as a list of allowed and disallowed states.

– In general an axiomatic description of secure states and insecure states

  • In practice, rarely this precise

– Normally written in English, leading to ambiguity (is a state legal or not?)

slide-16
SLIDE 16

Fall 2014 CS 334 Computer Security 16

Assumptions and Trust

  • Security rests on assumptions specific to

the type of security required and the environment in which it is to be employed.

– Ex. (Bishop) Opening a door lock requires a key. Assumption is that the lock is secure against lock

  • picking. This assumption is treated as an axiom and

made because most people require a key to open a locked door. A good lock picker can, however, open a locked door without a key. Thus in an environment with a skilled, untrustworthy lock picker, the assumption is wrong (and conclusions based on assumption may be invalid).

slide-17
SLIDE 17

Fall 2014 CS 334 Computer Security 17

Assumptions and Trust

  • Well-defined exception to rules provides

a back door through which security mechanisms can be bypassed.

– Trust resides in belief that back door will not be used except as specified by policy.

slide-18
SLIDE 18

Fall 2014 CS 334 Computer Security 18

Assumptions and Trust

  • Two assumptions made by policy

designers

– Policy correctly and unambiguously partitions set of system states into secure and insecure states – Security mechanisms prevent system from entering an insecure state – If either of these fail, system is not secure

slide-19
SLIDE 19

Fall 2014 CS 334 Computer Security 19

Our First Security Principles

  • Principle of Adequate Protection:

– Computer systems must be protected to a degree consistent with their value

  • Principle of Easiest Penetration:

– Count on an intruder to use the easiest means to penetrate the system – I.e., System is most vulnerable at its weakest point (regardless of how well other points are defended).