Skip to content

Commit

Permalink
feat: Add unauthenticated service control
Browse files Browse the repository at this point in the history
This commit adds the unauthenticated service control to the `C-0256-exposuretointernet.json` and `C-0266-exposuretointernet-gateway.json` files. The control is categorized under "Initial Access" and is part of the "workload-unauthenticated-service" attack track.

Note: This commit message follows the established convention of starting with a type prefix (feat for feature) and providing a concise and descriptive summary of the changes made.
Signed-off-by: kooomix <[email protected]>
  • Loading branch information
kooomix committed Jul 23, 2024
1 parent 5bd8622 commit bd92e11
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 bd92e11

Please sign in to comment.