CSE543 - Computer and Network Security Module: Virtualization

Similar documents
CSE543 - Computer and Network Security Module: Virtualization

CSE543 - Computer and Network Security Module: Virtualization

Virtual Machine Security

CSE Computer Security

Advanced Systems Security: Virtual Machine Systems

Advanced Systems Security: Virtual Machine Systems

Topics in Systems and Program Security

Operating System Security

CprE Virtualization. Dr. Yong Guan. Department of Electrical and Computer Engineering & Information Assurance Center Iowa State University

The Challenges of X86 Hardware Virtualization. GCC- Virtualization: Rajeev Wankar 36

Intel s Virtualization Extensions (VT-x) So you want to build a hypervisor?

Security for the Xen Hypervisor Status Quo & Perspective 2006

Virtualization. Pradipta De

CSE 120 Principles of Operating Systems

Xen and the Art of Virtualization. CSE-291 (Cloud Computing) Fall 2016


Virtual Machines. Part 2: starting 19 years ago. Operating Systems In Depth IX 1 Copyright 2018 Thomas W. Doeppner. All rights reserved.

ReVirt: Enabling Intrusion Analysis through Virtual Machine Logging and Replay

Virtualization. Virtualization

CS 550 Operating Systems Spring Introduction to Virtual Machines

Background. IBM sold expensive mainframes to large organizations. Monitor sits between one or more OSes and HW

OS Security IV: Virtualization and Trusted Computing

Dawn Song

W11 Hyper-V security. Jesper Krogh.

Spring 2017 :: CSE 506. Introduction to. Virtual Machines. Nima Honarmand

The Architecture of Virtual Machines Lecture for the Embedded Systems Course CSD, University of Crete (April 29, 2014)

CHAPTER 16 - VIRTUAL MACHINES

CSC 5930/9010 Cloud S & P: Virtualization

Operating System Security: Building Secure Distributed Systems

Operating Systems 4/27/2015

Virtualization. Michael Tsai 2018/4/16

CSCI 8530 Advanced Operating Systems. Part 19 Virtualization

Towards High Assurance Networks of Virtual Machines

Nested Virtualization and Server Consolidation

Virtual Machine Monitors (VMMs) are a hot topic in

CSE 544 Advanced Systems Security

Virtual Machines. To do. q VM over time q Implementation methods q Hardware features supporting VM q Next time: Midterm?

Module 1: Virtualization. Types of Interfaces

24-vm.txt Mon Nov 21 22:13: Notes on Virtual Machines , Fall 2011 Carnegie Mellon University Randal E. Bryant.

Introduction to Cloud Computing and Virtualization. Mayank Mishra Sujesha Sudevalayam PhD Students CSE, IIT Bombay

Advanced Systems Security: Principles

NON SCHOLAE, SED VITAE

Hypervisor security. Evgeny Yakovlev, DEFCON NN, 2017

Advanced Systems Security: Securing Commercial Systems

Lecture 5: February 3

Virtualization. Operating Systems, 2016, Meni Adler, Danny Hendler & Amnon Meisels

Advanced Systems Security: Ordinary Operating Systems


Xen and the Art of Virtualization. Nikola Gvozdiev Georgian Mihaila

Distributed Systems COMP 212. Lecture 18 Othon Michail

ViryaOS RFC: Secure Containers for Embedded and IoT. A proposal for a new Xen Project sub-project

Virtual Machine Monitors!

The DNS system is organized in a structure.

Originally prepared by Lehigh graduate Greg Bosch; last modified April 2016 by B. Davison

CIS 5373 Systems Security

Virtual machine architecture and KVM analysis D 陳彥霖 B 郭宗倫

Virtualization. Starting Point: A Physical Machine. What is a Virtual Machine? Virtualization Properties. Types of Virtualization

Virtualization. ! Physical Hardware Processors, memory, chipset, I/O devices, etc. Resources often grossly underutilized

Virtualization. ...or how adding another layer of abstraction is changing the world. CIS 399: Unix Skills University of Pennsylvania.

references Virtualization services Topics Virtualization

What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet.

Back To The Future: A Radical Insecure Design of KVM on ARM

Lecture 7. Xen and the Art of Virtualization. Paul Braham, Boris Dragovic, Keir Fraser et al. 16 November, Advanced Operating Systems

Virtualization Overview NSRC

Virtualization. Dr. Yingwu Zhu

Learning Outcomes. Extended OS. Observations Operating systems provide well defined interfaces. Virtual Machines. Interface Levels

Cloud Computing Virtualization

Securing your Virtualized Datacenter. Charu Chaubal Senior Architect, Technical Marketing 6 November, 2008

Virtualization. Application Application Application. MCSN - N. Tonellotto - Distributed Enabling Platforms OPERATING SYSTEM OPERATING SYSTEM

SERVE. -Priyal Lokhandwala

Module: Operating System Security. Professor Trent Jaeger. CSE543 - Introduction to Computer and Network Security

The Evolution of Secure Operating Systems

Virtual Machines Disco and Xen (Lecture 10, cs262a) Ion Stoica & Ali Ghodsi UC Berkeley February 26, 2018

I/O and virtualization

IBM Research Report. Building a MAC-based Security Architecture for the Xen Opensource Hypervisor

HyperSafe: A Lightweight Approach to Provide Lifetime Hypervisor Control-Flow Integrity

Privilege Escalation

An overview of virtual machine architecture

Advanced Systems Security: Multics

1 Virtualization Recap

CS 470 Spring Virtualization and Cloud Computing. Mike Lam, Professor. Content taken from the following:

At one time, desktop computers were one

Building Trustworthy Intrusion Detection Through Virtual Machine Introspection

OS Virtualization. Why Virtualize? Introduction. Virtualization Basics 12/10/2012. Motivation. Types of Virtualization.

Advanced Systems Security: Principles

CS 5600 Computer Systems. Lecture 11: Virtual Machine Monitors

LINUX Virtualization. Running other code under LINUX

Xen is not just paravirtualization

Xen Project Overview and Update. Ian Pratt, Chairman of Xen.org, and Chief Scientist, Citrix Systems Inc.

Knut Omang Ifi/Oracle 6 Nov, 2017

CHAPTER 16 - VIRTUAL MACHINES

Xen Project 4.4: Features and Futures. Russell Pavlicek Xen Project Evangelist Citrix Systems

Chapter 5 C. Virtual machines

Topics in Systems and Program Security

COMPUTER ARCHITECTURE. Virtualization and Memory Hierarchy

Overview of System Virtualization: The most powerful platform for program analysis and system security. Zhiqiang Lin

Virtualization with XEN. Trusted Computing CS599 Spring 2007 Arun Viswanathan University of Southern California

Better Security with Virtual Machines

Virtualization (II) SPD Course 17/03/2010 Massimo Coppola

Using a Separation Kernel to Protect against the Remote Exploitation of Unaltered Passenger Vehicles

Transcription:

CSE543 - Computer and Network Security Module: Virtualization Professor Trent Jaeger CSE543 - Introduction to Computer and Network Security 1

Operating System Quandary Q: What is the primary goal of system security? OS enables multiple users/programs to share resources on a physical device OS s now have millions of lines of code Access control policies of OS become complex E.g., SELinux What can we say about security? 2

Virtual Machines Instead of using system software to control sharing, use system software to enable isolation Virtualization a technique for hiding the physical characteristics of computing resources from the way in which others systems, applications, and end users interact with those resources Virtual Machines Single physical resource can appear as multiple logical resources 3

Virtualization Architectures Full system simulation (QEMU) CPU can be simulated Paravirtualization (VAXVMM) VM has a special API Requires OS changes Native virtualization (VMware) Simulate enough HW to run OS OS is for same CPU Application virtualization (JVM) Application API 4

Virtual Machine Types Virtual Machine Monitor Approaches Type I Lowest layer of software is VMM E.g., Xen, VAX VMM, etc. App! Type II Type 2 VMM! Guest OS 1! Guest OS 2! App! Runs on a host operating system E.g., VMWare, JVM, etc. VMM! App! Hybrid VMM! App! Guest OS 1! Guest OS 2! Type 1 VMM! App! App! Guest OS 1! Guest OS 2! Host OS! Host OS! VMM! VMM! Q: What are the trust model issues with Type II Hardware! Hardware! compared to Type I? JVM! CLR! VMware Workstation! MS Virtual Server! KVM! Hardware! VMware ESX! Xen! MS Hyper-V! Penn CSE543 State - Computer Systems and Internet Network Infrastructure Security Security Lab 5

How Can VMs Improve Security? Isolation Separate two applications to run in two VMs Specialize Run a hardened, specialized kernel for some applications Isolate groups of VMs Like a VLAN Better IDS from outside the VM VM Introspection Control data release to VMs TCB can decide whether to release data to a new VM And more... 6

What is Virtualized What do you need to do to virtualize a system? All sensitive instructions must be privileged Sensitive: May impact security of VMs Privileged: Must run in privileged domain (ring 0) VMs must still be able to use devices Must be able to use host s hardware devices despite not being the host s operating system Must control access to virtualized resources Different granularity than typical OS access control Subjects: VMs; Objects: Disk volumes 7

VAX VMM Security Kernel A1 assured system that enforces MLS (circa 1991) Based on an assured virtual machine monitor (VMM) AKA hypervisor Lessons from VAX/SVS for High-Assurance VM Systems, IEEE S&P Magazine, 2012 Applications (Top Secret) Applications (Secret) Applications (Unclassified) Ultrix OS VMS OS VMS OS VMM Security Kernel Memory Device Disk Device Print Device Display Device... 8

Modern Virtualization Modern Hardware Native Virtualization Support IOMMU Modern Hypervisors Xen is 300K+ LOC MAC enforcement in VMMs NetTop, shype, Xen Security Modules Modern Assurance Some advances, but small (sel4) 10K LOC is max that has been assured 9

Native Virtualization What does virtualization hardware do? Self-virtualization All sensitive instructions are now privileged Device I/O Paravirtualization improvements Direct device assignment (using IOMMU for protection) 10

IOMMU Memory Management Unit for I/O What does a tradition MMU do? What does an IOMMU do? 11

MAC IOMMU for Modern Role In VMMs System Xen, VMware, etc. provide Isolation and I/O: sensitive instructions are made privileged What about enforcing flexible MAC policies? Application! This is something that VAXVMM did... Application! Application! MMU! RAM! IOMMU! Peripheral! Peripheral! System! Software! Peripheral! control Penn CSE543 State - Computer Systems and Internet Network Infrastructure Security Security Lab 12

Xen Originally, Paravirtualized Hypervisor Privileged VM VM: DomU Guest OS Partitioned Resources VM Services Dom 0 Host OS Drivers VM: DomU Guest OS Device Requests Xen Hypervisor 13

MAC for Modern VMMs Xen, VMware, etc. provide Isolation and I/O: sensitive instructions are made privileged What about enforcing flexible MAC policies? VAXVMM could do that 14

NetTop Isolated networks of VMs Alternative to air gap security VM: Secret VM: Public VM: Secret VM: Public Guest OS Guest OS Guest OS Guest OS VMWare MLS SELinux Host OS VMWare MLS SELinux Host OS 15

Xen shype Controlled information flows among VMs Subjects (VMs) and Objects (VMs - via network) VM: DomU Guest OS Partitioned Resources VM Services Dom 0 Host OS Drivers VM: DomU Guest OS Device Requests Xen Hypervisor Ref Mon 16

Intrusion Detection w/ VMs Can virtualization help in detecting an intrusion? Network intrusion detection Can only track packets to and from host Cannot see what is running on the host Host intrusion detection Can see processes on host But adversary can see HIDS too! Stuxnet took advantage of that 17

Intrusion Detection w/ VMs Garfinkel and Rosenblum paper (NDSS 2003) Premise: Use VMM to enable introspection of one VM from another For antivirus or host intrusion detection Leverages 3 properties of VMM Isolation: protect from target Inspection: can see target s memory Interposition: can intercept privileged instructions Can then checkpoint target VM What is the checkpoint algorithm in terms of above 3? 18

Intrusion Detection w/ VMs IDS Policy Engine Policy Modules Monitored Host Config File Policy Framework Command Guest Apps Guest OS Metadata Query Response Guest OS OS Interface Library Virtual Machine Hardware State callback or Response Virtual Machine Monitor Figure 1. A High-Level View of our VMI-Based IDS Architecture: On the right is the virtual machine (VM) that runs the host being monitored. On the left is the VMI-based IDS with its major components: the OS interface library that provides an OS-level view of the VM by interpreting the hardware state exported by the VMM, the policy engine consisting of a common framework for building policies, and policy modules that implement specific intrusion detection policies. The virtual machine monitor provides a substrate that isolates the IDS from the monitored VM and allows the IDS to inspect the state of the VM. The VMM also allows the IDS to interpose on interactions between the guest OS/guest applications and the virtual hardware. 19

Introspection Challenges Can you find what you are looking for? OS s are complex and have important dynamic data Lots of function pointers (data, but not really dynamic) Semantic gap gets larger when you want to inspect apps Can you monitor everything you need to? Need to mediate at critical times Use privileged commands, hardware watchpoints, debuggers, or voluntary hooks (like paravirtualization) Too many interrupts impedes performance Can you protect yourself from adversary? Adversary could try to compromise IDS from VM Adversary could try to compromise VMM from VM or IDS 20

Virtual Machine Threats How does the insertion of a virtual machine layer change the threats against the system? 21

Virtual Machine Rootkit Rootkit Malicious software installed by an attacker on a system Enable it to run on each boot OS Rootkits Kernel module, signal handler,... When the kernel is booted, the module is installed and intercepts user process requests, interrupts, etc. E.g., keylogger VM Rootkit Research project from Michigan and Microsoft If security service runs in VM, then a rootkit in VMM can evade security 22

Java Virtual Machine Interpret Java bytecodes Machine specification defined by bytecode On all architectures, run same bytecodes Write once, run anywhere Can run multiple programs w/i JVM simultaneously Different classloaders can result in different protection domains How do we enforce access control? 23

Java Security Architecture Java 1.0: Applets and Applications Java 1.1: Signed code (trusted remote -- think Authenticode) 24

Java Security Architecture Java 1.2: Flexible access control, included in Java 2 25

Stack Inspection Authorize based on protection domains on the stack Intersection of permissions all sources All must have permission 26

Do Privileged doprivileged terminates backtrace Like setuid, with similar risks 27

Take Away VM systems focus on isolation between VMs Useful for coarse-grained security VM systems sometimes provide MAC to allow controlled interaction Same kind of policies as for OS, coarse-grained objects (VMs) Can use for VM introspection Watch out for VMM rootkits... 28

Take Away VM systems focus on isolation between VMs Useful for coarse-grained security VM systems sometimes provide MAC to allow controlled interaction Same kind of policies as for OS, coarse-grained objects (VMs) Can use for VM introspection Watch out for VMM rootkits... 28