network security essentials chapter 4 fourth edition by william stallings lecture slides by lawrie...

30
Network Security Network Security Essentials Essentials Chapter 4 Chapter 4 Fourth Edition Fourth Edition by William Stallings by William Stallings Lecture slides by Lawrie Lecture slides by Lawrie Brown Brown

Upload: peregrine-robertson

Post on 16-Dec-2015

312 views

Category:

Documents


10 download

TRANSCRIPT

Page 1: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Network Security Network Security EssentialsEssentialsChapter 4Chapter 4

Fourth EditionFourth Edition

by William Stallingsby William Stallings

Lecture slides by Lawrie BrownLecture slides by Lawrie Brown

Page 2: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Chapter 4 – Key Management Chapter 4 – Key Management and Distributionand Distribution

No Singhalese, whether man or woman, No Singhalese, whether man or woman, would venture out of the house without a would venture out of the house without a bunch of keys in his hand, for without such bunch of keys in his hand, for without such a talisman he would fear that some devil a talisman he would fear that some devil might take advantage of his weak state to might take advantage of his weak state to slip into his body. slip into his body.

——The Golden Bough, Sir James George The Golden Bough, Sir James George FrazerFrazer

Page 3: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Key Management and Key Management and DistributionDistribution

topics of cryptographic key management / topics of cryptographic key management / key distribution are complex key distribution are complex cryptographic, protocol, & management issuescryptographic, protocol, & management issues

symmetric schemes require both parties to symmetric schemes require both parties to share a common secret keyshare a common secret key

public key schemes require parties to public key schemes require parties to acquire valid public keysacquire valid public keys

have concerns with doing bothhave concerns with doing both

Page 4: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Key DistributionKey Distribution

symmetric schemes require both parties to symmetric schemes require both parties to share a common secret keyshare a common secret key

issue is how to securely distribute this keyissue is how to securely distribute this key whilst protecting it from otherswhilst protecting it from others frequent key changes can be desirablefrequent key changes can be desirable often secure system failure due to a break often secure system failure due to a break

in the key distribution scheme in the key distribution scheme

Page 5: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Key DistributionKey Distribution

given parties A and B have various given parties A and B have various key key distributiondistribution alternatives: alternatives:

1.1. A can select key and physically deliver to BA can select key and physically deliver to B

2.2. third party can select & deliver key to A & Bthird party can select & deliver key to A & B

3.3. if A & B have communicated previously can if A & B have communicated previously can use previous key to encrypt a new keyuse previous key to encrypt a new key

4.4. if A & B have secure communications with a if A & B have secure communications with a third party C, C can relay key between A & Bthird party C, C can relay key between A & B

Page 6: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

KerberosKerberos

trusted key server system from MIT trusted key server system from MIT provides centralised private-key third-party provides centralised private-key third-party

authentication in a distributed networkauthentication in a distributed network allows users access to services distributed allows users access to services distributed

through networkthrough network without needing to trust all workstationswithout needing to trust all workstations rather all trust a central authentication serverrather all trust a central authentication server

two versions in use: 4 & 5two versions in use: 4 & 5

Page 7: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Kerberos RequirementsKerberos Requirements

its first report identified requirements as:its first report identified requirements as: securesecure reliablereliable transparenttransparent scalablescalable

implemented using an authentication implemented using an authentication protocol based on Needham-Schroederprotocol based on Needham-Schroeder

Page 8: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Kerberos v4 OverviewKerberos v4 Overview

a basic third-party authentication schemea basic third-party authentication scheme have an Authentication Server (AS) have an Authentication Server (AS)

users initially negotiate with AS to identify self users initially negotiate with AS to identify self AS provides a non-corruptible authentication AS provides a non-corruptible authentication

credential (ticket granting ticket TGT) credential (ticket granting ticket TGT) have a Ticket Granting server (TGS)have a Ticket Granting server (TGS)

users subsequently request access to other users subsequently request access to other services from TGS on basis of users TGTservices from TGS on basis of users TGT

using a complex protocol using DESusing a complex protocol using DES

Page 9: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Kerberos v4 DialogueKerberos v4 Dialogue

Page 10: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Kerberos 4 OverviewKerberos 4 Overview

Page 11: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Kerberos RealmsKerberos Realms

a Kerberos environment consists of:a Kerberos environment consists of: a Kerberos servera Kerberos server a number of clients, all registered with servera number of clients, all registered with server application servers, sharing keys with serverapplication servers, sharing keys with server

this is termed a realmthis is termed a realm typically a single administrative domaintypically a single administrative domain

if have multiple realms, their Kerberos if have multiple realms, their Kerberos servers must share keys and trust servers must share keys and trust

Page 12: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Kerberos RealmsKerberos Realms

Page 13: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Kerberos Version 5Kerberos Version 5

developed in mid 1990’sdeveloped in mid 1990’s specified as Internet standard RFC 1510specified as Internet standard RFC 1510 provides improvements over v4provides improvements over v4

addresses environmental shortcomingsaddresses environmental shortcomings• encryption alg, network protocol, byte order, ticket encryption alg, network protocol, byte order, ticket

lifetime, authentication forwarding, interrealm authlifetime, authentication forwarding, interrealm auth and technical deficienciesand technical deficiencies

• double encryption, non-std mode of use, session double encryption, non-std mode of use, session keys, password attackskeys, password attacks

Page 14: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Kerberos v5 DialogueKerberos v5 Dialogue

Page 15: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

X.509 X.509 Certificate Certificate

UseUse

Page 16: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

X.509 CertificatesX.509 Certificates

issued by a Certification Authority (CA), containing: issued by a Certification Authority (CA), containing: version V (1, 2, or 3) version V (1, 2, or 3) serial number SN (unique within CA) identifying certificate serial number SN (unique within CA) identifying certificate signature algorithm identifier AIsignature algorithm identifier AI issuer X.500 name CA)issuer X.500 name CA) period of validity TA (from - to dates) period of validity TA (from - to dates) subject X.500 name A (name of owner) subject X.500 name A (name of owner) subject public-key info Ap (algorithm, parameters, key) subject public-key info Ap (algorithm, parameters, key) issuer unique identifier (v2+) issuer unique identifier (v2+) subject unique identifier (v2+) subject unique identifier (v2+) extension fields (v3) extension fields (v3) signature (of hash of all fields in certificate) signature (of hash of all fields in certificate)

notation notation CA<<A>>CA<<A>> denotes certificate for A signed by CA denotes certificate for A signed by CA

Page 17: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

X.509 CertificatesX.509 Certificates

Page 18: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Obtaining a Obtaining a Certificate Certificate

any user with access to CA can get any any user with access to CA can get any certificate from it certificate from it

only the CA can modify a certificate only the CA can modify a certificate because cannot be forged, certificates can because cannot be forged, certificates can

be placed in a public directory be placed in a public directory

Page 19: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

CA Hierarchy CA Hierarchy

if both users share a common CA then they are if both users share a common CA then they are assumed to know its public key assumed to know its public key

otherwise CA's must form a hierarchy otherwise CA's must form a hierarchy use certificates linking members of hierarchy to use certificates linking members of hierarchy to

validate other CA's validate other CA's each CA has certificates for clients (forward) and each CA has certificates for clients (forward) and

parent (backward) parent (backward) each client trusts parents certificates each client trusts parents certificates enable verification of any certificate from one CA enable verification of any certificate from one CA

by users of all other CAs in hierarchy by users of all other CAs in hierarchy

Page 20: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

CA Hierarchy UseCA Hierarchy Use

Page 21: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Certificate RevocationCertificate Revocation

certificates have a period of validitycertificates have a period of validity may need to revoke before expiry, eg:may need to revoke before expiry, eg:

1.1. user's private key is compromiseduser's private key is compromised

2.2. user is no longer certified by this CAuser is no longer certified by this CA

3.3. CA's certificate is compromisedCA's certificate is compromised

CA’s maintain list of revoked certificatesCA’s maintain list of revoked certificates the Certificate Revocation List (CRL)the Certificate Revocation List (CRL)

users should check certificates with CA’s CRLusers should check certificates with CA’s CRL

Page 22: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

X.509 Version 3X.509 Version 3

has been recognised that additional has been recognised that additional information is needed in a certificate information is needed in a certificate email/URL, policy details, usage constraintsemail/URL, policy details, usage constraints

rather than explicitly naming new fields rather than explicitly naming new fields defined a general extension methoddefined a general extension method

extensions consist of:extensions consist of: extension identifierextension identifier criticality indicatorcriticality indicator extension valueextension value

Page 23: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Certificate ExtensionsCertificate Extensions

key and policy informationkey and policy information convey info about subject & issuer keys, plus convey info about subject & issuer keys, plus

indicators of certificate policyindicators of certificate policy certificate subject and issuer attributescertificate subject and issuer attributes

support alternative names, in alternative support alternative names, in alternative formats for certificate subject and/or issuerformats for certificate subject and/or issuer

certificate path constraintscertificate path constraints allow constraints on use of certificates by allow constraints on use of certificates by

other CA’sother CA’s

Page 24: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Public Key InfrastructurePublic Key Infrastructure

Page 25: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

PKIX ManagementPKIX Management

functions:functions: registrationregistration initializationinitialization certificationcertification key pair recoverykey pair recovery key pair updatekey pair update revocation requestrevocation request cross certificationcross certification

protocols: CMP, CMCprotocols: CMP, CMC

Page 26: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Federated Identity Federated Identity ManagementManagement

use of common identity management schemeuse of common identity management scheme across multiple enterprises & numerous applications across multiple enterprises & numerous applications supporting many thousands, even millions of users supporting many thousands, even millions of users

principal elements are:principal elements are: authentication, authorization, accounting, authentication, authorization, accounting,

provisioning, workflow automation, delegated provisioning, workflow automation, delegated administration, password synchronization, self-service administration, password synchronization, self-service password reset, federationpassword reset, federation

Kerberos contains many of these elementsKerberos contains many of these elements

Page 27: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Identity ManagementIdentity Management

Page 28: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Identity Identity FederationFederation

Page 29: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Standards UsedStandards Used

Security Assertion Markup Language (SAML)Security Assertion Markup Language (SAML) XML-based language for exchange of security XML-based language for exchange of security

information between online business partnersinformation between online business partners part of OASIS (Organization for the part of OASIS (Organization for the

Advancement of Structured Information Advancement of Structured Information Standards) standards for federated identity Standards) standards for federated identity managementmanagement e.g. e.g. WS-Federation for browser-based federationWS-Federation for browser-based federation

need a few mature industry standardsneed a few mature industry standards

Page 30: Network Security Essentials Chapter 4 Fourth Edition by William Stallings Lecture slides by Lawrie Brown

Federated Identity ExamplesFederated Identity Examples