Cryptography and Network Security Chapter 15 Fifth Edition by William Stallings Lecture slides by Lawrie Brown.

Slides:



Advertisements
Similar presentations
Supervisor :Dr. Lo'ai Ali Tawalbeh Done by: Wa’el Musa Hadi
Advertisements

Chapter 14 – Authentication Applications
Kerberos and X.509 Fourth Edition by William Stallings
Authentication Applications The Kerberos Protocol Standard
SCSC 455 Computer Security
Authentication Applications. will consider authentication functions will consider authentication functions developed to support application-level authentication.
Key distribution and certification In the case of public key encryption model the authenticity of the public key of each partner in the communication must.
PIS: Unit III Digital Signature & Authentication Sanjay Rawat PIS Unit 3 Digital Sign Auth Sanjay Rawat1 Based on the slides of Lawrie.
Cryptography and Network Security Third Edition by William Stallings Lecture slides by Lawrie Brown.
Cryptography and Network Security Third Edition by William Stallings Lecture slides by Lawrie Brown.
Network Security Essentials Chapter 4
Computer Science&Technology School of Shandong University Instructor: Hou Mengbo houmb AT sdu.edu.cn Office: Information Security Research Group.
Cryptography and Network Security
Computer Security: Principles and Practice EECS710: Information Security Professor Hossein Saiedian Fall 2014 Chapter 23: Internet Authentication Applications.
Chapter 14 From Cryptography and Network Security Fourth Edition written by William Stallings, and Lecture slides by Lawrie Brown, the Australian Defence.
Chapter 4 Authentication Applications. Objectives: authentication functions developed to support application-level authentication & digital signatures.
AUTHENTICATION APPLICATIONS - Chapter 14 Kerberos X.509 Directory Authentication (S/MIME)
Cryptography and Network Security
Lecture 23 Internet Authentication Applications
Authentication & Kerberos
Cryptography and Network Security Chapter 13 Fourth Edition by William Stallings Lecture slides by Lawrie Brown.
Cryptography and Network Security Chapter 13 Fourth Edition by William Stallings.
1 Digital Signatures & Authentication Protocols. 2 Digital Signatures have looked at message authentication –but does not address issues of lack of trust.
1 Chapter 13 – Digital Signatures & Authentication Protocols Fourth Edition by William Stallings Lecture slides by Lawrie Brown (modified by Prof. M. Singhal,
1 Authentication Applications Digital Signatures Security Concerns X.509 Authentication Service Kerberos Based on slides by Dr. Lawrie Brown of the Australian.
Henric Johnson1 Chapter 4 Authentication Applications Henric Johnson Blekinge Institute of Technology,Sweden
1 Authentication Applications Based on slides by Dr. Lawrie Brown of the Australian Defence Force Academy, University College, UNSW.
Cryptography and Network Security Third Edition by William Stallings Lecture slides by Lawrie Brown.
Part Two Network Security Applications Chapter 4 Key Distribution and User Authentication.
Information Security Depart. of Computer Science and Engineering 刘胜利 ( Liu Shengli) Tel:
Cryptography and Network Security Chapter 14 Fifth Edition by William Stallings Lecture slides by Lawrie Brown.
Lecture 23 Internet Authentication Applications modified from slides of Lawrie Brown.
Computer Security: Principles and Practice First Edition by William Stallings and Lawrie Brown Lecture slides by Lawrie Brown Chapter 22 – Internet Authentication.
Data Security and Encryption (CSE348) 1. Lecture # 22 2.
Chapter 21 Distributed System Security Copyright © 2008.
Network Security Lecture 23 Presented by: Dr. Munam Ali Shah.
Cryptography and Network Security Chapter 14 Authentication Fourth Edition by William Stallings Lecture slides by Lawrie Brown Changed and extended by.
Network Security Essentials Chapter 4 Fourth Edition by William Stallings (Based on lecture slides by Lawrie Brown.
Cryptography and Network Security Chapter 13 Fourth Edition by William Stallings.
Module 4 Network & Application Security: Kerberos – X509 Authentication service – IP security Architecture – Secure socket layer – Electronic mail security.
KERBEROS. Introduction trusted key server system from MIT.Part of project Athena (MIT).Developed in mid 1980s. provides centralised private-key third-party.
Cryptography and Network Security Chapter 13 Fourth Edition by William Stallings Lecture slides by Lawrie Brown & Süleyman KONDAKCI.
Cryptography and Network Security Chapter 14 Fourth Edition by William Stallings Lecture slides by Lawrie Brown.
Network Security Lecture 25 Presented by: Dr. Munam Ali Shah.
AUTHENTICATION APPLICATIONS - Chapter 14 Kerberos X.509 Directory Authentication (S/MIME)
User Authentication  fundamental security building block basis of access control & user accountability  is the process of verifying an identity claimed.
Pertemuan #8 Key Management Kuliah Pengaman Jaringan.
CSCE 715: Network Systems Security Chin-Tser Huang University of South Carolina.
1 Cryptography CSS 329 Lecture 12: Kerberos. 2 Lecture Outline Kerberos - Overview - V4 - V5.
Dr. Nermin Hamza.  Attacks:  Traffic Analysis : traffic analysis occurs when an eavesdroppers observes message traffic on network. Not understand the.
Fourth Edition by William Stallings Lecture slides by Lawrie Brown
Cryptography and Network Security Chapter 14 Fifth Edition by William Stallings Lecture slides by Lawrie Brown.
Cryptography and Network Security Chapter 15
Computer and Network Security
Cryptography and Network Security Chapter 14
Cryptography and Network Security
CSCE 715: Network Systems Security
Authentication Applications
Authentication Protocols
CSCE 715: Network Systems Security
Cryptography and Network Security Chapter 15
Cryptography and Network Security Chapter 14
Cryptography and Network Security Chapter 14
User Authentication Lecture 6.
Authentication Protocols
Cryptography and Network Security Chapter 14
Cryptography and Network Security Chapter 15
Kerberos and X.509 Fourth Edition by William Stallings
Cryptography and Network Security Chapter 14
Presentation transcript:

Cryptography and Network Security Chapter 15 Fifth Edition by William Stallings Lecture slides by Lawrie Brown

Chapter 15 – User Authentication We cannot enter into alliance with neighboring princes until we are acquainted with their designs. —The Art of War, Sun Tzu

User Authentication  fundamental security building block basis of access control & user accountability basis of access control & user accountability  is the process of verifying an identity claimed by or for a system entity  has two steps: identification - specify identifier identification - specify identifier verification - bind entity (person) and identifier verification - bind entity (person) and identifier  distinct from message authentication

Means of User Authentication  four means of authenticating user's identity  based one something the individual knows - e.g. password, PIN knows - e.g. password, PIN possesses - e.g. key, token, smartcard possesses - e.g. key, token, smartcard is (static biometrics) - e.g. fingerprint, retina is (static biometrics) - e.g. fingerprint, retina does (dynamic biometrics) - e.g. voice, sign does (dynamic biometrics) - e.g. voice, sign  can use alone or combined  all can provide user authentication  all have issues

Authentication Protocols  used to convince parties of each others identity and to exchange session keys  may be one-way or mutual  key issues are confidentiality – to protect session keys confidentiality – to protect session keys timeliness – to prevent replay attacks timeliness – to prevent replay attacks

Replay Attacks  where a valid signed message is copied and later resent simple replay simple replay repetition that can be logged repetition that can be logged repetition that cannot be detected repetition that cannot be detected backward replay without modification backward replay without modification  countermeasures include use of sequence numbers (generally impractical) use of sequence numbers (generally impractical) timestamps (needs synchronized clocks) timestamps (needs synchronized clocks) challenge/response (using unique nonce) challenge/response (using unique nonce)

One-Way Authentication  required when sender & receiver are not in communications at same time (eg. )  have header in clear so can be delivered by system  may want contents of body protected & sender authenticated

Using Symmetric Encryption  as discussed previously can use a two- level hierarchy of keys  usually with a trusted Key Distribution Center (KDC) each party shares own master key with KDC each party shares own master key with KDC KDC generates session keys used for connections between parties KDC generates session keys used for connections between parties master keys used to distribute these to them master keys used to distribute these to them

Needham-Schroeder Protocol  original third-party key distribution protocol  for session between A B mediated by KDC  protocol overview is: 1. A->KDC: ID A || ID B || N 1 2. KDC -> A: E(K a,[K s ||ID B ||N 1 || E(K b,[K s ||ID A ])]) 3. A -> B: E(K b, [K s ||ID A ]) 4. B -> A: E(K s, [N 2 ]) 5. A -> B: E(K s, [f(N 2 )])

Needham-Schroeder Protocol  used to securely distribute a new session key for communications between A & B  but is vulnerable to a replay attack if an old session key has been compromised then message 3 can be resent convincing B that is communicating with A then message 3 can be resent convincing B that is communicating with A  modifications to address this require: timestamps in steps 2 & 3 (Denning 81) timestamps in steps 2 & 3 (Denning 81) using an extra nonce (Neuman 93) using an extra nonce (Neuman 93)

One-Way Authentication  use refinement of KDC to secure since B no online, drop steps 4 & 5 since B no online, drop steps 4 & 5  protocol becomes: 1. A->KDC: ID A || ID B || N 1 2. KDC -> A: E(K a, [K s ||ID B ||N 1 || E(K b,[K s ||ID A ])]) 3. A -> B: E(K b, [K s ||ID A ]) || E(K s, M)  provides encryption & some authentication  does not protect from replay attack

Kerberos  trusted key server system from MIT  provides centralised private-key third-party authentication in a distributed network allows users access to services distributed through network allows users access to services distributed through network without needing to trust all workstations without needing to trust all workstations rather all trust a central authentication server rather all trust a central authentication server  two versions in use: 4 & 5

Kerberos Requirements  its first report identified requirements as: secure secure reliable reliable transparent transparent scalable scalable  implemented using an authentication protocol based on Needham-Schroeder

Kerberos v4 Overview  a basic third-party authentication scheme  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 credential (ticket granting ticket TGT) AS provides a non-corruptible authentication credential (ticket granting ticket TGT)  have a Ticket Granting server (TGS) users subsequently request access to other services from TGS on basis of users TGT users subsequently request access to other services from TGS on basis of users TGT  using a complex protocol using DES

Kerberos v4 Dialogue

Kerberos 4 Overview

Kerberos Realms  a Kerberos environment consists of: a Kerberos server a Kerberos server a number of clients, all registered with server a number of clients, all registered with server application servers, sharing keys with server application servers, sharing keys with server  this is termed a realm typically a single administrative domain typically a single administrative domain  if have multiple realms, their Kerberos servers must share keys and trust

Kerberos Realms

Kerberos Version 5  developed in mid 1990’s  specified as Internet standard RFC 1510  provides improvements over v4 addresses environmental shortcomings addresses environmental shortcomings encryption alg, network protocol, byte order, ticket lifetime, authentication forwarding, interrealm authencryption alg, network protocol, byte order, ticket lifetime, authentication forwarding, interrealm auth and technical deficiencies and technical deficiencies double encryption, non-std mode of use, session keys, password attacksdouble encryption, non-std mode of use, session keys, password attacks

Kerberos v5 Dialogue

Remote User Authentication  in Ch 14 saw use of public-key encryption for session key distribution assumes both parties have other’s public keys assumes both parties have other’s public keys may not be practical may not be practical  have Denning protocol using timestamps uses central authentication server (AS) to provide public-key certificates uses central authentication server (AS) to provide public-key certificates requires synchronized clocks requires synchronized clocks  have Woo and Lam protocol using nonces  care needed to ensure no protocol flaws

One-Way Authentication  have public-key approaches for encryption of message for confidentiality, authentication, or both encryption of message for confidentiality, authentication, or both must now public keys must now public keys using costly public-key alg on long message using costly public-key alg on long message  for confidentiality encrypt message with one-time secret key, public-key encrypted  for authentication use a digital signature may need to protect by encrypting signature may need to protect by encrypting signature  use digital certificate to supply public key

Federated Identity Management  use 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: authentication, authorization, accounting, provisioning, workflow automation, delegated administration, password synchronization, self-service password reset, federation authentication, authorization, accounting, provisioning, workflow automation, delegated administration, password synchronization, self-service password reset, federation  Kerberos contains many of these elements

Identity Management

Identity Federation

Standards Used  Security Assertion Markup Language (SAML) XML-based language for exchange of security information between online business partners XML-based language for exchange of security information between online business partners  part of OASIS (Organization for the Advancement of Structured Information Standards) standards for federated identity management e.g. WS-Federation for browser-based federation e.g. WS-Federation for browser-based federation  need a few mature industry standards

Federated Identity Examples

Summary  have considered: remote user authentication issues remote user authentication issues authentication using symmetric encryption authentication using symmetric encryption the Kerberos trusted key server system the Kerberos trusted key server system authentication using asymmetric encryption authentication using asymmetric encryption federated identity management federated identity management