diff --git a/envs/monkey_zoo/blackbox/gcp_test_machine_list.py b/envs/monkey_zoo/blackbox/gcp_test_machine_list.py
index 9aa5ef41f..f00af692a 100644
--- a/envs/monkey_zoo/blackbox/gcp_test_machine_list.py
+++ b/envs/monkey_zoo/blackbox/gcp_test_machine_list.py
@@ -11,6 +11,7 @@ GCP_TEST_MACHINE_LIST = {
"tunneling-10",
"tunneling-11",
"tunneling-12",
+ "tunneling-13",
"zerologon-25",
],
"europe-west1-b": [
@@ -49,10 +50,6 @@ DEPTH_1_A = {
DEPTH_3_A = {
"europe-west3-a": [
- "tunneling-9",
- "tunneling-10",
- "tunneling-11",
- "tunneling-12",
"mimikatz-15",
],
"europe-west1-b": [
@@ -63,6 +60,16 @@ DEPTH_3_A = {
],
}
+DEPTH_4_A = {
+ "europe-west1-b": [
+ "tunneling-9",
+ "tunneling-10",
+ "tunneling-12",
+ "tunneling-13",
+ ],
+}
+
+
POWERSHELL_EXPLOITER_REUSE = {
"europe-west1-b": [
"powershell-3-46",
@@ -88,6 +95,7 @@ GCP_SINGLE_TEST_LIST = {
"test_depth_2_a": DEPTH_2_A,
"test_depth_1_a": DEPTH_1_A,
"test_depth_3_a": DEPTH_3_A,
+ "test_depth_4_a": DEPTH_4_A,
"test_powershell_exploiter_credentials_reuse": POWERSHELL_EXPLOITER_REUSE,
"test_zerologon_exploiter": ZEROLOGON,
"test_wmi_and_mimikatz_exploiters": WMI_AND_MIMIKATZ,
diff --git a/envs/monkey_zoo/docs/fullDocs.md b/envs/monkey_zoo/docs/fullDocs.md
index 077ccfc59..9a52d5687 100644
--- a/envs/monkey_zoo/docs/fullDocs.md
+++ b/envs/monkey_zoo/docs/fullDocs.md
@@ -384,6 +384,38 @@ Update all requirements using deployment script:
+
Nr. 13 Tunneling M5 +(10.2.0.13) |
+(Exploitable) | +
---|---|
OS: | +Ubuntu 18 x64 | +
Default service’s port: | +22 | +
Root password: | +prM2qsroTI | +
Server’s config: | +Configured to disable traffic from/to 10.2.0.10 and 10.2.0.11(via ufw and iptables) | +
Notes: | +Accessible only through Nr.12 | +