From 859b3f24231dd2eed574d2ff12391efcd5d089e9 Mon Sep 17 00:00:00 2001 From: cse44742 Date: Sun, 24 Jan 2021 17:19:15 +0000 Subject: [PATCH] READ.ME --- YOUREADME.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 YOUREADME.md diff --git a/YOUREADME.md b/YOUREADME.md new file mode 100644 index 0000000..616f233 --- /dev/null +++ b/YOUREADME.md @@ -0,0 +1,9 @@ +# Network Security Project for Winter Semester 2020-21 + + + +In this project, I have done an DDOS Attack inside a docker swarm, I detected using tcpdump tool and netstat and I prevent the attack using iptables rules. Secondly, I did a second attack, a SSH Brute Force Attack using medusa tool. I detected the attack using rsyslog tool and I prevent the attack using fail2ban. Afterwards, I configured my ssh server so it allows only connections via key. The next step, was to create a VPN and provide services to my docker swarm. Last but not least, I created a SSH Tunnel. I forwarded a localhost service locally and then remotely. + +You can see all the details in the project-sec.adoc or in the project-sec.html file. + +You are free to use it and make changes!