logo

Database

Aws Catalog Encryption Disabled

Description

Detects when an AWS Glue Data Catalog has encryption at rest disabled while containing databases. An unencrypted Glue Data Catalog can expose sensitive metadata about your data assets, table definitions, and ETL jobs to unauthorized access.

Weakness:

165 - Insecure service configuration - AWS

Category: Functionality Abuse

Detection Strategy

    Checks if there are any databases present in the AWS Glue Data Catalog

    Verifies the encryption settings of the Data Catalog by examining the CatalogEncryptionMode

    Reports a vulnerability if both conditions are true: databases exist in the catalog AND encryption mode is set to 'DISABLED'