@@ -676,6 +676,19 @@ Dynamic depth for infrastructure:
676676 - 14.2.3
677677 - 14.2.8
678678Static depth for infrastructure :
679+ Test of virtualized environments :
680+ risk : Virtualized environments (e.g. via <i>Container Images</i>) might contains unsecure configurations.
681+ measure : Test virtualized environments for unsecured configurations.
682+ difficultyOfImplementation :
683+ knowledge : 2
684+ time : 1
685+ resources : 2
686+ usefulness : 3
687+ level : 2
688+ implementation :
689+ - <a href="https://github.com/wagoodman/dive">Dive to inspect a container images</a>
690+ - Cluster Scanner (will be open sourced soon) to check different aspects
691+ samm2 : v-security-testing|A|1
679692 Test the definition of virtualized environments :
680693 risk : The definition of virtualized environments (e.g. via <i>Dockerfile</i>) might contains unsecure configurations.
681694 measure : Test the definition of virtualized environments for unsecured configurations.
@@ -802,6 +815,21 @@ Static depth for infrastructure:
802815 iso27001-2017 :
803816 - 12.6.1
804817 - 14.2.5
818+ Check for known vulnerabilities :
819+ risk : Known vulnerabilities in infrastructure components like container images might get exploited.
820+ measure : Check for known vulnerabilities
821+ difficultyOfImplementation :
822+ knowledge : 2
823+ time : 1
824+ resources : 1
825+ usefulness : 4
826+ level : 4
827+ implementation :
828+ - https://github.com/aquasecurity/trivy
829+ - Registries like quay, dockerhub provide (commercial) offerings, often not suiteable for distroless images
830+ samm2 : v-security-testing|A|2
831+ iso27001-2017 :
832+ - 12.6.1
805833 Check for new image version :
806834 risk : When a new version of an image is available, it might fixes security vulnerabilities.
807835 measure : Check for new images of containers in production.
0 commit comments