logo

Database

Aws Cluster Encryption Disabled

Description

Detects AWS DynamoDB Accelerator (DAX) clusters that are running without encryption at rest enabled. Unencrypted DAX clusters can expose sensitive cached data to unauthorized access if the underlying storage is compromised. This violates security best practices for protecting data at rest.

Weakness:

165 - Insecure service configuration - AWS

Category: Functionality Abuse

Detection Strategy

    Queries AWS DAX clusters in the specified region using the describe_clusters API

    Examines each cluster's SSEDescription.Status configuration

    Reports a vulnerability if the encryption status is explicitly set to 'DISABLED'