SlideShare ist ein Scribd-Unternehmen logo
1 von 32
Downloaden Sie, um offline zu lesen
Bryan Nairn, CISSP
Senior Manager, Trustworthy Computing
Microsoft Corporation
bryan.nairn@microsoft.com
Why should I care?
 Server virtualization is now a given in the majority of
  enterprise datacenters – source IDC

 The virtual server and virtual server management
  software market is forecast to reach a market opportunity
  of approximately $4.1 billion by 2014. This represents a
  CAGR of 13.1%. – source IDC

 Over 40% of production virtual machines will be less
  secure than their physical counterparts through 2014 –
  source Gartner
Virtualization powers the cloud
    Private Cloud            Public Cloud

• Mimics public cloud   • Available to anyone
• Benefits enterprise     with a network
  users                   connection
• Highly virtualized    • Pay-as-you-go
• Strings together IT   • Multi-tenant and
  infrastructure into     virtualized
  resources pools       • Self-service portals
Virtualization is a good thing!
Some Common VM Security Myths
 “I only have to patch my host OS / Kernel”
 “If I protect my Host machine, it will protect my
  VMs.”
 “Virtual Hard Disk files are secure by default.”
 “If you expose the virtual machine, you have to
  expose all virtual machines and the host.”
 “All virtual machines can see each other.”
 “I don’t need Anti-Virus with Virtualization”
Protection Rings
Virtualization Architecture- Hypervisor
 Primary Partition                         Child Partitions
 Virtualization Stack
  WMI Provider
                                             Applications
  VM                    VM Worker
  Service               Processes

                                                                               Ring 3
 MinWin                   Virtualization     Virtualization
                                Service      Service
                              Providers      Clients
  Windows                         (VSPs)     (VSCs)                 Guest OS
  Kernel         IHV                                                Kernel
                 Drivers       VMBus         VMBus            Enlightenments
                                                                               Ring 0

 Windows hypervisor                                                            Ring “-1”

                           Server Hardware
Hypervisor Security Assumptions
 Guests are untrusted
 Trust relationships
   Parent must be trusted by hypervisor
   Parent must be trusted by children
 Hypercall interface will be well documented and widely
  available to attackers
 All hypercalls can be attempted by guests
 Can detect you are running on a hypervisor + version
 The internal design of the hypervisor will be well understood
Hypervisor Security Goals
 Strong isolation between partitions
 Protect confidentiality and integrity of guest data
 Separation
        Unique hypervisor resource pools per guest
        Separate worker processes per guest
        Guest-to-parent communications over unique channels

 Non-interference
        Guests cannot affect the contents of other guests, parent, hypervisor
        Guest computations protected from other guests
        Guest-to-guest communications not allowed through VM interfaces
Hyper-V Isolation
 No sharing of virtualized devices
 Separate VMBus per VM to the parent
 No sharing of memory
    Each has its own address space
 VMs cannot communicate with each other, except through
  traditional networking
 Guests can’t perform DMA attacks because they’re never
  mapped to physical devices
 Guests cannot write to the hypervisor
 Parent partition cannot write to the hypervisor
Hyper-V Security Hardening
 Hypervisor has separate address space
   Guest addresses != Hypervisor addresses
 No 3rd party code in the Hypervisor
 Limited number of channels from guests to
  hypervisor
   No “IOCTL”-like things
 Guest to guest communication through hypervisor is
  prohibited
 No shared memory mapped between guests
 Guests never touch real hardware I/O
Hyper-V Security Model
 Uses Authorization Manager
  (AzMan)
    Fine grained authorization and access
     control
    Department and role based
    Segregate who can manage groups of
     VMs
 Define specific functions for
  individuals or roles
    Start, stop, create, add hardware,
      change drive image
 VM administrators don’t have to be
  Server 2008 administrators
 Guest resources are controlled by
  per VM configuration files
 Shared resources are protected
    Read-only (CD ISO file)
    Copy on write (differencing disks)
Virtualization Attack Vectors
 Host Hardware
 Virtual Machine Host OS
 Virtual Machine Hard Disk Files
 Virtual Machine Configuration Files
 Remote Management/Control interfaces
 Guest Operating System
 Virtual Networks
Common Attacks: Host
  Host Compromise for
    Deployment, Duplication and Deletion
    Control of Virtual Machines
    Direct Code / File injection to Virtualization File
     Structure
        Virtual Hard Disks
        Virtual Configuration Files
    Time Sync
  Hardware
    Rootkits / Malware
    Drivers (Attack Surface / Stability)
It’s all about the what’s underneath…
Use Remote Management
 All Virtualization Solutions include some form of remote
  control.
    Access to these tools should be limited.
    Limit scope of access / control


 Protect the remote control mechanisms!
    Use limited use accounts for control
    Make sure the connections are encrypted / authenticated (SSL, RDP
     over SSL)
    Use logging
                                                                        VM
                                                                     VM VM
                                                                  VM
                                                                VM VMVM VM
                                                              VM VM VMVM VM
                                                                         VM VM
                                                               VM VM
                                                                V VMVM VM
                                                                 VM VM VM
                                                                M
File Types and Locations
    .vhd disk file
        – In folder you specify
          in settings
    .vhdd disk file
        – In folder you specify
          in settings
    .vud disk file
        – In vmc-file folder


    .vsv disk file
        – In vmc-file folder
Common Attacks: Guest
 Unpatched Virtual Machines
 Older Operating Systems
 Test or Development machines (these often are not
  managed in the same way as production machines)
 Un-managed or user deployed virtual machines
 Backups and archives
Guest Attacks
  The Virtualization File Structure
     Virtual Hard Disks
         File / Code Injection
         Can be Directly Mounted / accessed
     Virtual Configuration Files
         Base Configuration changes
         Redirection / addition of Virtual drives / Resoures
  BIOS
                        <hardware>
                           <memory>
                              <ram_size type="integer">256</ram_size>
                           </memory>
                           ...
                           <pci_bus>
                              <ethernet_adapter>
                                 <controller_count type="integer">2</controller_count>
                              </ethernet_adapter>
                           </pci_bus>
                        </hardware>
VHD Redirection
Threat Landscape: Virtualized Attackers?
 Is this is one of the next big attack vectors on the horizon?


 The VM industry is focused on securing the VMs from attack.
  Very little thought of VMs being used as the attacker.

 Cases are starting to appear where people use VMs to attack,
  then shutdown the VM to remove any trace of evidence.
Threat Landscape: Virtualized Attackers?
 But we do write all events to the SysLog
 Things that go into drive slack are recoverable using
  forensics tools
 We still have network traces…
 …and audit logs
 …and firewall and router logs
 …not to mention video cameras in the server room.
Defending Yourself
Host Attacks: Potential Solutions
  Harden the Host Servers
     Where a Hypervisor or Specialist Kernel is used, the Host attack surface is
       smaller, however updating and patching is still required.
      Use single role servers and remove unwanted and un-necessary services /
       attack vectors
      Use a local firewall and only allow limited host control / management ports
       over encrypted and authenticated channels.
      Use limited scope admin accounts with strong passwords
  Protect the Virtual Machine files
      Access Control Lists (limited to the security context for the users who manage
       them and the services that control them.
      Encryption
           Disk / Volume / Folder / File
      Auditing
           file access, creation, deletion …
      Don’t forget the backup files / archives
Guest Attacks: Potential Solutions
  Harden the Guest Operating Systems
     Treat the guest OS as if it was a physical machine
  Isolate the machine with Virtual Networks / VLANs
     Local Only Access
     NAT
     Segmented networks
         IPSec Isolation
         Physical Isolation (Separate NICs)
Use Access Control Lists

     Deny           Read-only        Read/Write

• Cannot         • See the VM in   • See the VM in
  modify VMC       web console       web console
  file             and VRMC          and VMRC
• Will not       • Can interact    • Can interact
  appear in        with VM           with the VM
  web console    • Cannot start,   • Can start,
  or VMRC          stop, pause       stop, pause,
                   or resume         resume VMs
                   VMs
Deployment Considerations
 Minimize risk to the Parent Partition
   Use Server Core
   Don’t run arbitrary apps, no web surfing
        Run your apps and services in guests
 Moving VMs from Virtual Server to Hyper-V
    FIRST: Uninstall the VM Additions
 Two physical network adapters at minimum
    One for management (use a VLAN too)
    One (or more) for vm networking
    Dedicated iSCSI
    Connect to back-end management network
        Only expose guests to internet traffic
Anti-Virus & BitLocker…
 Parent partition
    Run AV software and exclude .vhd
 Child partitions
    Run AV software within each VM
 BitLocker
    Great for branch office
    Can be used within a VM
        http://blogs.technet.com/virtualworld/archive/2008/02/16/using-
         bitlocker-under-virtual-pc-virtual-server.aspx
Conclusions
 Reduce the attack surface on the Host
 Use least privilege access
 Audit the deployment, maintenance, control and access to
  virtual machines
 Leverage backups, snapshots and redundancy to reduce
  impact of Host / Guest maintenance
 Secure your Virtual Machine Hard Disk and configuration files,
  including backups and archives
 Use Virtual Networks / VLANs / IPSec to Isolate machines,
  especially before they are exposed to the network.
Resources
 Step-by-Step Guide to Getting Started with Hyper-V
    http://technet2.microsoft.com/windowsserver2008/en/library/c513e254-
     adf1-400e-8fcb-c1aec8a029311033.mspx?mfr=true
 Virtualization Team Blog
    http://blogs.technet.com/virtualization

 Microsoft Virtualization Website
    http://www.microsoft.com/virtualization

 Using BitLocker under Virtual PC / Virtual Server
    http://blogs.technet.com/virtualworld/archive/2008/02/16/using-bitlocker-
     under-virtual-pc-virtual-server.aspx
We would all rather be doing
something else..
CSA Presentation 26th May Virtualization securityv2

Weitere ähnliche Inhalte

Was ist angesagt?

Virtualization Technology Overview
Virtualization Technology OverviewVirtualization Technology Overview
Virtualization Technology OverviewOpenCity Community
 
VMware vSphere 5.1 Overview
VMware vSphere 5.1 OverviewVMware vSphere 5.1 Overview
VMware vSphere 5.1 OverviewESXLab
 
How to Optimize Microsoft Hyper-V Failover Cluster and Double Performance
How to Optimize Microsoft Hyper-V Failover Cluster and Double PerformanceHow to Optimize Microsoft Hyper-V Failover Cluster and Double Performance
How to Optimize Microsoft Hyper-V Failover Cluster and Double PerformanceStarWind Software
 
Linux On V Mware ESXi
Linux On V Mware ESXiLinux On V Mware ESXi
Linux On V Mware ESXiMasafumi Ohta
 
Virtualization security
Virtualization securityVirtualization security
Virtualization securityAhmed Nour
 
Juniper and VMware: Taking Data Centre Networks to the Next Level
Juniper and VMware: Taking Data Centre Networks to the Next LevelJuniper and VMware: Taking Data Centre Networks to the Next Level
Juniper and VMware: Taking Data Centre Networks to the Next LevelJuniper Networks
 
Esx Server 3i Presentation[1]
Esx Server 3i Presentation[1]Esx Server 3i Presentation[1]
Esx Server 3i Presentation[1]Rishi Sharma
 
Hyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and TricksHyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and TricksAmit Gatenyo
 
Open source hypervisors in cloud
Open source hypervisors in cloudOpen source hypervisors in cloud
Open source hypervisors in cloudChetna Purohit
 
Hyper V And Scvmm Best Practis
Hyper V And Scvmm Best PractisHyper V And Scvmm Best Practis
Hyper V And Scvmm Best PractisBlauge
 
Hypervisor comparison 201212
Hypervisor comparison 201212Hypervisor comparison 201212
Hypervisor comparison 201212Chang kil Lee
 
Virtualization Questions
Virtualization QuestionsVirtualization Questions
Virtualization QuestionsTrupti Jethva
 
TSM og virtualisering
 TSM og virtualisering TSM og virtualisering
TSM og virtualiseringSolv AS
 

Was ist angesagt? (20)

Virtualization Technology Overview
Virtualization Technology OverviewVirtualization Technology Overview
Virtualization Technology Overview
 
VMware vSphere 5.1 Overview
VMware vSphere 5.1 OverviewVMware vSphere 5.1 Overview
VMware vSphere 5.1 Overview
 
How to Optimize Microsoft Hyper-V Failover Cluster and Double Performance
How to Optimize Microsoft Hyper-V Failover Cluster and Double PerformanceHow to Optimize Microsoft Hyper-V Failover Cluster and Double Performance
How to Optimize Microsoft Hyper-V Failover Cluster and Double Performance
 
Linux On V Mware ESXi
Linux On V Mware ESXiLinux On V Mware ESXi
Linux On V Mware ESXi
 
Virtualization security
Virtualization securityVirtualization security
Virtualization security
 
Juniper and VMware: Taking Data Centre Networks to the Next Level
Juniper and VMware: Taking Data Centre Networks to the Next LevelJuniper and VMware: Taking Data Centre Networks to the Next Level
Juniper and VMware: Taking Data Centre Networks to the Next Level
 
Hypervisors
HypervisorsHypervisors
Hypervisors
 
Esx Server 3i Presentation[1]
Esx Server 3i Presentation[1]Esx Server 3i Presentation[1]
Esx Server 3i Presentation[1]
 
Hyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and TricksHyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and Tricks
 
Virtualization basics
Virtualization basics Virtualization basics
Virtualization basics
 
Open source hypervisors in cloud
Open source hypervisors in cloudOpen source hypervisors in cloud
Open source hypervisors in cloud
 
XS Boston 2008 OVF
XS Boston 2008 OVFXS Boston 2008 OVF
XS Boston 2008 OVF
 
6420 a 15
6420 a 156420 a 15
6420 a 15
 
Hyper V And Scvmm Best Practis
Hyper V And Scvmm Best PractisHyper V And Scvmm Best Practis
Hyper V And Scvmm Best Practis
 
Hypervisor comparison 201212
Hypervisor comparison 201212Hypervisor comparison 201212
Hypervisor comparison 201212
 
Virtualization Questions
Virtualization QuestionsVirtualization Questions
Virtualization Questions
 
XS Boston 2008 Fault Tolerance
XS Boston 2008 Fault ToleranceXS Boston 2008 Fault Tolerance
XS Boston 2008 Fault Tolerance
 
XS Boston 2008 Malware & Training
XS Boston 2008 Malware & TrainingXS Boston 2008 Malware & Training
XS Boston 2008 Malware & Training
 
TSM og virtualisering
 TSM og virtualisering TSM og virtualisering
TSM og virtualisering
 
Virtualization
VirtualizationVirtualization
Virtualization
 

Andere mochten auch

Securing a public cloud infrastructure : Windows Azure
Securing a public cloud infrastructure : Windows AzureSecuring a public cloud infrastructure : Windows Azure
Securing a public cloud infrastructure : Windows Azurevivekbhat
 
What is ud demographics-w-notes - adopted for dis stud class
What is ud   demographics-w-notes - adopted for dis stud classWhat is ud   demographics-w-notes - adopted for dis stud class
What is ud demographics-w-notes - adopted for dis stud classHoward Kramer
 
Wordpress & accessibility
Wordpress & accessibilityWordpress & accessibility
Wordpress & accessibilityHoward Kramer
 
A web standards & ud approach for access (bps public)
A web standards & ud approach for access (bps   public)A web standards & ud approach for access (bps   public)
A web standards & ud approach for access (bps public)Howard Kramer
 
Teaching web accessibility at the source
Teaching web accessibility at the sourceTeaching web accessibility at the source
Teaching web accessibility at the sourceHoward Kramer
 
Ud 4 curriculum (hk segment of panel)
Ud 4 curriculum (hk segment of panel)Ud 4 curriculum (hk segment of panel)
Ud 4 curriculum (hk segment of panel)Howard Kramer
 
Ud in curriculum ahead 2013
Ud in curriculum   ahead 2013Ud in curriculum   ahead 2013
Ud in curriculum ahead 2013Howard Kramer
 
Ud in curriculum csun 2013
Ud in curriculum   csun 2013Ud in curriculum   csun 2013
Ud in curriculum csun 2013Howard Kramer
 
Windows Azure Security & Compliance
Windows Azure Security & ComplianceWindows Azure Security & Compliance
Windows Azure Security & ComplianceNuno Godinho
 

Andere mochten auch (11)

Securing a public cloud infrastructure : Windows Azure
Securing a public cloud infrastructure : Windows AzureSecuring a public cloud infrastructure : Windows Azure
Securing a public cloud infrastructure : Windows Azure
 
What is ud demographics-w-notes - adopted for dis stud class
What is ud   demographics-w-notes - adopted for dis stud classWhat is ud   demographics-w-notes - adopted for dis stud class
What is ud demographics-w-notes - adopted for dis stud class
 
Wordpress & accessibility
Wordpress & accessibilityWordpress & accessibility
Wordpress & accessibility
 
03色彩學
03色彩學03色彩學
03色彩學
 
A web standards & ud approach for access (bps public)
A web standards & ud approach for access (bps   public)A web standards & ud approach for access (bps   public)
A web standards & ud approach for access (bps public)
 
Teaching web accessibility at the source
Teaching web accessibility at the sourceTeaching web accessibility at the source
Teaching web accessibility at the source
 
Ud 4 curriculum (hk segment of panel)
Ud 4 curriculum (hk segment of panel)Ud 4 curriculum (hk segment of panel)
Ud 4 curriculum (hk segment of panel)
 
Ud in curriculum ahead 2013
Ud in curriculum   ahead 2013Ud in curriculum   ahead 2013
Ud in curriculum ahead 2013
 
Webinar azuretalk
Webinar azuretalkWebinar azuretalk
Webinar azuretalk
 
Ud in curriculum csun 2013
Ud in curriculum   csun 2013Ud in curriculum   csun 2013
Ud in curriculum csun 2013
 
Windows Azure Security & Compliance
Windows Azure Security & ComplianceWindows Azure Security & Compliance
Windows Azure Security & Compliance
 

Ähnlich wie CSA Presentation 26th May Virtualization securityv2

Virtualization presentation
Virtualization presentationVirtualization presentation
Virtualization presentationMangesh Gunjal
 
Virtualization: Hyper-V, VMM, App-V and MED-V.
Virtualization: Hyper-V, VMM, App-V and MED-V.Virtualization: Hyper-V, VMM, App-V and MED-V.
Virtualization: Hyper-V, VMM, App-V and MED-V.Microsoft Iceland
 
Vss Security And Compliance For The Cloud
Vss Security And Compliance For The CloudVss Security And Compliance For The Cloud
Vss Security And Compliance For The CloudGraeme Wood
 
Windows 2008 R2 Virtualization
Windows 2008  R2  VirtualizationWindows 2008  R2  Virtualization
Windows 2008 R2 VirtualizationEduardo Castro
 
virtualization and hypervisors
virtualization and hypervisorsvirtualization and hypervisors
virtualization and hypervisorsGaurav Suri
 
Virtualization Primer for Java Developers
Virtualization Primer for Java DevelopersVirtualization Primer for Java Developers
Virtualization Primer for Java DevelopersRichard McDougall
 
All about virtualization spiceworks - slideshare
All about virtualization  spiceworks - slideshareAll about virtualization  spiceworks - slideshare
All about virtualization spiceworks - slideshareSpiceworks Ziff Davis
 
Virtualizare si SCVMM2008
Virtualizare si SCVMM2008Virtualizare si SCVMM2008
Virtualizare si SCVMM2008Tudor Damian
 
Security best practices for hyper v and server virtualisation [svr307]
Security best practices for hyper v and server virtualisation [svr307]Security best practices for hyper v and server virtualisation [svr307]
Security best practices for hyper v and server virtualisation [svr307]Louis Göhl
 
Virtually Secure: Uncovering the risks of virtualization
Virtually Secure: Uncovering the risks of virtualizationVirtually Secure: Uncovering the risks of virtualization
Virtually Secure: Uncovering the risks of virtualizationSeccuris Inc.
 
Introduction to Hyper-V
Introduction to Hyper-VIntroduction to Hyper-V
Introduction to Hyper-VMark Wilson
 
663187411-UNIT-III-Virtualization-System-Specific-Attacks-1.pdf
663187411-UNIT-III-Virtualization-System-Specific-Attacks-1.pdf663187411-UNIT-III-Virtualization-System-Specific-Attacks-1.pdf
663187411-UNIT-III-Virtualization-System-Specific-Attacks-1.pdfpivanon243
 
An Introduction To Server Virtualisation
An Introduction To Server VirtualisationAn Introduction To Server Virtualisation
An Introduction To Server VirtualisationAlan McSweeney
 
What is Virtualization
What is VirtualizationWhat is Virtualization
What is VirtualizationIsrael Marcus
 
12th Japan CloudStack User Group Meetup MidoNet with scalable virtual router
12th Japan CloudStack User Group Meetup   MidoNet with scalable virtual router12th Japan CloudStack User Group Meetup   MidoNet with scalable virtual router
12th Japan CloudStack User Group Meetup MidoNet with scalable virtual routerTakeshi Nakajima
 
12th Japan CloudStack User Group Meetup
12th Japan CloudStack User Group Meetup12th Japan CloudStack User Group Meetup
12th Japan CloudStack User Group MeetupMidokura
 
Virtual Pc Seminar
Virtual Pc SeminarVirtual Pc Seminar
Virtual Pc Seminarguest5b5549
 
Xen and Client Virtualization: the case of XenClient XT
Xen and Client Virtualization: the case of XenClient XTXen and Client Virtualization: the case of XenClient XT
Xen and Client Virtualization: the case of XenClient XTThe Linux Foundation
 

Ähnlich wie CSA Presentation 26th May Virtualization securityv2 (20)

Virtualization presentation
Virtualization presentationVirtualization presentation
Virtualization presentation
 
Virtualization: Hyper-V, VMM, App-V and MED-V.
Virtualization: Hyper-V, VMM, App-V and MED-V.Virtualization: Hyper-V, VMM, App-V and MED-V.
Virtualization: Hyper-V, VMM, App-V and MED-V.
 
Vss Security And Compliance For The Cloud
Vss Security And Compliance For The CloudVss Security And Compliance For The Cloud
Vss Security And Compliance For The Cloud
 
Windows 2008 R2 Virtualization
Windows 2008  R2  VirtualizationWindows 2008  R2  Virtualization
Windows 2008 R2 Virtualization
 
virtualization and hypervisors
virtualization and hypervisorsvirtualization and hypervisors
virtualization and hypervisors
 
Usenix Invited Talk
Usenix Invited TalkUsenix Invited Talk
Usenix Invited Talk
 
Virtualization Primer for Java Developers
Virtualization Primer for Java DevelopersVirtualization Primer for Java Developers
Virtualization Primer for Java Developers
 
All about virtualization spiceworks - slideshare
All about virtualization  spiceworks - slideshareAll about virtualization  spiceworks - slideshare
All about virtualization spiceworks - slideshare
 
Virtualizare si SCVMM2008
Virtualizare si SCVMM2008Virtualizare si SCVMM2008
Virtualizare si SCVMM2008
 
Security best practices for hyper v and server virtualisation [svr307]
Security best practices for hyper v and server virtualisation [svr307]Security best practices for hyper v and server virtualisation [svr307]
Security best practices for hyper v and server virtualisation [svr307]
 
Virtually Secure: Uncovering the risks of virtualization
Virtually Secure: Uncovering the risks of virtualizationVirtually Secure: Uncovering the risks of virtualization
Virtually Secure: Uncovering the risks of virtualization
 
Introduction to Hyper-V
Introduction to Hyper-VIntroduction to Hyper-V
Introduction to Hyper-V
 
663187411-UNIT-III-Virtualization-System-Specific-Attacks-1.pdf
663187411-UNIT-III-Virtualization-System-Specific-Attacks-1.pdf663187411-UNIT-III-Virtualization-System-Specific-Attacks-1.pdf
663187411-UNIT-III-Virtualization-System-Specific-Attacks-1.pdf
 
An Introduction To Server Virtualisation
An Introduction To Server VirtualisationAn Introduction To Server Virtualisation
An Introduction To Server Virtualisation
 
Virtualization
VirtualizationVirtualization
Virtualization
 
What is Virtualization
What is VirtualizationWhat is Virtualization
What is Virtualization
 
12th Japan CloudStack User Group Meetup MidoNet with scalable virtual router
12th Japan CloudStack User Group Meetup   MidoNet with scalable virtual router12th Japan CloudStack User Group Meetup   MidoNet with scalable virtual router
12th Japan CloudStack User Group Meetup MidoNet with scalable virtual router
 
12th Japan CloudStack User Group Meetup
12th Japan CloudStack User Group Meetup12th Japan CloudStack User Group Meetup
12th Japan CloudStack User Group Meetup
 
Virtual Pc Seminar
Virtual Pc SeminarVirtual Pc Seminar
Virtual Pc Seminar
 
Xen and Client Virtualization: the case of XenClient XT
Xen and Client Virtualization: the case of XenClient XTXen and Client Virtualization: the case of XenClient XT
Xen and Client Virtualization: the case of XenClient XT
 

Kürzlich hochgeladen

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 

Kürzlich hochgeladen (20)

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 

CSA Presentation 26th May Virtualization securityv2

  • 1. Bryan Nairn, CISSP Senior Manager, Trustworthy Computing Microsoft Corporation bryan.nairn@microsoft.com
  • 2. Why should I care?  Server virtualization is now a given in the majority of enterprise datacenters – source IDC  The virtual server and virtual server management software market is forecast to reach a market opportunity of approximately $4.1 billion by 2014. This represents a CAGR of 13.1%. – source IDC  Over 40% of production virtual machines will be less secure than their physical counterparts through 2014 – source Gartner
  • 3. Virtualization powers the cloud Private Cloud Public Cloud • Mimics public cloud • Available to anyone • Benefits enterprise with a network users connection • Highly virtualized • Pay-as-you-go • Strings together IT • Multi-tenant and infrastructure into virtualized resources pools • Self-service portals
  • 4. Virtualization is a good thing!
  • 5. Some Common VM Security Myths  “I only have to patch my host OS / Kernel”  “If I protect my Host machine, it will protect my VMs.”  “Virtual Hard Disk files are secure by default.”  “If you expose the virtual machine, you have to expose all virtual machines and the host.”  “All virtual machines can see each other.”  “I don’t need Anti-Virus with Virtualization”
  • 7. Virtualization Architecture- Hypervisor Primary Partition Child Partitions Virtualization Stack WMI Provider Applications VM VM Worker Service Processes Ring 3 MinWin Virtualization Virtualization Service Service Providers Clients Windows (VSPs) (VSCs) Guest OS Kernel IHV Kernel Drivers VMBus VMBus Enlightenments Ring 0 Windows hypervisor Ring “-1” Server Hardware
  • 8. Hypervisor Security Assumptions  Guests are untrusted  Trust relationships  Parent must be trusted by hypervisor  Parent must be trusted by children  Hypercall interface will be well documented and widely available to attackers  All hypercalls can be attempted by guests  Can detect you are running on a hypervisor + version  The internal design of the hypervisor will be well understood
  • 9. Hypervisor Security Goals  Strong isolation between partitions  Protect confidentiality and integrity of guest data  Separation  Unique hypervisor resource pools per guest  Separate worker processes per guest  Guest-to-parent communications over unique channels  Non-interference  Guests cannot affect the contents of other guests, parent, hypervisor  Guest computations protected from other guests  Guest-to-guest communications not allowed through VM interfaces
  • 10. Hyper-V Isolation  No sharing of virtualized devices  Separate VMBus per VM to the parent  No sharing of memory  Each has its own address space  VMs cannot communicate with each other, except through traditional networking  Guests can’t perform DMA attacks because they’re never mapped to physical devices  Guests cannot write to the hypervisor  Parent partition cannot write to the hypervisor
  • 11. Hyper-V Security Hardening  Hypervisor has separate address space  Guest addresses != Hypervisor addresses  No 3rd party code in the Hypervisor  Limited number of channels from guests to hypervisor  No “IOCTL”-like things  Guest to guest communication through hypervisor is prohibited  No shared memory mapped between guests  Guests never touch real hardware I/O
  • 12. Hyper-V Security Model  Uses Authorization Manager (AzMan)  Fine grained authorization and access control  Department and role based  Segregate who can manage groups of VMs  Define specific functions for individuals or roles  Start, stop, create, add hardware, change drive image  VM administrators don’t have to be Server 2008 administrators  Guest resources are controlled by per VM configuration files  Shared resources are protected  Read-only (CD ISO file)  Copy on write (differencing disks)
  • 13. Virtualization Attack Vectors Host Hardware Virtual Machine Host OS Virtual Machine Hard Disk Files Virtual Machine Configuration Files Remote Management/Control interfaces Guest Operating System Virtual Networks
  • 14. Common Attacks: Host  Host Compromise for  Deployment, Duplication and Deletion  Control of Virtual Machines  Direct Code / File injection to Virtualization File Structure  Virtual Hard Disks  Virtual Configuration Files  Time Sync  Hardware  Rootkits / Malware  Drivers (Attack Surface / Stability)
  • 15. It’s all about the what’s underneath…
  • 16. Use Remote Management  All Virtualization Solutions include some form of remote control.  Access to these tools should be limited.  Limit scope of access / control  Protect the remote control mechanisms!  Use limited use accounts for control  Make sure the connections are encrypted / authenticated (SSL, RDP over SSL)  Use logging VM VM VM VM VM VMVM VM VM VM VMVM VM VM VM VM VM V VMVM VM VM VM VM M
  • 17. File Types and Locations .vhd disk file – In folder you specify in settings .vhdd disk file – In folder you specify in settings .vud disk file – In vmc-file folder .vsv disk file – In vmc-file folder
  • 18. Common Attacks: Guest  Unpatched Virtual Machines  Older Operating Systems  Test or Development machines (these often are not managed in the same way as production machines)  Un-managed or user deployed virtual machines  Backups and archives
  • 19. Guest Attacks  The Virtualization File Structure  Virtual Hard Disks  File / Code Injection  Can be Directly Mounted / accessed  Virtual Configuration Files  Base Configuration changes  Redirection / addition of Virtual drives / Resoures  BIOS <hardware> <memory> <ram_size type="integer">256</ram_size> </memory> ... <pci_bus> <ethernet_adapter> <controller_count type="integer">2</controller_count> </ethernet_adapter> </pci_bus> </hardware>
  • 21. Threat Landscape: Virtualized Attackers?  Is this is one of the next big attack vectors on the horizon?  The VM industry is focused on securing the VMs from attack. Very little thought of VMs being used as the attacker.  Cases are starting to appear where people use VMs to attack, then shutdown the VM to remove any trace of evidence.
  • 22. Threat Landscape: Virtualized Attackers?  But we do write all events to the SysLog  Things that go into drive slack are recoverable using forensics tools  We still have network traces…  …and audit logs  …and firewall and router logs  …not to mention video cameras in the server room.
  • 24. Host Attacks: Potential Solutions  Harden the Host Servers  Where a Hypervisor or Specialist Kernel is used, the Host attack surface is smaller, however updating and patching is still required.  Use single role servers and remove unwanted and un-necessary services / attack vectors  Use a local firewall and only allow limited host control / management ports over encrypted and authenticated channels.  Use limited scope admin accounts with strong passwords  Protect the Virtual Machine files  Access Control Lists (limited to the security context for the users who manage them and the services that control them.  Encryption  Disk / Volume / Folder / File  Auditing  file access, creation, deletion …  Don’t forget the backup files / archives
  • 25. Guest Attacks: Potential Solutions  Harden the Guest Operating Systems  Treat the guest OS as if it was a physical machine  Isolate the machine with Virtual Networks / VLANs  Local Only Access  NAT  Segmented networks  IPSec Isolation  Physical Isolation (Separate NICs)
  • 26. Use Access Control Lists Deny Read-only Read/Write • Cannot • See the VM in • See the VM in modify VMC web console web console file and VRMC and VMRC • Will not • Can interact • Can interact appear in with VM with the VM web console • Cannot start, • Can start, or VMRC stop, pause stop, pause, or resume resume VMs VMs
  • 27. Deployment Considerations  Minimize risk to the Parent Partition  Use Server Core  Don’t run arbitrary apps, no web surfing  Run your apps and services in guests  Moving VMs from Virtual Server to Hyper-V  FIRST: Uninstall the VM Additions  Two physical network adapters at minimum  One for management (use a VLAN too)  One (or more) for vm networking  Dedicated iSCSI  Connect to back-end management network  Only expose guests to internet traffic
  • 28. Anti-Virus & BitLocker…  Parent partition  Run AV software and exclude .vhd  Child partitions  Run AV software within each VM  BitLocker  Great for branch office  Can be used within a VM  http://blogs.technet.com/virtualworld/archive/2008/02/16/using- bitlocker-under-virtual-pc-virtual-server.aspx
  • 29. Conclusions  Reduce the attack surface on the Host  Use least privilege access  Audit the deployment, maintenance, control and access to virtual machines  Leverage backups, snapshots and redundancy to reduce impact of Host / Guest maintenance  Secure your Virtual Machine Hard Disk and configuration files, including backups and archives  Use Virtual Networks / VLANs / IPSec to Isolate machines, especially before they are exposed to the network.
  • 30. Resources  Step-by-Step Guide to Getting Started with Hyper-V  http://technet2.microsoft.com/windowsserver2008/en/library/c513e254- adf1-400e-8fcb-c1aec8a029311033.mspx?mfr=true  Virtualization Team Blog  http://blogs.technet.com/virtualization  Microsoft Virtualization Website  http://www.microsoft.com/virtualization  Using BitLocker under Virtual PC / Virtual Server  http://blogs.technet.com/virtualworld/archive/2008/02/16/using-bitlocker- under-virtual-pc-virtual-server.aspx
  • 31. We would all rather be doing something else..