this post was submitted on 19 Apr 2025
5 points (77.8% liked)

cybersecurity

4045 readers
18 users here now

An umbrella community for all things cybersecurity / infosec. News, research, questions, are all welcome!

Community Rules

Enjoy!

founded 2 years ago
MODERATORS
 

I have been looking at hardening *nix servers for my lab and maybe carry some of that over to work. CIS benchmarks are something I like doing but that's barely scratching the surface. What do you do for your servers?

I have Lynis, systemd-analyze, Kernel self protection in mind but I'd love to hear your thoughts. Bonus points for the most paranoid setups!

you are viewing a single comment's thread
view the rest of the comments
[–] Cyber@feddit.uk 4 points 5 days ago

Is this for internal facing servers? Not much more than CIS and the usual Best Practices (no root for SSH, etc)

For a DMZ node, minimal software (ie Arch) and automated defenses like fail2ban, key authentication, etc...

Firewalls with Geo-IP blocking also help, but that's not technically what you're asking for.