logo

Database

Aws Anonymous Access

Description

Detects AWS API Gateway endpoints that allow anonymous access by having no authorization configured. Anonymous API endpoints can allow unauthorized users to access your APIs, potentially exposing sensitive functionality or data.

Detection Strategy

    Scans each method (GET, POST, etc.) configured on API Gateway resources

    Checks if the authorization type is set to 'NONE' for any method

    Reports a vulnerability when API methods are found without any authorization requirements