Skip to content

Commit bca8896

Browse files
authored
Merge pull request #52 from Critical-Infrastructure-Systems-Lab/dev
Latest version for dataset presented in CCS - RICSS'24 Workshop
2 parents 3bdc4f4 + c65aabb commit bca8896

File tree

21 files changed

+23424
-1591
lines changed

21 files changed

+23424
-1591
lines changed

examples/ctown_topology/dataset/dataset_anomaly_config_files/concealed_values.txt

Lines changed: 23312 additions & 0 deletions
Large diffs are not rendered by default.
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_44
8+
demand_patterns: events/demands_ctown_01.csv
9+
initial_tank_data: events/tanks_ctown_01.csv
10+
attacks: !include dataset_attacks/attack_44.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_45
8+
demand_patterns: events/demands_ctown_01.csv
9+
initial_tank_data: events/tanks_ctown_01.csv
10+
attacks: !include dataset_attacks/attack_45.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_46
8+
demand_patterns: events/demands_ctown_01.csv
9+
initial_tank_data: events/tanks_ctown_01.csv
10+
attacks: !include dataset_attacks/attack_46.yaml
11+
log_level: debug

examples/ctown_topology/dataset/dataset_anomaly_config_files/dataset_attacks/attack_15.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ network_attacks:
1717
target: PLC1
1818
concealment_data:
1919
type: network_replay
20-
capture_start: 300
20+
capture_start: 290
2121
capture_end: 1428
2222
replay_start: 1600
2323
trigger:
24-
start: 295
24+
start: 290
2525
end: 2728
2626
type: time
2727

@@ -33,11 +33,11 @@ network_attacks:
3333
target: PLC2
3434
concealment_data:
3535
type: network_replay
36-
capture_start: 300
36+
capture_start: 290
3737
capture_end: 1428
3838
replay_start: 1600
3939
trigger:
40-
start: 295
40+
start: 290
4141
end: 2728
4242
type: time
4343

examples/ctown_topology/dataset/dataset_anomaly_config_files/dataset_attacks/attack_27.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ network_attacks:
1515
type: payload_replay
1616
capture_start: 200
1717
capture_end: 1400
18-
replay_start: 1500
18+
replay_start: 1600
1919
trigger:
2020
start: 200
2121
end: 2600

examples/ctown_topology/dataset/dataset_anomaly_config_files/dataset_attacks/attack_28.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ network_attacks:
1515
type: network_replay
1616
capture_start: 200
1717
capture_end: 1400
18-
replay_start: 1500
18+
replay_start: 1600
1919
trigger:
2020
start: 200
2121
end: 2600

examples/ctown_topology/dataset/dataset_anomaly_config_files/dataset_attacks/attack_29.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ network_attacks:
22
- name: plc3conceal
33
type: unconstrained_blackbox_concealment_mitm
44
trigger:
5-
start: 200
5+
start: 1600
66
end: 2728
77
type: time
88

examples/ctown_topology/dataset/dataset_anomaly_config_files/dataset_attacks/attack_35.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ network_attacks:
66
offset: -5.0
77
target: PLC6
88
concealment_data:
9-
type: payload_replay
9+
type: network_replay
1010
capture_start: 228
1111
capture_end: 588
1212
replay_start: 1368
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
network_attacks:
2+
- name: plc6attack1
3+
type: concealment_mitm
4+
tags:
5+
- tag: T4
6+
offset: -5.0
7+
target: PLC6
8+
concealment_data:
9+
type: network_replay
10+
capture_start: 10
11+
capture_end: 20
12+
replay_start: 30
13+
trigger:
14+
start: 10
15+
end: 40
16+
type: time

0 commit comments

Comments
 (0)