Cloud security suite one-stop tool for auditing the security posture of AWS infrastructure Pre-requisites [Python 2.7 pip git] ...
Cloud security suite one-stop tool for auditing the security posture of AWS infrastructure
Pre-requisites
[Python 2.7
pip
git]
Installation
[git clone https://github.com/SecurityFTW/cs-suite.gitNote - Generate a set of ReadOnly AWS keys which the tool will ask to finish the installation process.
cd cs-suite/
sudo python setup.py]
Virtual Environment installation
(So you don't mess with the already installed python libraries)[pip install virtualenvironmentwrapper]Add it to the respective rc file of your shell (bashrc/zshrc) (for fish shell users check virtualfish)
[echo "source /usr/local/bin/virtualenvwrapper.sh" >> ~/.bashrc]source the file
[source ~/.bashrc]Run env:
[cd cs-suite/Once the installation is done, the tool will ask you for the AWS keys and region. These two are mandatory for the tool to work.
mkvirtualenv cssuite
workon cssuite
pip install -r requirements-virtual.txt
aws configure]
Run
[python cs.py]
Documentation
Installation and running CS Suite:
Cloud Security Suite - Installation and Initiation of an AWS Audit
Cloud Security Suite - Auditing a Windows Instance