COEN 250 Authentication. Between human and machine Between machine and machine.

Slides:



Advertisements
Similar presentations
Lecture 6 User Authentication (cont)
Advertisements

CS470, A.SelcukCryptographic Authentication1 Cryptographic Authentication Protocols CS 470 Introduction to Applied Cryptography Instructor: Ali Aydin Selcuk.
Lecture slides prepared for “Computer Security: Principles and Practice”, 2/e, by William Stallings and Lawrie Brown, Chapter 3 “User Authentication”.
Cryptology Passwords and Authentication Prof. David Singer Dept. of Mathematics Case Western Reserve University.
COEN 350: Network Security Authentication. Between human and machine Between machine and machine.
Access Control Methodologies
CS426Fall 2010/Lecture 81 Computer Security CS 426 Lecture 8 User Authentication.
ECE454/CS594 Computer and Network Security Dr. Jinyuan (Stella) Sun Dept. of Electrical Engineering and Computer Science University of Tennessee Fall 2011.
CS 483 – SD SECTION BY DR. DANIYAL ALGHAZZAWI (7) AUTHENTICATION.
Security+ Guide to Network Security Fundamentals
1 Chapter 11: Authentication Basics Passwords. 2 Establishing Identity Authentication: binding of identity to subject One or more of the following –What.
FIT3105 Smart card based authentication and identity management Lecture 4.
第十章 1 Chapter 10 Authentication of People. 第十章 2 Introduction This chapter deals with password-related issues like how to force users to choose unguessable.
CMSC 414 Computer and Network Security Lecture 21 Jonathan Katz.
Lesson 11-Virtual Private Networks. Overview Define Virtual Private Networks (VPNs). Deploy User VPNs. Deploy Site VPNs. Understand standard VPN techniques.
CMSC 414 Computer and Network Security Lecture 14 Jonathan Katz.
Chapter 9 Overview of Authentication System
CS470, A.SelcukAuthentication Systems1 CS 470 Introduction to Applied Cryptography Instructor: Ali Aydin Selcuk.
CMSC 414 Computer and Network Security Lecture 14 Jonathan Katz.
CMSC 414 Computer (and Network) Security Lecture 24 Jonathan Katz.
Lesson 9-Securing a Network. Overview Identifying threats to the network security. Planning a secure network.
Security Overview. 2 Objectives Understand network security Understand security threat trends and their ramifications Understand the goals of network.
NS-H /11041 System Security. NS-H /11042 Authentication Verifying the identity of another entity Two interesting cases (for this class): –Computer.
CMSC 414 Computer and Network Security Lecture 11 Jonathan Katz.
Strong Password Protocols
Authentication Approaches over Internet Jia Li
Csci5233 Computer Security1 Bishop: Chapter 12 Authentication.
AIS, Passwords Should not be shared Should be changed by user Should be changed frequently and upon compromise (suspected unauthorized disclosure)
A look at networking and its main components. NETWORK A network is a group of connected computers that allow people to share information and equipment.
BUSINESS B1 Information Security.
E-Commerce Security Technologies : Theft of credit card numbers Denial of service attacks (System not availability ) Consumer privacy (Confidentiality.
Lesson 20-Wireless Security. Overview Introduction to wireless networks. Understanding current wireless technology. Understanding wireless security issues.
Chapter-2 Identification & Authentication. Introduction  To secure a network the first step is to avoid unauthorized access to the network.  This can.
Lecture 11: Strong Passwords
Lecture 19 Page 1 CS 111 Online Authentication for Operating Systems What is authentication? How does the problem apply to operating systems? Techniques.
1 Lecture 8: Authentication of People what you know (password schemes) what you have (keys, smart cards, etc.) what you are (voice recognition, fingerprints,
Lecture 7 Page 1 CS 236 Online Challenge/Response Authentication Authentication by what questions you can answer correctly –Again, by what you know The.
G061 - Network Security. Learning Objective: explain methods for combating ICT crime and protecting ICT systems.
1 Chapter 11: Authentication Basics Passwords. 2 Establishing Identity Authentication: binding of identity to subject One or more of the following –What.
G53SEC 1 Authentication and Identification Who? What? Where?
Lecture 7 Page 1 CS 236, Spring 2008 Challenge/Response Authentication Authentication by what questions you can answer correctly –Again, by what you know.
CSCE 522 Identification and Authentication. CSCE Farkas2Reading Reading for this lecture: Required: – Pfleeger: Ch. 4.5, Ch. 4.3 Kerberos – An Introduction.
COEN 350: Network Security Authentication. Between human and machine Between machine and machine.
CMSC 414 Computer and Network Security Lecture 20 Jonathan Katz.
1 Network Security Lecture 7 Overview of Authentication Systems Waleed Ejaz
G53SEC 1 Authentication and Identification Who? What? Where?
COEN 350: Network Security Authentication. Between human and machine Between machine and machine.
Network Security & Accounting
Security and Firewalls Ref: Keeping Your Site Comfortably Secure: An Introduction to Firewalls John P. Wack and Lisa J. Carnahan NIST Special Publication.
Identification Authentication. 2 Authentication Allows an entity (a user or a system) to prove its identity to another entity Typically, the entity whose.
Authentication Lesson Introduction ●Understand the importance of authentication ●Learn how authentication can be implemented ●Understand threats to authentication.
Authentication What you know? What you have? What you are?
COEN 351 Authentication. Authentication is based on What you know Passwords, Pins, Answers to questions, … What you have (Physical) keys, tokens, smart-card.
1 Authentication Protocols Rocky K. C. Chang 9 March 2007.
CSCE 201 Identification and Authentication Fall 2015.
My topic is…………. - It is the fundamental building block and the primary lines of defense in computer security. - It is a basic for access control and.
Lecture 7 Page 1 CS 236 Online Challenge/Response Authentication Authentication by what questions you can answer correctly –Again, by what you know The.
LEARNING AREA 1 : INFORMATION AND COMMUNICATION TECHNOLOGY PRIVACY AUTHENTICATION VERIFICATION.
Computer Security Sample security policy Dr Alexei Vernitski.
Information Systems Design and Development Security Precautions Computing Science.
Identification (User Authentication). Model Alice wishes to prove to Bob her identity in order to access a resource, obtain a service etc. Bob may ask.
By: Brett Belin. Used to be only tackled by highly trained professionals As the internet grew, more and more people became familiar with securing a network.
@Yuan Xue Authentication Protocol and System Yuan Xue.
7/10/20161 Computer Security Protection in general purpose Operating Systems.
Challenge/Response Authentication
Computer Data Security & Privacy
Security in Networking
Chapter 6 Networks Communicating and Sharing Resources
Computer Security Protection in general purpose Operating Systems
COEN 351 Authentication.
Presentation transcript:

COEN 250 Authentication

Between human and machine Between machine and machine

Human Machine Authentication Authentication protocols are based on  What you know. E.g. password, pass-phrase, (secret key, private key).  What you have. Physical key, smart card.  What you are. Biometrics.  Where you are. E.g. trusted machine, access to room, …

Authentication Passwords  Predate computers.  As do some attacks (stealing, guessing) Older cell phone technology transmits originating number with a password. Password good, call goes through. Eavesdropper receives phone number – password combination. Eavesdropper can now clone the phone.

Authentication Password Attacks  Guessing On-line  Time consuming.  Authentication attempts are usually logged.  Can detect attack long before it is likely to succeed.  Can disrupt the attack. Off-line  Attacker needs to steal relevant data from which password(s) can be determined.  Attacker can use arbitrary amount of computing power.  Capturing Passwords Eavesdropping Login Trojan Horse

Authentication Passwords are stored  On each server Alice uses.  Centrally: Authentication Storage Node: Each server retrieves the information when it wants to authenticate Alice.  Centrally: Authentication Facilitator Node: Each server takes Alice’s data and password and goes to the AFN.

Authentication Password can be stored  Unencrypted Simple Dangerous  Implicitly as hashes of passwords As in UNIX, VMS  Encrypted  Hashed and Encrypted

Authentication Example: Network Information Service (Yellow Pages)  Directory service is the authentication storage node.  Stores hashed passwords of users.  Typically, hashed passwords list is world readable Access by claiming to be a server.  NIS authentication storage node does not authenticate itself to users. Allows impersonation of authentication service.

Authentication Passwords for machine – machine communication can be made difficult to guess.  Arbitrary length  Truly random choice of characters. Human-machine passwords  Guessable  Subject to dictionary attack.

Authentication Dictionary attack  Most passwords are natural language words.  Or derived from natural language words.  Guess the language.  Use a dictionary to try out all words in the language.  Start with common passwords first.  Replace a single character in a word, attach a random character, etc.

Authentication Brute-Force Attack Generate all possible password.  Sometimes make assumptions on the alphabet only printable character characters on a key-board

Authentication Salting  Protects hashed passwords against an offline attack. Brute Force attack attacks all passwords in password file simultaneously.

Authentication Salting Store a salt with each password Hash depends on salt and password. Use different salts for different passwords. Store salt with password.

Authentication Salting  Brute force attack, dictionary attack can only attack a single password.

Authentication Passwords are compromised:  By obtaining password file. Safeguard by  Hashing and Salting  Encryption  By eavesdropping on an exchange Use one-way passwords:  Lamport Hash

Authentication Address Based  Common in early UNIX Rtools: .rhosts  In user home directory  (Computer, Account) pairs  These pairs are allowed access to the user’s account /etc/hosts.equiv  List of network addresses of “equivalent” machines  Account name on A is equivalent to account name on B.  Users have to have identical account names.

Authentication Addressed based authentication threatened by  Access escalation Attacker gains access to one hosts. Access cascades to equivalent hosts / rhosts.  Spoofing addresses Very easy to spoof source address. Harder to intercept traffic back.

Authentication Ethernet network address impersonation  Easy on the same link.  Hubs do not protect.  Switches can be spoofed through the ARP protocol.  Routers are harder to fool, but can be attacked and provided with misleading routing data.

Authentication Cryptographic authentication  Alice proves her identity to Bob by proving to Bob that she knows a secret. Hashes Secret key cryptography Public key cryptography.

Human Machine Authentication Initial password distribution to humans  Pre-expired, strong passwords Through mail  Derivable from common knowledge Student ID

Human Machine Authentication Authentication Token  Possession of the token proves right to access. Magnetic stripe as on credit cards.  Harder to reproduce  “Impossible” to guess Demand special hardware Can be lost or stolen  Add pin or password protection Are not safe against communication eavesdropping and forging

Human Machine Authentication Authentication Token  Smart Card. Needs to be inserted in a smart card reader. Card authenticates to the smart card reader.  PIN protected smart cards.  Stops working after a number of false PINs.  Cryptographic challenge / response cards  Card contains a cryptographic key.  Authenticating computer issues a challenge.  Card solves the challenge after PIN is entered.  Harder to crack than PIN protected smart cards because key is never revealed.

Human Machine Authentication Authentication Token  Smart Card. Readerless smart card (Cryptographic calculator)  Communicates with owner through mini-keyboard and display.  Authenticating computer issues a challenge to Alice.  Alice types in challenge into readerless smart card.  Readerless smart card solves the challenge.  After Alice puts in her password.  Alice transfers the answer to the computer.

Human Machine Authentication Biometrics  Retinal scanner  Fingerprint reader  Face recognition  Iris scanner  Handprint readers  Voiceprints  Keystroke timing  Signatures

Authentication Security Policy Defining Protection Levels Partitioning Computing Resources  Usually necessary (law) to have special security for sensitive areas: Human Resources Accounting …  Network can be repartitioned using subnets with special protection and special procedures

Authentication Security Policy Defining Protection Levels Partitioning Computing Resources  Protection by naming Increase protection by not making certain systems visible from the outside Local LAN Internet external firewall external DNS server internal firewall internal DNS server

Authentication Security Policy Defining Protection Levels “Human resources, accounting, and other administrative support systems shall be physically partitioned from the general network in such a manner to control the flow of information to and from those systems” “Network name services shall be configured to provide Internet users with generic names to accessible internal systems while serving meaning full names to internal, organizational users.” “Network addresses shall be predefined for every system and network device and may be preloaded or resolved when logged in to the network.” “Network address servers and those used to resolve addresses shall be protected in accordance with best practice appropriate for that device.”

Network Access Control Typical: One external access point  Connection to ISP Gateways: Points where network traffic is transferred from the organization’s network to the internet:  Dial-in, Dial-out  Other external connections  Internet connections  Wireless connections

Network Access Control “All telephone access to the network shall be centrally protected by strong authentication controls. Modems shall be configured for dial- in or dial-out access but not both. The Network Administrator shall provide procedures to grant access to modem services. Users shall not install modems at any other location on the network without appropriate review and authorization.” “Any gateway proposed to be installed on the company’s network that would violate policies or procedures established from these policies shall not be installed without prior approval of the Information Security Management Committee.” “Applications that require gateway services shall be authenticated to the network. If the service itself cannot be authenticated, services carried through the gateway shall be subject to authentication policies described in this document.”

Login Policies User Identification Guest accounts Login Banners  Establish privacy expectation  Work as “no-trespassing” signs Login Controls Login Reporting

User Accounts Establishment of special privileges

Password Policies Policies defining strength of passwords  Length of password  Composition of password  Storage of passwords by users  Default passwords for systems / applications This problem is going away, but still  Password Testing

Telecommuting / Remote Access Policies Preserve security of IT assets at the organization  Employee’s equipment is probably not well protected  Authentication over the internet / dial-up Protection of organizational data  Legally / Technically  In Transit / Stored / During Processing

Mobile Equipment Employees work with company equipment outside of the perimeter Storing data on removable drives  USB drives