You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/Infrastructure.yml
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Infrastructure Hardening:
3
3
The cluster is hardened:
4
4
risk: Using default configurations for a cluster environment leads to potential risks.
5
-
measure: Harden cluster environments according to best practices.
5
+
measure: Harden cluster environments according to best practices. Level 1 and partiually level 2 from hardening practices like 'CIS Kubernetes Bench for Security' should considered.
6
6
difficultyOfImplementation:
7
7
knowledge: 4
8
8
time: 3
@@ -63,6 +63,23 @@ Infrastructure Hardening:
63
63
iso27001-2017:
64
64
- virtual environments are not explicitly covered by ISO 27001 - too specific
65
65
- 13.1.3
66
+
Filter for outcoing traffic:
67
+
risk: A compromised infrastructure component might try to send out stolen data.
68
+
measure: Having a whitelist and explizitly allowing egress traffic provides the ability to stop unauthorized data leackage.
69
+
difficultyOfImplementation:
70
+
knowledge: 3
71
+
time: 3
72
+
resources: 3
73
+
usefulness: 2
74
+
level: 2
75
+
dependsOn: []
76
+
implementation:
77
+
- Open Policy Agent
78
+
- firewalls
79
+
samm2: o-environment-management|A|1
80
+
iso27001-2017:
81
+
- virtual environments are not explicitly covered by ISO 27001 - too specific
82
+
- 13.1.3
66
83
Infrastructure as Code:
67
84
risk: No tracking of changes in systems might lead to errors in the configuration. In additions, it might lead to unauthorized changes. An examples is jenkins.
68
85
measure: Systems are setup by code. A full environment can be provisioned. In addition, software like Jenkins 2 can be setup and configured in in code too. The code should be stored in a version control system.
0 commit comments