Resources for learning the fundamental principles of OS hardening (and how to test)

I was recently added ("tossed" is perhaps a better term) to a project that dabbles in the world of cybersecurity. My employer gave me the task testing a server our company is developing software for, the end use of which will be … Continue reading Resources for learning the fundamental principles of OS hardening (and how to test)

After hardening Windows, Macintosh, and a Linux flavor which is truly toughest?

As a junior security candidate I am under the impression of all these misleading videos and SEO enriched articles full of some of the same copy and pasted top results and really need a better under standing or a foundation for better exper… Continue reading After hardening Windows, Macintosh, and a Linux flavor which is truly toughest?

Tools for "scanning" container (hardening) vulnerabilities vs tools for "performing" the hardening [closed]

CIS has published a list of container vulnerabilities that should be addressed to complete the hardening process.

Are there separate sets of tools that only point out the vulnerabilities
and then tools that "fix" the vulnerabili… Continue reading Tools for "scanning" container (hardening) vulnerabilities vs tools for "performing" the hardening [closed]

How to only allow whitelisted processes to access a certain file using SElinux?

Let’s say you have a important file/folder, and want to only allow certain processes (based on process name, or its corresponding ELF file on the disk, or the digital signature of the corresponding ELF, etc) to read/write to that file. How… Continue reading How to only allow whitelisted processes to access a certain file using SElinux?