Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions data-new/TestAndVerification/StaticDepthForInfrastructure.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Static depth for infrastructure:
Analyze logs:
risk:
- Not getting are of happened attacks.
- Not aware of attacks happening.
measure: Check logs for keywords.
difficultyOfImplementation:
knowledge: 2
Expand Down Expand Up @@ -34,7 +34,7 @@ Static depth for infrastructure:
Test the definition of virtualized environments:
risk:
- The definition of virtualized environments (e.g. via <i>Dockerfile</i>) might
contains unsecure configurations.
contain unsecure configurations.
measure: Test the definition of virtualized environments for unsecured configurations.
difficultyOfImplementation:
knowledge: 2
Expand Down Expand Up @@ -139,7 +139,7 @@ Static depth for infrastructure:
risk:
- Standard hardening practices for cloud environments are not performed leading
to vulnerabilities.
measure: With the help of tools the configuration of virtual environments are
measure: With the help of tools, the configuration of virtual environments are
tested.
difficultyOfImplementation:
knowledge: 2
Expand All @@ -161,7 +161,7 @@ Static depth for infrastructure:
Stored Secrets:
risk:
- Stored secrets in git history, in container images or directly in code shouldn't
exists because they might be read unauthorized.
exists because they might be exposed to unauthorized parties.
measure: Test for secrets in code, container images and history
difficultyOfImplementation:
knowledge: 2
Expand Down Expand Up @@ -221,7 +221,7 @@ Static depth for infrastructure:
- 12.6.1
Check for new image version:
risk:
- When a new version of an image is available, it might fixes security vulnerabilities.
- When a new version of an image is available, it might fix security vulnerabilities.
measure: Check for new images of containers in production.
difficultyOfImplementation:
knowledge: 3
Expand Down