#2925 Addressing PR comments. General config clean up and typos.
This commit is contained in:
committed by
Marek Wolan
parent
f6a6c3dde5
commit
d8b52012f5
@@ -379,35 +379,7 @@ simulation:
|
||||
subnet_mask: *DNS_SUBNET
|
||||
next_hop_ip_address: 10.1.100.1
|
||||
|
||||
# - address: 192.168.150.0
|
||||
# subnet_mask: *ST_INTRA_CR_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.160.0
|
||||
# subnet_mask: *ST_INTRA_DR_ONE_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.170.0
|
||||
# subnet_mask: *ST_INTRA_DR_TWO_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.200.0
|
||||
# subnet_mask: *ST_HO_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.210.0
|
||||
# subnet_mask: *ST_HR_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.220.0
|
||||
# subnet_mask: *ST_DATA_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.230.0
|
||||
# subnet_mask: *ST_PROJ_A_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.240.0
|
||||
# subnet_mask: *ST_PROJ_B_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.250.0
|
||||
# subnet_mask: *ST_PROJ_C_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
default_route:
|
||||
#next_hop_ip_address: 10.1.100.1
|
||||
next_hop_ip_address: 192.168.150.2
|
||||
|
||||
- hostname: ST_DMZ-PUB-SRV-WEB
|
||||
@@ -1869,8 +1841,6 @@ agents:
|
||||
- 192.168.230.0/29 # ST Project A
|
||||
- 192.168.10.0/26 # Remote Site
|
||||
- 192.168.20.0/30 # Remote DMZ
|
||||
# - 192.168.240.0/29 # ST Project B
|
||||
# - 192.168.250.0/29 # ST Project C
|
||||
- 192.168.220.0/29 # ST Data (Contains Target)
|
||||
COMMAND_AND_CONTROL:
|
||||
probability: 1
|
||||
|
||||
@@ -379,35 +379,7 @@ simulation:
|
||||
subnet_mask: *DNS_SUBNET
|
||||
next_hop_ip_address: 10.1.100.1
|
||||
|
||||
# - address: 192.168.150.0
|
||||
# subnet_mask: *ST_INTRA_CR_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.160.0
|
||||
# subnet_mask: *ST_INTRA_DR_ONE_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.170.0
|
||||
# subnet_mask: *ST_INTRA_DR_TWO_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.200.0
|
||||
# subnet_mask: *ST_HO_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.210.0
|
||||
# subnet_mask: *ST_HR_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.220.0
|
||||
# subnet_mask: *ST_DATA_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.230.0
|
||||
# subnet_mask: *ST_PROJ_A_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.240.0
|
||||
# subnet_mask: *ST_PROJ_B_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.250.0
|
||||
# subnet_mask: *ST_PROJ_C_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
default_route:
|
||||
#next_hop_ip_address: 10.1.100.1
|
||||
next_hop_ip_address: 192.168.150.2
|
||||
|
||||
- hostname: ST_DMZ-PUB-SRV-WEB
|
||||
|
||||
@@ -10,7 +10,6 @@ red: &red
|
||||
repeat_kill_chain_stages: true
|
||||
default_target_ip: 192.168.220.3
|
||||
default_starting_node: "ST_PROJ-C-PRV-PC-1"
|
||||
# starting_nodes: ["ST_PROJ-A-PRV-PC-1", "ST_PROJ-B-PRV-PC-2", "ST_PROJ-C-PRV-PC-3"]
|
||||
starting_nodes:
|
||||
kill_chain:
|
||||
ACTIVATE:
|
||||
@@ -23,8 +22,6 @@ red: &red
|
||||
- 192.168.230.0/29 # ST Project A
|
||||
- 192.168.10.0/26 # Remote Site
|
||||
- 192.168.20.0/30 # Remote DMZ
|
||||
# - 192.168.240.0/29 # ST Project B
|
||||
# - 192.168.250.0/29 # ST Project C
|
||||
- 192.168.220.0/29 # ST Data (Contains Target)
|
||||
COMMAND_AND_CONTROL:
|
||||
probability: 1
|
||||
|
||||
@@ -10,7 +10,6 @@ red: &red
|
||||
repeat_kill_chain_stages: true
|
||||
default_target_ip: 192.168.220.3
|
||||
default_starting_node: "ST_PROJ-B-PRV-PC-2"
|
||||
# starting_nodes: ["ST_PROJ-A-PRV-PC-1", "ST_PROJ-B-PRV-PC-2", "ST_PROJ-C-PRV-PC-3"]
|
||||
starting_nodes:
|
||||
kill_chain:
|
||||
ACTIVATE:
|
||||
@@ -20,11 +19,9 @@ red: &red
|
||||
scan_attempts: 20
|
||||
repeat_scan: false
|
||||
network_addresses:
|
||||
- 192.168.230.0/29 # ST Project A
|
||||
- 192.168.240.0/29 # ST Project B
|
||||
- 192.168.10.0/26 # Remote Site
|
||||
- 192.168.20.0/30 # Remote DMZ
|
||||
# - 192.168.240.0/29 # ST Project B
|
||||
# - 192.168.250.0/29 # ST Project C
|
||||
- 192.168.220.0/29 # ST Data (Contains Target)
|
||||
COMMAND_AND_CONTROL:
|
||||
probability: 1
|
||||
|
||||
@@ -10,7 +10,6 @@ red: &red
|
||||
repeat_kill_chain_stages: true
|
||||
default_target_ip: 192.168.220.3
|
||||
default_starting_node: "ST_PROJ-C-PRV-PC-3"
|
||||
# starting_nodes: ["ST_PROJ-A-PRV-PC-1", "ST_PROJ-B-PRV-PC-2", "ST_PROJ-C-PRV-PC-3"]
|
||||
starting_nodes:
|
||||
kill_chain:
|
||||
ACTIVATE:
|
||||
@@ -20,11 +19,9 @@ red: &red
|
||||
scan_attempts: 20
|
||||
repeat_scan: false
|
||||
network_addresses:
|
||||
- 192.168.230.0/29 # ST Project A
|
||||
- 192.168.250.0/29 # ST Project C
|
||||
- 192.168.10.0/26 # Remote Site
|
||||
- 192.168.20.0/30 # Remote DMZ
|
||||
# - 192.168.240.0/29 # ST Project B
|
||||
# - 192.168.250.0/29 # ST Project C
|
||||
- 192.168.220.0/29 # ST Data (Contains Target)
|
||||
COMMAND_AND_CONTROL:
|
||||
probability: 1
|
||||
|
||||
@@ -378,36 +378,7 @@ simulation:
|
||||
- address: 8.8.8.0
|
||||
subnet_mask: *DNS_SUBNET
|
||||
next_hop_ip_address: 10.1.100.1
|
||||
|
||||
# - address: 192.168.150.0
|
||||
# subnet_mask: *ST_INTRA_CR_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.160.0
|
||||
# subnet_mask: *ST_INTRA_DR_ONE_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.170.0
|
||||
# subnet_mask: *ST_INTRA_DR_TWO_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.200.0
|
||||
# subnet_mask: *ST_HO_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.210.0
|
||||
# subnet_mask: *ST_HR_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.220.0
|
||||
# subnet_mask: *ST_DATA_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.230.0
|
||||
# subnet_mask: *ST_PROJ_A_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.240.0
|
||||
# subnet_mask: *ST_PROJ_B_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
# - address: 192.168.250.0
|
||||
# subnet_mask: *ST_PROJ_C_SUBNET
|
||||
# next_hop_ip_address: 192.168.150.2
|
||||
default_route:
|
||||
#next_hop_ip_address: 10.1.100.1
|
||||
next_hop_ip_address: 192.168.150.2
|
||||
|
||||
- hostname: ST_DMZ-PUB-SRV-WEB
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.2 MiB |
Reference in New Issue
Block a user