From 7d3e6dafd5a22e9d04866639f12d00723cd6931b Mon Sep 17 00:00:00 2001 From: YiscahLevySilas1 Date: Sun, 10 Sep 2023 10:26:32 +0300 Subject: [PATCH] change a.c node names Signed-off-by: YiscahLevySilas1 --- attack-tracks/service-destruction.json | 4 ++-- attack-tracks/workload-external-track.json | 12 ++++++------ controls/C-0009-resourcelimits.json | 2 +- controls/C-0041-hostnetworkaccess.json | 2 +- controls/C-0044-containerhostport.json | 4 ++-- controls/C-0045-writablehostpathmount.json | 2 +- controls/C-0046-insecurecapabilities.json | 2 +- controls/C-0048-hostpathmount.json | 2 +- ...-applysecuritycontexttoyourpodsandcontainers.json | 2 +- controls/C-0255-workloadwithsecretaccess.json | 2 +- controls/C-0256-exposuretointernet.json | 4 ++-- controls/C-0257-pvcaccess.json | 2 +- controls/C-0258-configmapaccess.json | 2 +- controls/C-0259-workloadwithcredentialaccess.json | 2 +- controls/C-0260-missingnetworkpolicy.json | 2 +- controls/C-0261-satokenmounted.json | 2 +- 16 files changed, 24 insertions(+), 24 deletions(-) diff --git a/attack-tracks/service-destruction.json b/attack-tracks/service-destruction.json index 745b81164..e9bb3fa81 100644 --- a/attack-tracks/service-destruction.json +++ b/attack-tracks/service-destruction.json @@ -7,10 +7,10 @@ "spec": { "version": "1.0", "data": { - "name": "Workload Exposure", + "name": "Exposed Workload", "subSteps": [ { - "name": "Service Destruction" + "name": "Denial of service" } ] } diff --git a/attack-tracks/workload-external-track.json b/attack-tracks/workload-external-track.json index 0203face5..171a81e8b 100644 --- a/attack-tracks/workload-external-track.json +++ b/attack-tracks/workload-external-track.json @@ -7,29 +7,29 @@ "spec": { "version": "1.0", "data": { - "name": "Workload Exposure", + "name": "Exposed Workload", "subSteps": [ { "name": "Vulnerable Image", "checksVulnerabilities": true, "subSteps": [ { - "name": "Data Access" + "name": "Data Exposure" }, { - "name": "Secret Access" + "name": "Secret Exposure" }, { - "name": "Credential access" + "name": "Credential Exposure" }, { - "name": "Potential Node exposure" + "name": "Vulnerable node" }, { "name": "Persistence" }, { - "name": "Network" + "name": "Network Exposure" } ] } diff --git a/controls/C-0009-resourcelimits.json b/controls/C-0009-resourcelimits.json index 09d935436..242d2c725 100644 --- a/controls/C-0009-resourcelimits.json +++ b/controls/C-0009-resourcelimits.json @@ -9,7 +9,7 @@ { "attackTrack": "service-destruction", "categories": [ - "Service Destruction" + "Denial of service" ] } ] diff --git a/controls/C-0041-hostnetworkaccess.json b/controls/C-0041-hostnetworkaccess.json index 1be0a86aa..bd352f463 100644 --- a/controls/C-0041-hostnetworkaccess.json +++ b/controls/C-0041-hostnetworkaccess.json @@ -10,7 +10,7 @@ { "attackTrack": "workload-external-track", "categories": [ - "Network" + "Network Exposure" ] } ] diff --git a/controls/C-0044-containerhostport.json b/controls/C-0044-containerhostport.json index 3c626ec7a..d3090ebd7 100644 --- a/controls/C-0044-containerhostport.json +++ b/controls/C-0044-containerhostport.json @@ -11,13 +11,13 @@ { "attackTrack": "workload-external-track", "categories": [ - "Workload Exposure" + "Exposed Workload" ] }, { "attackTrack": "service-destruction", "categories": [ - "Workload Exposure" + "Exposed Workload" ] } ] diff --git a/controls/C-0045-writablehostpathmount.json b/controls/C-0045-writablehostpathmount.json index c14e6343b..72ae7437c 100644 --- a/controls/C-0045-writablehostpathmount.json +++ b/controls/C-0045-writablehostpathmount.json @@ -16,7 +16,7 @@ { "attackTrack": "workload-external-track", "categories": [ - "Potential Node exposure" + "Vulnerable node" ] } ] diff --git a/controls/C-0046-insecurecapabilities.json b/controls/C-0046-insecurecapabilities.json index 5af858943..5c1b5fcd7 100644 --- a/controls/C-0046-insecurecapabilities.json +++ b/controls/C-0046-insecurecapabilities.json @@ -11,7 +11,7 @@ { "attackTrack": "workload-external-track", "categories": [ - "Potential Node exposure" + "Vulnerable node" ] } ] diff --git a/controls/C-0048-hostpathmount.json b/controls/C-0048-hostpathmount.json index ad931324a..e55475e62 100644 --- a/controls/C-0048-hostpathmount.json +++ b/controls/C-0048-hostpathmount.json @@ -13,7 +13,7 @@ { "attackTrack": "workload-external-track", "categories": [ - "Potential Node exposure" + "Vulnerable node" ] } ] diff --git a/controls/C-0211-applysecuritycontexttoyourpodsandcontainers.json b/controls/C-0211-applysecuritycontexttoyourpodsandcontainers.json index 77a8e9cb8..e484d586e 100644 --- a/controls/C-0211-applysecuritycontexttoyourpodsandcontainers.json +++ b/controls/C-0211-applysecuritycontexttoyourpodsandcontainers.json @@ -19,7 +19,7 @@ { "attackTrack": "workload-external-track", "categories": [ - "Potential Node exposure" + "Vulnerable node" ] } ] diff --git a/controls/C-0255-workloadwithsecretaccess.json b/controls/C-0255-workloadwithsecretaccess.json index 686a72577..4f166c2de 100644 --- a/controls/C-0255-workloadwithsecretaccess.json +++ b/controls/C-0255-workloadwithsecretaccess.json @@ -9,7 +9,7 @@ { "attackTrack": "workload-external-track", "categories": [ - "Secret Access" + "Secret Exposure" ] } ] diff --git a/controls/C-0256-exposuretointernet.json b/controls/C-0256-exposuretointernet.json index 1067fc53b..4b1be0f45 100644 --- a/controls/C-0256-exposuretointernet.json +++ b/controls/C-0256-exposuretointernet.json @@ -9,13 +9,13 @@ { "attackTrack": "workload-external-track", "categories": [ - "Workload Exposure" + "Exposed Workload" ] }, { "attackTrack": "service-destruction", "categories": [ - "Workload Exposure" + "Exposed Workload" ] } ] diff --git a/controls/C-0257-pvcaccess.json b/controls/C-0257-pvcaccess.json index de95b7d71..444d36dd2 100644 --- a/controls/C-0257-pvcaccess.json +++ b/controls/C-0257-pvcaccess.json @@ -9,7 +9,7 @@ { "attackTrack": "workload-external-track", "categories": [ - "Data Access" + "Data Exposure" ] } ] diff --git a/controls/C-0258-configmapaccess.json b/controls/C-0258-configmapaccess.json index b0a52d5b0..33050fb52 100644 --- a/controls/C-0258-configmapaccess.json +++ b/controls/C-0258-configmapaccess.json @@ -9,7 +9,7 @@ { "attackTrack": "workload-external-track", "categories": [ - "Data Access" + "Data Exposure" ] } ] diff --git a/controls/C-0259-workloadwithcredentialaccess.json b/controls/C-0259-workloadwithcredentialaccess.json index 9153afd41..f42e0e59d 100644 --- a/controls/C-0259-workloadwithcredentialaccess.json +++ b/controls/C-0259-workloadwithcredentialaccess.json @@ -9,7 +9,7 @@ { "attackTrack": "workload-external-track", "categories": [ - "Credential access" + "Credential Exposure" ] } ] diff --git a/controls/C-0260-missingnetworkpolicy.json b/controls/C-0260-missingnetworkpolicy.json index e967f5b4f..1a4cb734e 100644 --- a/controls/C-0260-missingnetworkpolicy.json +++ b/controls/C-0260-missingnetworkpolicy.json @@ -9,7 +9,7 @@ { "attackTrack": "workload-external-track", "categories": [ - "Network" + "Network Exposure" ] } ] diff --git a/controls/C-0261-satokenmounted.json b/controls/C-0261-satokenmounted.json index 5e438e4af..d134f88c2 100644 --- a/controls/C-0261-satokenmounted.json +++ b/controls/C-0261-satokenmounted.json @@ -9,7 +9,7 @@ { "attackTrack": "workload-external-track", "categories": [ - "Credential access" + "Credential Exposure" ] } ]