Skip to content
Snippets Groups Projects
Commit 1d5e660b authored by Mohamed Lamine Messai's avatar Mohamed Lamine Messai
Browse files

Update file README.md

parent b1d8d429
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,9 @@ The Graph-Based Dataset for IoT Network Attack Detection is a curated collection
The dataset consists of network traffic data captured from emulated IoT network environments, where various attack scenarios have been emulated. The network traffic data is represented in the form of graphs, capturing the interactions and relationships between different devices, services, and communication patterns within the IoT network. Each graph in the dataset represents a snapshot of network activity over a specific time period, enabling analysis of attack patterns and behaviors. The following figure presents the general netwok architecture.
<div align="center">
<img src="image-1.png" alt="alt text" width="500" />
</div>
You find in this dataset the graph that contains all the attacks and also one graph per attack. The graph containing all attacks is the merge of attack graphs include normal traffic.
......@@ -17,7 +19,9 @@ To construct our dataset, we initially establish a test environment mirroring re
Conversely, the adversary network features a botnet comprising multiple zombie machines overseen by a singular bot-master machine functioning as a Command and Control (C&C) server. Through this central machine, we can orchestrate an array of botnet attacks directed at the user network. The following figure illustrates the architectural of our testbed.
<img align="center" src="image-2.png" alt="alt text" width="500" />
<div align="center">
<img src="image-2.png" alt="alt text" width="500" />
</div>
For implementing this environment, we used the GNS3 tool. It is an open-source software for network emulation. It empowers users to design, configure, and test intricate network topologies within a virtual environment.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment