Rules Contributing to AWS IAM Policy with Wildcard Privileges Alert

The following rules are used to detect IAM policies granting excessive permissions via wildcards. Any one or more of these will trigger the AWS IAM Policy with Wildcard Privileges Alert. Details for each rule can be viewed by clicking the More Details link in the description.

Title

Description

AWS IAM Policy with Wildcard Privileges

Detects IAM policies that grant excessive privileges using wildcard (*) in either the Action or Resource fields. Policies with Action set to "*" or "*:*" grant full permissions to all AWS services and operations. Policies with Resource set to "*" allow actions on all resources. This violates the principle of least privilege and can lead to privilege escalation and unauthorized access to sensitive resources.