Quantcast
Channel: Reza's Weblog
Viewing all articles
Browse latest Browse all 50

Linux Security Applicaitons

$
0
0

For a quick Linux security you can consider these products:

  1. iptables : They are complicated and powerful like assembly. The package is usually already installed in most of the distros and there are many simpler wrappers on it.
  2. ufw: If you are using Ubuntu this is simple and the best option. Wondering why we don't have this in other distros!
  3. Firewall Builder: is a GUI security management. You might avoid this for small sites/machines.
  4. Log scanners: They scan different logs (server logs, ssh logs, etc) and look for unsuccessful login attempts and can add those IPs to the ban list. fail2ban, sshguard, denyhosts are examples.
  5. http://www.lowth.com: LinWiz is a web based tool that can generate iptable rules for you to run as shell script. I like this one.
  6. modsecurity: Haven't tried this.
  7. firehol and shorewall: interfaces for iptables that make using it easier. firehol is easier.
  8. use nmap and netstat for checking ports, etc.
  9. http://www.rfxn.com/projects/
  10. http://mynetwatchman.com/



Viewing all articles
Browse latest Browse all 50

Trending Articles