The first move in almost every ransomware attack is the same: delete the backups first. If your backup can be deleted, you end up negotiating. With Object Lock enabled, delete and overwrite operations are refused at the storage layer — even total control of your server does not reach that copy.
No credit card required · 14-day free trial
Once an attacker is inside, they hold the same permissions you do — including the right to delete.
Modern ransomware hunts for reachable backups and deletes them before encrypting anything.
If your storage keys are compromised, an attacker can delete your cloud backups too.
An intruder may wait weeks so that every backup in your retention window contains their code.
An authorised user deleting data — by accident or deliberately — has the same effect.
A badly configured retention rule can remove backups you meant to keep.
Some audits require evidence that a backup has not been altered; WORM provides it.
You create an S3 bucket with Object Lock enabled — in your own account.
You decide how many days each backup stays immutable.
Every backup is written with lock metadata; delete requests are refused.
If the lock cannot be applied the backup is not counted as successful — no silently unprotected copy is created.
On most services Object Lock can only be enabled when the bucket is created and cannot be turned on later. If you plan to use WORM, create the bucket with it enabled from the start.
During the lock period you cannot delete the file either. That is inherent to the protection — otherwise an attacker could delete it too. Storage costs continue to accrue, so start with a short period (7–14 days) and extend it as your needs become clear.
Services supporting Object Lock: Amazon S3 and S3-compatible providers such as Wasabi, Backblaze B2 and MinIO. Google Drive, Dropbox, OneDrive and Yandex.Disk do not offer it, so WORM is unavailable on those targets.
No extra charge for WORM; it runs in your own S3 bucket. 14 days free.
Create Free Account