logo

Database

Azure Blob Containers Public

Description

Identifies Azure Storage Account blob containers that have public access enabled. Public blob containers can allow anonymous access to sensitive data without authentication, potentially exposing private information to unauthorized users over the internet.

Detection Strategy

    Examines each blob container in the Azure Storage Account

    Checks if the container's public_access setting is not set to 'None'

    Reports a vulnerability if any container allows public access