Skip to content

Latest commit

 

History

History
115 lines (86 loc) · 3.92 KB

06-sec_benefits.md

File metadata and controls

115 lines (86 loc) · 3.92 KB
SPDX-FileCopyrightText SPDX-License-Identifier title author footer description keywords color class style
© 2022 Menacit AB <foss@menacit.se>
CC-BY-SA-4.0
Virtualisation course: Security benefits
Joel Rangsmo <joel@menacit.se>
© Course authors (CC BY-SA 4.0)
How virtualisation helps organisations build and operate more secure systems
virtualisation
vm
container
security
infosec
secops
devops
#ffffff
invert
section.center { text-align: center; }

Security benefits

(Yes, there are several)

bg right:30%


Safely running multi-user/multi-tenant systems is hard.

bg right:30%


One VM per task enables...

  • A smaller attack surface
  • Fewer privileged users per system
  • Tighter network restrictions
  • Easier anomaly and intrusion detection

bg right:30%


Qubes OS and unikernels such as MirageOS represent the logical extreme of these arguments.

bg right:30%


Computers are stateful

Snapshots enable a more aggressive security patching process.

Properly cleaning up a hacked server is no trivial task - neither is forensics.

Modifications and malware cannot only hide in the OS, but also in firmware and OoB mechanisms.

bg right:30%