Skip to content

Commit

Permalink
Updated the Jupyter notebooks notes
Browse files Browse the repository at this point in the history
Former-commit-id: 7e00615
  • Loading branch information
afmurillo committed Jul 16, 2020
1 parent 56d74b2 commit 6ab2e00
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 12 deletions.
20 changes: 11 additions & 9 deletions ICS_topologies/enhanced_ctown_topology/plot_enhanced_ctown.ipynb
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Enhanced C-Town Topology plots\n",
"\n",
"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"
]
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -17,7 +26,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -127,13 +136,6 @@
"plt.subplots_adjust(top=2.00, right=3.00, hspace = subplot_hspace, wspace=subplot_wspace)\n",
"plt.grid(True)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d10404ed0937f886f02df1ce7808652bebbe2ef9
50f6a4e1c4e1538f19fde7679b0a55cda0289c23
14 changes: 13 additions & 1 deletion Jupyter_notebooks/wadi_plot.ipynb
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# SUTD WADI Plots\n",
"This notebook plots the experiments done in the SUTD WADI simulation\n",
"Three plots are presented:\n",
"- The basic WADI behavior without attacks\n",
"- The behaviour with an attack on the PLC1. During this attack, the PLC1 delays the activation of the actuators\n",
"- 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"
]
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down
2 changes: 1 addition & 1 deletion Jupyter_notebooks/wntr_only_low_demand.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down

0 comments on commit 6ab2e00

Please sign in to comment.