Friday, April 4, 2025

DevSecOps Tutorials | How to setup Prowler in AWS cloud to evaluate AWS Security

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

How to create Ubuntu 22.0.4 Virtual Machine (VM) in Azure? | Create Ubuntu 22.0.4 VM in Azure | How to connect to Azure VM from your local machine

 How to Create Ubuntu 22.0.4 Virtual Machines(VM) in Azure portal? Creating Virtual Machine is easy and straight forward in Azure Cloud. Let...