Cloud Security Suite (cs-suite)
Cloud Security Suite - One stop tool for auditing the security posture of AWS infrastructure.
Overview:
- Takes the “open source setup” pain away from you.
- Compiles all the audit checks
- Extra audit checks added
- Runs all the checks in one go
- Centralized portable reports
- Also, does local audit of the instances
Code:
https://github.com/SecurityFTW/cs-suite
Category
- Network Defense
- Infrastructure and Server Auditing
Presented At:
Pre-requisites for Manual setup
- Python 2.7
- pip
- git
- gcc (for sshpass installation (OS Audit). Not a mandatory pre-requisite)
Installation
git clone https://github.com/SecurityFTW/cs-suite.git
cd cs-suite/
sudo python setup.py
Note - Generate a set of ReadOnly AWS keys which the tool will ask to finish the installation process.
Running cs-suite
python cs.py
Documentation
https://securityftw.github.io/Docs
Authors