prowler
Prowler: the handy multi-cloud security tool
100K+
Prowler is the Open Cloud Security platform trusted by thousands to automate security and compliance in any cloud environment. With hundreds of ready-to-use checks and compliance frameworks, Prowler delivers real-time, customizable monitoring and seamless integrations, making cloud security simple, scalable, and cost-effective for organizations of any size.
Learn more at prowler.com
Join our Prowler community!
Prowler is an open-source security tool designed to assess and enforce security best practices across AWS, Azure, Google Cloud, and Kubernetes. It supports tasks such as security audits, incident response, continuous monitoring, system hardening, forensic readiness, and remediation processes.
Prowler includes hundreds of built-in controls to ensure compliance with standards and frameworks, including:
Prowler App is a web-based application that simplifies running Prowler across your cloud provider accounts. It provides a user-friendly interface to visualize the results and streamline your security assessments.

For more details, refer to the Prowler App Documentation
prowler <provider>

prowler dashboard

Tip
For the most accurate and up-to-date information about checks, services, frameworks, and categories, visit [**Prowler Hub**](https://hub.prowler.com).
| Provider | Checks | Services | Compliance Frameworks | Categories |
|---|---|---|---|---|
| AWS | 576 | 82 | 36 | 10 |
| GCP | 79 | 13 | 10 | 3 |
| Azure | 162 | 19 | 11 | 4 |
| Kubernetes | 83 | 7 | 5 | 7 |
| GitHub | 17 | 2 | 1 | 0 |
| M365 | 70 | 7 | 3 | 2 |
| NHN (Unofficial) | 6 | 2 | 1 | 0 |
Note
The numbers in the table are updated periodically.
Note
Use the following commands to list Prowler's available checks, services, compliance frameworks, and categories: - `prowler --list-checks` - `prowler --list-services` - `prowler --list-compliance` - `prowler --list-categories`
Prowler App offers flexible installation methods tailored to various environments:
For detailed instructions on using Prowler App, refer to the Prowler App Usage Guide.
Requirements
Docker Compose installed: https://docs.docker.com/compose/install/.Commands
curl -LO https://raw.githubusercontent.com/prowler-cloud/prowler/refs/heads/master/docker-compose.yml
curl -LO https://raw.githubusercontent.com/prowler-cloud/prowler/refs/heads/master/.env
docker compose up -d
Containers are built for
linux/amd64.
If your workstation's architecture is incompatible, you can resolve this by:
DOCKER_DEFAULT_PLATFORM=linux/amd64--platform linux/amd64Once configured, access the Prowler App at http://localhost:3000. Sign up using your email and password to get started.
Note
If you want to use AWS role assumption (e.g., with the "Connect assuming IAM Role" option), you may need to mount your local .aws directory into the container as a volume (e.g., - "${HOME}/.aws:/home/prowler/.aws:ro"). There are several ways to configure credentials for Docker containers. See the Troubleshooting section for more details and examples.
You can find more information in the Troubleshooting section.
Requirements
git installed.poetry v2 installed: poetry installation.npm installed: npm installation.Docker Compose installed: https://docs.docker.com/compose/install/.Commands to run the API
git clone https://github.com/prowler-cloud/prowler
cd prowler/api
poetry install
eval $(poetry env activate)
set -a
source .env
docker compose up postgres valkey -d
cd src/backend
python manage.py migrate --database admin
gunicorn -c config/guniconf.py config.wsgi:application
Important
As of Poetry v2.0.0, the `poetry shell` command has been deprecated. Use `poetry env activate` instead for environment activation.If your Poetry version is below v2.0.0, continue using
poetry shellto activate your environment. For further guidance, refer to the Poetry Environment Activation Guide https://python-poetry.org/docs/managing-environments/#activating-the-environment.
After completing the setup, access the API documentation at http://localhost:8080/api/v1/docs.
Commands to run the API Worker
git clone https://github.com/prowler-cloud/prowler
cd prowler/api
poetry install
eval $(poetry env activate)
set -a
source .env
cd src/backend
python -m celery -A config.celery worker -l info -E
Commands to run the API Scheduler
git clone https://github.com/prowler-cloud/prowler
cd prowler/api
poetry install
eval $(poetry env activate)
set -a
source .env
cd src/backend
python -m celery -A config.celery beat -l info --scheduler django_celery_beat.schedulers:DatabaseScheduler
Commands to run the UI
git clone https://github.com/prowler-cloud/prowler
cd prowler/ui
npm install
npm run build
npm start
Once configured, access the Prowler App at http://localhost:3000. Sign up using your email and password to get started.
Prowler CLI is available as a project in PyPI. Consequently, it can be installed using pip with Python >3.9.1, <3.13:
pip install prowler
prowler -v
For further guidance, refer to https://docs.prowler.com
Available Versions of Prowler CLI
The following versions of Prowler CLI are available, depending on your requirements:
latest: Synchronizes with the master branch. Note that this version is not stable.v4-latest: Synchronizes with the v4 branch. Note that this version is not stable.v3-latest: Synchronizes with the v3 branch. Note that this version is not stable.<x.y.z> (release): Stable releases corresponding to specific versions. You can find the complete list of releases here.stable: Always points to the latest release.v4-stable: Always points to the latest release for v4.v3-stable: Always points to the latest release for v3.The container images are available here:
Python >3.9.1, <3.13 is required with pip and Poetry:
git clone https://github.com/prowler-cloud/prowler
cd prowler
eval $(poetry env activate)
poetry install
python prowler-cli.py -v
Important
To clone Prowler on Windows, configure Git to support long file paths by running the following command: `git config core.longpaths true`.
Important
As of Poetry v2.0.0, the `poetry shell` command has been deprecated. Use `poetry env activate` instead for environment activation.If your Poetry version is below v2.0.0, continue using
poetry shellto activate your environment. For further guidance, refer to the Poetry Environment Activation Guide https://python-poetry.org/docs/managing-environments/#activating-the-environment.
Prowler App is composed of three key components:

Running Prowler
Prowler can be executed across various environments, offering flexibility to meet your needs. It can be run from:
Your own workstation
A Kubernetes Job
Google Compute Engine
Azure Virtual Machines (VMs)
Amazon EC2 instances
AWS Fargate or other container platforms
CloudShell
And many more environments.

Allowlist now is called Mutelist.--quiet option has been deprecated. Use the --status flag to filter findings based on their status: PASS, FAIL, or MANUAL.INFO status have been reclassified as MANUAL.Deprecated Output Formats
The following formats are now deprecated:
AWS Flag Deprecation
The flag --sts-endpoint-region has been deprecated due to the adoption of AWS STS regional tokens.
Sending FAIL Results to AWS Security Hub
--send-sh-only-fails or --security-hub --status FAIL.Documentation Resources
For installation instructions, usage details, tutorials, and the Developer Guide, visit https://docs.prowler.com/
Prowler License Information
Prowler is licensed under the Apache License 2.0, as indicated in each file within the repository. Obtaining a Copy of the License
A copy of the License is available at http://www.apache.org/licenses/LICENSE-2.0
Content type
Image
Digest
sha256:2c21a5a9e…
Size
701.9 MB
Last updated
about 16 hours ago
docker pull prowlercloud/prowler