Skip to content

Commit a46580c

Browse files
authored
Merge pull request #48 from Critical-Infrastructure-Systems-Lab/dev
Added no concealment attacks configuration files
2 parents 5a85b6e + 9d058bd commit a46580c

File tree

14 files changed

+137
-1
lines changed

14 files changed

+137
-1
lines changed

examples/ctown_topology/dataset/dataset_anomaly_config_files/ctown_config_05.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
inp_file: ctown_map.inp
22
iterations: 2880
3-
#iterations: 60
43
network_topology_type: complex
54
plcs: !include ctown_plcs.yaml
65
log_level: debug
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
inp_file: ctown_map.inp
2+
iterations: 2880
3+
network_topology_type: complex
4+
plcs: !include ctown_plcs.yaml
5+
simulator: epynet
6+
demand: pdd
7+
output_path: attack_output_11
8+
demand_patterns: events/demands_ctown_01.csv
9+
initial_tank_data: events/tanks_ctown_01.csv
10+
attacks: !include dataset_attacks/attack_11.yaml
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
inp_file: ctown_map.inp
2+
iterations: 2880
3+
network_topology_type: complex
4+
plcs: !include ctown_plcs.yaml
5+
simulator: epynet
6+
demand: pdd
7+
output_path: attack_output_38
8+
demand_patterns: events/demands_ctown_01.csv
9+
initial_tank_data: events/tanks_ctown_01.csv
10+
attacks: !include dataset_attacks/attack_38.yaml
11+
log_level: debug
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
inp_file: ctown_map.inp
2+
iterations: 2880
3+
network_topology_type: complex
4+
plcs: !include ctown_plcs.yaml
5+
simulator: epynet
6+
demand: pdd
7+
output_path: attack_output_39
8+
demand_patterns: events/demands_ctown_01.csv
9+
initial_tank_data: events/tanks_ctown_01.csv
10+
attacks: !include dataset_attacks/attack_39.yaml
11+
log_level: debug
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
inp_file: ctown_map.inp
2+
iterations: 2880
3+
network_topology_type: complex
4+
plcs: !include ctown_plcs.yaml
5+
simulator: epynet
6+
demand: pdd
7+
output_path: attack_output_40
8+
demand_patterns: events/demands_ctown_01.csv
9+
initial_tank_data: events/tanks_ctown_01.csv
10+
attacks: !include dataset_attacks/attack_40.yaml
11+
log_level: debug
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
inp_file: ctown_map.inp
2+
iterations: 2880
3+
network_topology_type: complex
4+
plcs: !include ctown_plcs.yaml
5+
simulator: epynet
6+
demand: pdd
7+
output_path: attack_output_41
8+
demand_patterns: events/demands_ctown_01.csv
9+
initial_tank_data: events/tanks_ctown_01.csv
10+
attacks: !include dataset_attacks/attack_41.yaml
11+
log_level: debug
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
inp_file: ctown_map.inp
2+
iterations: 2880
3+
network_topology_type: complex
4+
plcs: !include ctown_plcs.yaml
5+
simulator: epynet
6+
demand: pdd
7+
output_path: attack_output_42
8+
demand_patterns: events/demands_ctown_01.csv
9+
initial_tank_data: events/tanks_ctown_01.csv
10+
attacks: !include dataset_attacks/attack_42.yaml
11+
log_level: debug
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
inp_file: ctown_map.inp
2+
iterations: 2880
3+
network_topology_type: complex
4+
plcs: !include ctown_plcs.yaml
5+
simulator: epynet
6+
demand: pdd
7+
output_path: attack_output_43
8+
demand_patterns: events/demands_ctown_01.csv
9+
initial_tank_data: events/tanks_ctown_01.csv
10+
attacks: !include dataset_attacks/attack_43.yaml
11+
log_level: debug
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
device_attacks:
2+
- actuator: PU10
3+
command: closed
4+
name: plc5attack1
5+
trigger:
6+
end: 1812
7+
start: 1440
8+
type: time
9+
- actuator: PU11
10+
command: closed
11+
name: plc5attack2
12+
trigger:
13+
end: 1812
14+
start: 1440
15+
type: time
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
network_attacks:
2+
- name: plc2attack
3+
tag: T1
4+
target: PLC2
5+
trigger:
6+
end: 1820
7+
start: 295
8+
type: time
9+
type: mitm
10+
value: 0.0

0 commit comments

Comments
 (0)