Helo All
I want to ask about the security issues for Linux on a public Network :
1.How to check if Linux Server is secure or not on a Public Network?
use some (not one) good vulnerability scanners.. like. nessus, cis bechmark. Asses the result.. follow the recommendations.. repaeat to check.
2.How to check if the server is being hacked by any hacker (Intrusion) or not?
no definate answer for this.. see what ports are open.. help in detecing backdoors.. also.. u can use.. file intergrity checker like tripwire ..
3.How to protect a publically available server (i.e. web server, mail server )against the threats of hacking or intrusion?
Thanks :lol:
1. load the minimal OS.
2. stop unneccessary services
3. don't use telent/ftp , use ssh/sftp instead
3. use iptables..
4. regulery upgrade the OS and other software.
5. regular scanning
6. review logs regulerly
list will continue..
security is a process..
Regards,