top of page

SERVER & CLOUD SECURITY

For this assignment, I had to harden a Linux server. My chosen server was Ubuntu and using Kali Linux as my client machine.

scs1.PNG

My server consist of several security elements such as encryption, account management, SSH, firewall, intrusion detection system (IDS) and intrusion prevention system (IPS).

scs2.PNG
scs3.PNG

To make SSH login secure, I implemented public and private key authentication and changed the default port number. Root login is also disabled.

scs4.PNG

For firewall, only traffic from specific ports are allowed and ping request is disabled.

scs5.PNG

I used Fail2Ban as my IPS.

scs6.png

Ossec is my IDS and alerts will be sent to my email.

bottom of page