Prowler
- Prowler is an open-source security tool that helps assess the security posture of AWS environments by performing a wide range of checks on AWS accounts.
- It provides compliance checks for standards such as CIS, HIPAA, and GDPR, making it valuable for security audits and continuous monitoring of cloud environments.
- Perform a security audit on an AWS account:
prowler -M csv -p all - Check for compliance with CIS AWS Foundations benchmark:
prowler -c cis-1.2.0
