Files
the-practical-linux-hardeni…/README.md
trimstray 9bdfb1c89e updated TOC; fixed broken links
- signed-off-by: trimstray <trimstray@gmail.com>
2019-02-19 12:41:31 +01:00

12 KiB

The Practical Linux Hardening Guide


Master


"Did you know all your doors were locked?" - Riddick (The Chronicles of Riddick)


Branch Pull Requests License

Created by trimstray and contributors

I'm back, work in progress...


Table of Contents

Introduction

This Hardening Guide provide a high-level overview of the security hardening GNU/Linux systems.

Policy Compliance

Center of Internet Security (CIS)

The Center for Internet Security (CIS) is a nonprofit organization focused on improving public- and private-sector cybersecurity readiness and response.

Security Technical Implementation Guide (STIG)

A Security Technical Implementation Guide (STIG) is a cybersecurity methodology for standardizing security protocols within networks, servers, computers, and logical designs to enhance overall security.

Security Content Automation Protocol (SCAP)

Security Content Automation Protocol (SCAP) provides a mechanism to check configurations, vulnerability management and evaluate policy compliance for a variety of systems. One of the most popular implementations of SCAP is OpenSCAP and it is very helpful for vulnerability assessment and also as hardening helper.

DevSec Hardening Framework

Security + DevOps: Automatic Server Hardening.

This project covered a lot of the things in this guide, which can be automated (e.g. setting of grub password or enforcing the permissions of the common directories).

Project: DevSec Hardening Framework + GH repository: dev-sec.

Thanks for @artem-sidorenko!

Contributing

If you find something which doesn't make sense, or one of these doesn't seem right, or something seems really stupid; please make a pull request or please add valid and well-reasoned opinions about your changes or comments.

Before add pull request please see this.

Other hardening guides

Type of list Comment
STIGs Master List
Arch Linux
CentOS Linux
Debian GNU/Linux old guide - to update
Fedora Linux old guide - to update
Red Hat Enterprise
Slackware Linux some data may not be available
Ubuntu Linux some data may not be available