| We have a couple of servers we can’t move to the cloud for a variety of reasons. In addition, they are running some super legacy applications. Because of this, we’ve really had to focus on OS level security to protect the application (OS is surprisingly Ubuntu 16). Good Linux Security Software: - ModSecurity V3...tough to figure out but so worth it. An incredible L7 Firewall. Immediately provides benefits - UFW...utterly saves you from IPTABLES. Also has some neat brute force protection (ufw limit ssh). - ModEvasive...Apache Module which is great for preventing automated vuln scanners like Burp Suite - ClamAV...antivirus, who knows how effective but is popular - RKHunter...rootkit hunter, hard to tune but can be worth it Biggest benefit we got though was from setting all HTTPS Headers on the web server (there are 7 of them now I think you can set). The latest headers like “Feature-Policy” which can disable Javascript’s access to webcam, microphone, and more have been very useful. |
It also spews a bunch of chains all over iptables, making it harder to understand when you actually need to use it directly for something more advanced like mangling.