Introduction Security Intro 1.

Slides:



Advertisements
Similar presentations
The Diffie-Hellman Algorithm
Advertisements

Chapter 1  Introduction 1 Introduction Chapter 1  Introduction 2 The Cast of Characters  Alice and Bob are the good guys  Trudy is the bad guy 
Chapter 1  Introduction 1 Chapter 1: Introduction.
Chapter 1  Introduction 1 Chapter 1: Introduction “Begin at the beginning,” the King said, very gravely, “and go on till you come to the end: then stop.”
Intro 1 Introduction Intro 2 Good Guys and Bad Guys  Alice and Bob are the good guys  Trudy is the bad guy  Trudy is our generic “intruder”
1 Computer Security Instructor: Dr. Bo Sun. 2 Course Objectives Understand basic issues, concepts, principles, and mechanisms in computer network security.
Lecture 1: Information Security Overview SYCS 653 – Fall 2009 Wayne Patterson.
19.1 Silberschatz, Galvin and Gagne ©2003 Operating System Concepts with Java Chapter 19: Security The Security Problem Authentication Program Threats.
Bruce Schneier Lanette Dowell November 25, Introduction  “It is insufficient to protect ourselves with laws; we need to protect ourselves with.
Cryptography and Network Security Chapter 17
Conclusion 1 Conclusion Conclusion 2 Course Summary  Crypto o Basics, symmetric key, public key, hash functions and other topics, cryptanalysis  Access.
Part 4  Software 1 Conclusion Part 4  Software 2 Course Summary  Crypto o Basics, symmetric key, public key, hash functions and other topics, cryptanalysis.
Chapter 1  Introduction 1 Chapter 1: Introduction “Begin at the beginning,” the King said, very gravely, “and go on till you come to the end: then stop.”
Conclusion 1 Conclusion Conclusion 2 Course Summary  Crypto o Basics, symmetric key, public key, hash functions and other topics, cryptanalysis  Access.
Encryption. Introduction Computer security is the prevention of or protection against –access to information by unauthorized recipients –intentional but.
Computer Security Tran, Van Hoai Department of Systems & Networking Faculty of Computer Science & Engineering HCMC University of Technology.
Computer Networks NYUS FCSIT Spring 2008 Milos STOLIC, Bs.C. Teaching Assistant
Network Security. An Introduction to Cryptography The encryption model (for a symmetric-key cipher).
Computer & Network Security
Protecting Internet Communications: Encryption  Encryption: Process of transforming plain text or data into cipher text that cannot be read by anyone.
Cryptography, Authentication and Digital Signatures
Protocols Part 3  Protocols 1.
Chapter 1  Introduction 1 Chapter 1: Introduction “Begin at the beginning,” the King said, very gravely, “and go on till you come to the end: then stop.”
Cryptography and Network Security (CS435) Part Fourteen (Web Security)
Chapter 1  Introduction 1 Chapter 1: Introduction.
Encryption.
Chapter 30 - Electronic Commerce and Business Introduction E-Commerce is Big Business –all commercial transactions conducted over the Internet shopping,
Csci5233 computer security & integrity 1 Cryptography: an overview.
Introduction1-1 Data Communications and Computer Networks Chapter 6 CS 3830 Lecture 28 Omar Meqdadi Department of Computer Science and Software Engineering.
Cryptography 1 Crypto Cryptography 2 Crypto  Cryptology  The art and science of making and breaking “secret codes”  Cryptography  making “secret.
James McQuillen. Data protection Act 1998 The main aim of it is to protect people's fundamental rights and freedom to a particular right to privacy of.
Topic 5: Basic Security.
CS453: Introduction to Information Security for E-Commerce Prof. Tom Horton.
Traditional Security Issues Confidentiality –Prevent unauthorized access or reading of information Integrity –Insure that writing or operations are allowed.
ICOM 5995 (crypto) - Noack Crypto - Administrivia Prontuario - Please time-share and ask questions Info is in my homepage amadeus.uprm.edu/~noack/ Make.
Intro to Computer Security For COP3502, Intro to Computer Science Lecture 1 1.
1 Computer Security Instructor: Dr. Bo Sun. 2 Course Objectives Understand basic issues, concepts, principles, and mechanisms in computer network security.
Part 1  Cryptography 1 Integrity Part 1  Cryptography 2 Data Integrity  Integrity  detect unauthorized writing (i.e., modification of data)  Example:
Chapter eight: Authentication Protocols 2013 Term 2.
Computer and Information Security Chapter 1 Introduction 1.
Database Management Systems, 3ed, R. Ramakrishnan and J. Gehrke1 Database architecture and security Workshop 4.
Network security 1. Security taxonomy Physical security Resource exhaustion - DDoS system/network vulnerabilities Key-based security.
Security Protecting information data confidentiality
Cryptography: an overview
Operating Systems Services provided on internet
Security+ All-In-One Edition Chapter 1 – General Security Concepts
Crypto in information security
Cryptography and Network Security
What is network security?
Outline What does the OS protect? Authentication for operating systems
Chapter 8 Network Security.
The Security Problem Security must consider external environment of the system, and protect it from: unauthorized access. malicious modification or destruction.
OPERATING SYSTEMS CS 3502 Fall 2017
Outline What does the OS protect? Authentication for operating systems
Done BY: Zainab Sulaiman AL-Mandhari Under Supervisor: Dr.Tarek
Computer and Network Security
刘振 上海交通大学 计算机科学与工程系 电信群楼3-509
Cryptography: an overview
Firewalls and Security
Faculty of Science IT Department By Raz Dara MA.
Security.
Computer Security CIS326 Dr Rachel Shipsey.
Chapter 1: Introduction
Computer Security By: Muhammed Anwar.
Erica Burch Jesse Forrest
Operating System Concepts
刘振 上海交通大学 计算机科学与工程系 电信群楼3-509
Chapter 8 roadmap 8.1 What is network security?
Computer Security CIS326 Dr Rachel Shipsey.
AIT 682: Network and Systems Security
Presentation transcript:

Introduction Security Intro 1

The Cast of Characters Alice and Bob are the good guys Trudy is the bad guy Trudy is our generic “intruder” Security Intro 2

Alice’s Online Bank Alice opens Alice’s Online Bank (AOB) What are Alice’s security concerns? If Bob is a customer of AOB, what are his security concerns? How are Alice and Bob concerns similar? How are they different? How does Trudy view the situation? Security Intro 3

CIA Confidentiality, Integrity and Availability AOB must prevent Trudy from learning Bob’s account balance Confidentiality: prevent unauthorized reading of information Security Intro 4

CIA Trudy must not be able to change Bob’s account balance Bob must not be able to improperly change his own account balance Integrity: prevent unauthorized writing of information Security Intro 5

CIA AOB’s information must be available when needed Alice must be able to make transaction If not, she’ll take her business elsewhere Availability: Data is available in a timely manner when needed Availability is a “new” security concern In response to denial of dervice (DoS) Security Intro 6

Beyond CIA How does Bob’s computer know that “Bob” is really Bob and not Trudy? Bob’s password must be verified This requires some clever cryptography What are security concerns of pwds? Are there alternatives to passwords? Security Intro 7

Beyond CIA When Bob logs into AOB, how does AOB know that “Bob” is really Bob? As before, Bob’s password is verified Unlike standalone computer case, network security issues arise What are network security concerns? Protocols are critically important Crypto also important in protocols Security Intro 8

Beyond CIA Once Bob is authenticated by AOB, then AOB must restrict actions of Bob Bob can’t view Charlie’s account info Bob can’t install new software, etc. Enforcing these restrictions is known as authorization Access control includes both authentication and authorization Security Intro 9

Beyond CIA Cryptography, protocols and access control are implemented in software What are security issues of software? Most software is complex and buggy Software flaws lead to security flaws How to reduce flaws in software development? Security Intro 10

Beyond CIA Some software is intentionally evil Malware: computer viruses, worms, etc. What can Alice and Bob do to protect themselves from malware? What can Trudy do to make malware more “effective”? Security Intro 11

Beyond CIA Operating systems enforce security For example, authorization OS: large and complex software Win XP has 40,000,000 lines of code! Subject to bugs and flaws like any other software Many security issues specific to OSs Can you trust an OS? Security Intro 12

My Book The text consists of four major parts Cryptography Access control Protocols Software Security Intro 13

Cryptography “Secret codes” The book covers Classic cryptography Symmetric ciphers Public key cryptography Hash functions Advanced cryptanalysis Security Intro 14

Access Control Authentication Authorization Passwords Biometrics and other Authorization Access Control Lists and Capabilities Multilevel security (MLS), security modeling, covert channel, inference control Firewalls and Intrusion Detection Systems Security Intro 15

Protocols Simple authentication protocols “Butterfly effect” --- small change can have drastic effect on security Cryptography used in protocols Real-world security protocols SSL, IPSec, Kerberos GSM security Security Intro 16

Software Software security-critical flaws Malware Buffer overflow Other common flaws Malware Specific viruses and worms Prevention and detection The future of malware Security Intro 17

Software Software reverse engineering (SRE) Digital rights management How hackers “dissect” software Digital rights management Shows difficulty of security in software Also raises OS security issues Limits of testing Open source vs closed source Security Intro 18

Software Operating systems Software is a big security topic Basic OS security issues “Trusted” OS requirements NGSCB: Microsoft’s trusted OS for PC Software is a big security topic Lots of material to cover Lots of security problems to consider Security Intro 19

Think Like Trudy In the past, no respectable sources talked about “hacking” in detail It was argued that such info would help hackers Very recently, this has changed Books on network hacking, how to write evil software, how to hack software, etc. Security Intro 20

Think Like Trudy Good guys must think like bad guys! A police detective Must study and understand criminals In information security We want to understand Trudy’s motives We must know Trudy’s methods We’ll often pretend to be Trudy Security Intro 21

Think Like Trudy Is all of this security information a good idea? “It’s about time somebody wrote a book to teach the good guys what the bad guys already know.” --- Bruce Schneier Security Intro 22

Think Like Trudy We must try to think like Trudy We must study Trudy’s methods We can admire Trudy’s cleverness Often, we can’t help but laugh at Alice and Bob’s stupidity But, we cannot act like Trudy Security Intro 23

In This Course… Always think like the bad guy Always look for weaknesses Strive to find a weak link It’s OK to break the rules Think like Trudy! But don’t do anything illegal… Security Intro 24