Overview
Overview
Cyscale looks for buckets that do not have versioning enabled. Versioning is a means of keeping multiple variants of an object. With versioning you can recover more easily from both unintended user actions and application failures.
Remediation guidance
Depending on the provider and service that you use, check out the following resources:
AWS
From the Console
Perform the following actions to enable versioning for a bucket:
- Open the security settings using the "Open in AWS" menu option
- Select the tab
Properties - Under
Bucket versioning, selectEdit - Under
Bucket versioning, select theEnablebutton - Click
Save changes
From the AWS CLI
aws s3api put-bucket-versioning --bucket <bucketName> --versioning-configuration Status=Enabled
Default Value
By default, buckets are not versioned.
References
Azure
Google Cloud
Alibaba
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.
Buckets without versioning enabled
Connectors
Covered asset types
Expected check: eq []
{ objectContainers (where: {versioningEnabled: false}) {...AssetFragment} }
Alibaba Cloud
AWS
Google Cloud
Microsoft Azure