Prowler:

Prowler is an Open Source security tool to perform AWS, GCP and Azure security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness.


AWS Cloud Shell:

We’ll be using AWS cloud shell. You can access the your cloud shell by clicking on the console icon at the top or the cloud shell icon at the bottom left of the page:

Untitled

Then you’ll get this kind of shell:

Untitled


Installation:

  1. Direct from Python:
pip install prowler
prowler -v
  1. From GitHub:
git clone <https://github.com/prowler-cloud/prowler>
cd prowler
poetry shell
poetry install
python prowler.py -v