cse44742
4 years ago
1 changed files with 9 additions and 0 deletions
@ -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! |
Loading…
Reference in new issue