Hugo Pereira Brito
Hugo Pereira Brito
### Context Redis AUTH is essential for securing access to Redis clusters by requiring a password for client commands, especially since Role-Based Access Control (RBAC) is not available in versions...
### Context This check ensures that Amazon CloudFront distributions have origin failover configured to enhance availability. This PR uses code from [PR-4867](https://github.com/prowler-cloud/prowler/pull/4867). ### Description The check verifies that `CloudFront` distributions...
### Context Service functions in `cloudfront` service were updated to eliminate the use of magic method syntax, aiming to improve consistency and prevent future errors. ### Description The change was...
### Context A check was done to ensure ElastiCache (Redis OSS) replication groups have automatic failover enabled for high availability. ### Description I added a new check `elasticache_redis_cluster_automatic_failover_enabled` that ensures...
### Context `AWS WAF Classic global rule groups` allow you to manage multiple web access rules in a unified structure, providing better scalability and simplified security management. By grouping multiple...
### Context `AWS WAF Classic global web ACLs` (Web Access Control Lists) are essential for controlling access to web applications. A web ACL can include a set of `rules` or...
### Context `AWS WAF Classic global rules` are used to manage and control web traffic by specifying conditions that determine how the firewall handles requests. These conditions help identify, inspect,...
### Context `Amazon MQ` supports the deployment of message brokers in `ActiveMQ`, providing managed message services that help ensure high availability and resilience. By deploying brokers in `active/standby` mode, Amazon...
### Context Microsoft is blocking user sign-ins without `MFA`, breaking our authentication flow. ### Description This PR implements a solution to authenticate `PowerShell` via `APP credentials`. ### Checklist - Are...
### Context Users installing Prowler via the Docker pull method often encounter common issues such as authentication errors, network timeouts, or missing image tags. These problems are recurrent and reported...