Skip to content

Commit

Permalink
Merge pull request #633 from kubescape/fix_attacktrack_mapping
Browse files Browse the repository at this point in the history
feat: add "Initial Access" controls to "workload-unauthenticated-service" attack track
  • Loading branch information
kooomix authored Jul 23, 2024
2 parents 5bd8622 + bd92e11 commit 36ec064
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions controls/C-0256-exposuretointernet.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
"categories": [
"Initial Access"
]
},
{
"attackTrack": "workload-unauthenticated-service",
"categories": [
"Initial Access"
]
}
]
},
Expand Down
6 changes: 6 additions & 0 deletions controls/C-0266-exposuretointernet-gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
"categories": [
"Initial Access"
]
},
{
"attackTrack": "workload-unauthenticated-service",
"categories": [
"Initial Access"
]
}
]
},
Expand Down

0 comments on commit 36ec064

Please sign in to comment.