zibasec / soteria

A simple test script that checks your workstation for secure defaults

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Soteria

Soteria the Greek God of Safety

A simple script that checks your machine for sane security defaults.

Start by installing BATS:

brew install bats-core

On Linux you may require bats:

sudo apt install bats

Then clone or fetch updates to this repo locally:

git clone git@github.com:zibasec/soteria.git

Then run the required script according to your OS. For example, on Mac OS:

chmod +x ./mac-os.sh && sudo ./mac-os.sh

Any failures can be remediated using the Fix comments in the scripts.

Re-run checks until they all pass.

Audit rules for auditd

The file linux-auditd-rules.txt is provided for convenience of meeting the checked requirements. To use, add the rules to audit.rules with:

sudo vim /etc/audit/rules.d/audit.rules
sudo augenrules --load

About

A simple test script that checks your workstation for secure defaults

License:MIT License


Languages

Language:Shell 100.0%