Skip to content

Commit 6ab2e00

Browse files
committed
Updated the Jupyter notebooks notes
Former-commit-id: 7e00615
1 parent 56d74b2 commit 6ab2e00

File tree

6 files changed

+26
-12
lines changed

6 files changed

+26
-12
lines changed

ICS_topologies/enhanced_ctown_topology/plot_enhanced_ctown.ipynb

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Enhanced C-Town Topology plots\n",
8+
"\n",
9+
"The enhanced C-Town topology tries to create a more complex and realistic network topology for a water distribution system like C-Town. In this topology, we assume that is not feasible possible for all PLCs to be in the same substation and hence are also not in the same Local Area Network (LAN). In this sense, each PLC is in a different LAN. The PLC3 shares the LAN with the SCADA server. In addition, the PLCs and SCADA using private IP addressing and NAT and port forwarding is used in the routers to enable communication between them. We argue this is a fairly realistic scenario"
10+
]
11+
},
312
{
413
"cell_type": "code",
5-
"execution_count": 1,
14+
"execution_count": null,
615
"metadata": {},
716
"outputs": [],
817
"source": [
@@ -17,7 +26,7 @@
1726
},
1827
{
1928
"cell_type": "code",
20-
"execution_count": 2,
29+
"execution_count": 3,
2130
"metadata": {},
2231
"outputs": [
2332
{
@@ -127,13 +136,6 @@
127136
"plt.subplots_adjust(top=2.00, right=3.00, hspace = subplot_hspace, wspace=subplot_wspace)\n",
128137
"plt.grid(True)"
129138
]
130-
},
131-
{
132-
"cell_type": "code",
133-
"execution_count": null,
134-
"metadata": {},
135-
"outputs": [],
136-
"source": []
137139
}
138140
],
139141
"metadata": {

ICS_topologies/minitown_topology_dataset_generation/data/week_0/attacker_plc2.log

Whitespace-only changes.

ICS_topologies/minitown_topology_dataset_generation/data/week_0/attacker_scada.log

Whitespace-only changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d10404ed0937f886f02df1ce7808652bebbe2ef9
1+
50f6a4e1c4e1538f19fde7679b0a55cda0289c23

Jupyter_notebooks/wadi_plot.ipynb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# SUTD WADI Plots\n",
8+
"This notebook plots the experiments done in the SUTD WADI simulation\n",
9+
"Three plots are presented:\n",
10+
"- The basic WADI behavior without attacks\n",
11+
"- The behaviour with an attack on the PLC1. During this attack, the PLC1 delays the activation of the actuators\n",
12+
"- The behaviour of a man in the middle attack on the PLC1. During this attack, PLC1 receives spoofed information that tells him that tank 2 level is higher than it actually is"
13+
]
14+
},
315
{
416
"cell_type": "code",
5-
"execution_count": 1,
17+
"execution_count": null,
618
"metadata": {},
719
"outputs": [],
820
"source": [

Jupyter_notebooks/wntr_only_low_demand.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"metadata": {},
77
"outputs": [],
88
"source": [

0 commit comments

Comments
 (0)