Prowler is a open source security auditing tool designed to assess security best practices, misconfigurations, and compliance in AWS environments.
Key Features of Prowler:
- Customizable, and lightweight
- AWS Security Best Practices – Checks for security misconfigurations in AWS services.
- Compliance auditing
- Multi-Account Scanning – Can scan multiple AWS accounts.
- Multiple Output Formats – Generates JSON, CSV, HTML, and JUnit reports.
- Works with CI/CD, AWS Organizations, and automated security workflows
Pre-requisites:
- AWS cli installed
Install Required Dependencies:
sudo apt update && sudo apt install -y unzip awscli jq python3-pip git
How to setup in Prowler in AWS cloud?
git clone https://github.com/prowler-cloud/prowler.git
cd prowler
chmod +x prowler
./prowler
Run Prowler Scans
To Run a Full AWS Security Scan.
./prowler -M json,csv -o prowler-report
No comments:
Post a Comment