Home  ›  Glossary  ›  Backup Tampering

What Is Backup Tampering?

Backup tampering is the unauthorized alteration, encryption or deletion of backup data, backup catalogs or backup configuration, carried out to make recovery impossible. It is the step a modern ransomware operator takes before encrypting production, because an organization that can restore does not need to pay.

The distinction that matters most is this: tampering targets your ability to recover, not just your data. A ransomware payload that encrypts production is a visible, loud event. Tampering is quiet, happens first, and is usually only discovered at the worst possible moment — when someone attempts a restore.

How backups get tampered with

Attackers rarely need to break the storage itself. They go after the controls around it, and they do it with credentials they have already stolen.

  • Deleting or expiring copies. Backup jobs are cancelled, retention policies shortened, or objects deleted outright through the backup console or the storage API.
  • Encrypting the repository. Where the backup target is reachable as an ordinary file share or mounted volume, ransomware encrypts it alongside production.
  • Corrupting the catalog. The backup application’s index is altered so restore points appear valid but cannot actually be recovered.
  • Weakening policy quietly. Immutability windows are reduced, jobs are silently excluded, or a second copy is switched off — changes that look like routine administration.
  • Abusing administrative reach. A single compromised backup-admin account can often reach every copy at once, which is why the administrative blast radius of those accounts matters so much.

Why tampering goes unnoticed

Backup systems are built to run unattended, and that is exactly what makes tampering hard to see. Jobs report success, dashboards stay green, and the damage only surfaces under restore.

Attacker dwell time compounds the problem. Intruders commonly sit in an environment for weeks before triggering, which is long enough for tampered or missing restore points to age into normality and for clean copies to roll off retention. By the time the encryption event lands, the recovery options that would have saved you have already been removed. That is why detection cannot be the only defense — the copies themselves have to be built so that tampering is not possible in the first place, and why restore testing is the only reliable way to know a restore point is real.

Designing backups that resist tampering

The goal is a copy that no credential — including a fully compromised administrator’s — can alter or remove within its retention window.

  • Immutability at the storage layer. S3 Object Lock enforces WORM semantics on the object itself, so a written copy cannot be overwritten or deleted until its lock expires.
  • Isolation from the production identity domain. A logical air gap keeps the repository unreachable from a compromised network, so stolen credentials do not translate into access.
  • Separated administration. Backup storage should not honor production admin accounts, and destructive operations should require separate authority.
  • Verified, isolated copies. Keeping at least one safe, isolated copy and proving it restores turns immutability from a claim into a tested control.

Together these move the question from “would we notice tampering?” to “could tampering have happened at all?”

Backup tampering and ARTESCA

Scality ARTESCA is backup-first object storage you deploy on standard servers, designed so the recovery copy stays intact even when production does not.

  • Enforced immutability. S3 Object Lock in governance and compliance modes, plus legal hold, prevents deletion or overwriting of a locked object for the life of its retention.
  • CORE5 end-to-end protection. Five layers spanning the API, data, storage, geographic and architectural levels are designed so no single compromised layer or credential exposes the copy.
  • Zero-trust administration. Credential separation and hardened admin controls keep backup storage outside the reach of production identity, shrinking the blast radius of a stolen account.
  • Validated with the tools you run. Interoperability with Veeam, Commvault, Rubrik and Cohesity means immutable retention is enforced through existing backup policies rather than bolted on.

The outcome is a repository where tampering is prevented by design rather than detected after the fact.

Backup tampering FAQs

How is backup tampering different from ransomware?

Ransomware encrypts production data to force payment. Tampering is the preparatory move against the backups themselves — deleting, encrypting or corrupting them — so recovery is not an option when the ransom demand arrives. Most serious ransomware operations do both, in that order.

Does immutability alone stop backup tampering?

It stops alteration and deletion of locked objects, which is the most damaging form. It does not stop an attacker from weakening future policy, disabling jobs, or corrupting the backup catalog. Immutability needs to be paired with isolation, separated administration and regular restore testing.

How would we know if our backups had been tampered with?

Usually only by attempting a restore, which is why scheduled restore testing matters. Monitoring for policy changes — shortened retention, disabled jobs, unusual deletion activity in the storage audit log — provides earlier warning, but a successful test restore is the only real proof.

Can an administrator delete an immutable backup?

Not within the retention window, if compliance-mode Object Lock is used — that is the point of the control. Governance mode allows privileged override, which is useful operationally but means a sufficiently privileged compromised account could still remove data. The stricter the mode, the smaller the tampering surface.