From bd92e11101832c723c641a815f0d827ab4d83d91 Mon Sep 17 00:00:00 2001 From: kooomix Date: Tue, 23 Jul 2024 06:18:58 +0300 Subject: [PATCH] feat: Add unauthenticated service control 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 --- controls/C-0256-exposuretointernet.json | 6 ++++++ controls/C-0266-exposuretointernet-gateway.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/controls/C-0256-exposuretointernet.json b/controls/C-0256-exposuretointernet.json index 0abb72f5..4e6247e5 100644 --- a/controls/C-0256-exposuretointernet.json +++ b/controls/C-0256-exposuretointernet.json @@ -28,6 +28,12 @@ "categories": [ "Initial Access" ] + }, + { + "attackTrack": "workload-unauthenticated-service", + "categories": [ + "Initial Access" + ] } ] }, diff --git a/controls/C-0266-exposuretointernet-gateway.json b/controls/C-0266-exposuretointernet-gateway.json index 776d1cef..c349b031 100644 --- a/controls/C-0266-exposuretointernet-gateway.json +++ b/controls/C-0266-exposuretointernet-gateway.json @@ -22,6 +22,12 @@ "categories": [ "Initial Access" ] + }, + { + "attackTrack": "workload-unauthenticated-service", + "categories": [ + "Initial Access" + ] } ] },