Skip to content

Commit

Permalink
change a.c node names
Browse files Browse the repository at this point in the history
Signed-off-by: YiscahLevySilas1 <[email protected]>
  • Loading branch information
YiscahLevySilas1 committed Sep 10, 2023
1 parent 1832611 commit 7d3e6da
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions attack-tracks/service-destruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"spec": {
"version": "1.0",
"data": {
"name": "Workload Exposure",
"name": "Exposed Workload",
"subSteps": [
{
"name": "Service Destruction"
"name": "Denial of service"
}
]
}
Expand Down
12 changes: 6 additions & 6 deletions attack-tracks/workload-external-track.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion controls/C-0009-resourcelimits.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"attackTrack": "service-destruction",
"categories": [
"Service Destruction"
"Denial of service"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion controls/C-0041-hostnetworkaccess.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"attackTrack": "workload-external-track",
"categories": [
"Network"
"Network Exposure"
]
}
]
Expand Down
4 changes: 2 additions & 2 deletions controls/C-0044-containerhostport.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
{
"attackTrack": "workload-external-track",
"categories": [
"Workload Exposure"
"Exposed Workload"
]
},
{
"attackTrack": "service-destruction",
"categories": [
"Workload Exposure"
"Exposed Workload"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion controls/C-0045-writablehostpathmount.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
"attackTrack": "workload-external-track",
"categories": [
"Potential Node exposure"
"Vulnerable node"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion controls/C-0046-insecurecapabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"attackTrack": "workload-external-track",
"categories": [
"Potential Node exposure"
"Vulnerable node"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion controls/C-0048-hostpathmount.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"attackTrack": "workload-external-track",
"categories": [
"Potential Node exposure"
"Vulnerable node"
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"attackTrack": "workload-external-track",
"categories": [
"Potential Node exposure"
"Vulnerable node"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion controls/C-0255-workloadwithsecretaccess.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"attackTrack": "workload-external-track",
"categories": [
"Secret Access"
"Secret Exposure"
]
}
]
Expand Down
4 changes: 2 additions & 2 deletions controls/C-0256-exposuretointernet.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
{
"attackTrack": "workload-external-track",
"categories": [
"Workload Exposure"
"Exposed Workload"
]
},
{
"attackTrack": "service-destruction",
"categories": [
"Workload Exposure"
"Exposed Workload"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion controls/C-0257-pvcaccess.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"attackTrack": "workload-external-track",
"categories": [
"Data Access"
"Data Exposure"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion controls/C-0258-configmapaccess.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"attackTrack": "workload-external-track",
"categories": [
"Data Access"
"Data Exposure"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion controls/C-0259-workloadwithcredentialaccess.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"attackTrack": "workload-external-track",
"categories": [
"Credential access"
"Credential Exposure"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion controls/C-0260-missingnetworkpolicy.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"attackTrack": "workload-external-track",
"categories": [
"Network"
"Network Exposure"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion controls/C-0261-satokenmounted.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"attackTrack": "workload-external-track",
"categories": [
"Credential access"
"Credential Exposure"
]
}
]
Expand Down

0 comments on commit 7d3e6da

Please sign in to comment.