Overview
Overview
Cyscale looks for encryption keys that haven't been rotated in more than 90 days.
Remediation guidance
Depending on the provider and service that you use, check out the following resources:
AWS
- [Rotating AWS KMS keys] (https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html)
Azure
- [Configure key rotation] (https://learn.microsoft.com/en-us/azure/key-vault/keys/how-to-configure-key-rotation)
Alibaba
- [Configure key rotation] (https://www.alibabacloud.com/help/en/key-management-service/latest/automatic-key-rotation)
Google Cloud
- [Configure key rotation] (https://cloud.google.com/kms/docs/rotating-keys)
Service-wide remediation
Recommended when many resources are affected: fix the platform baseline first so new resources inherit the secure setting, then remediate the existing flagged resources in batches.
AWS
Use AWS Organizations guardrails, AWS Config rules or conformance packs where they fit, approved account baselines, and IaC modules so new resources inherit the secure setting.
Azure
Use management group or subscription Azure Policy assignments, remediation tasks where supported, landing-zone standards, and IaC modules so drift is prevented at scale.
Alibaba Cloud
Use Resource Directory guardrails, account baselines, and IaC modules so the secure setting is applied consistently across environments.
Google Cloud
Use organization or folder policies where available, shared project templates, logs and alerting baselines, and IaC modules so new resources inherit the secure setting.
Operational rollout
- Fix the baseline first at the account, subscription, project, cluster, or tenant scope that owns this control.
- Remediate the currently affected resources in batches, starting with internet-exposed and production assets.
- Re-scan and track approved exceptions with an owner and expiry date.
Query logic
These are the stored checks tied to this control.
Encryption Keys haven't been rotated in more than 90 days for AWS
Connectors
Covered asset types
Expected check: eq []
{
EncryptionKeysRotationAWS(days: 90) {...AssetFragment}
}Encryption Keys haven't been rotated in more than 90 days
Connectors
Covered asset types
Expected check: eq []
{
EncryptionKeysRotation(days: 90) {...AssetFragment}
}Encryption Keys haven't been rotated in more than 90 days
Connectors
Covered asset types
Expected check: eq []
{
EncryptionKeysRotation(days: 90) {...AssetFragment}
}Encryption Keys haven't been rotated in more than 90 days
Connectors
Covered asset types
Expected check: eq []
{
EncryptionKeysRotation(days: 90) {...AssetFragment}
}
Alibaba Cloud
AWS
Google Cloud
Microsoft Azure