alan-turing-institute / data-safe-haven

https://data-safe-haven.readthedocs.io
BSD 3-Clause "New" or "Revised" License
57 stars 14 forks source link

Consider using CIS hardened images #570

Closed jemrobinson closed 2 years ago

jemrobinson commented 4 years ago

We should check whether the CIS hardened VM images work with our deployments and if they do, consider the costs/benefits.

martintoreilly commented 4 years ago

CIS hardened images for Safe Haven VMs available on Azure

Source: https://www.cisecurity.org/cis-hardened-image-list/

CIS Benchmarks

Source: https://www.cisecurity.org/cis-benchmarks/

These are hardening recommendations, not pre-built images.

martintoreilly commented 4 years ago

Bitnami images

Not CIS certified but certified by Bitnami as up-to-date and secure.

martintoreilly commented 4 years ago

DoD STIGs

US Department of Defence Security Technical Implementation Guides: https://www.stigviewer.com/stigs

These are hardening recommendations, not pre-built images, and include generic STIGs for e.g. Network Security and Remote Access in addition to STIGs for specific operating systems and software.

JimMadge commented 4 years ago

I've had a look at their Ubuntu 18.04 benchmark. Do we know what changes they have implemented in their image? I understand they might not want to protect their work, but it's harder to have confidence when we can't see what they have done.

Some of the recommendations, like having certain 'system' directories on separate partitions, would be hard to replicate ourselves as the default Ubuntu images comes with a standard one-partition layout.