Home  ›  Glossary  ›  Administrative Blast Radius

What is administrative blast radius?

Administrative blast radius is the amount of infrastructure, data and configuration that a single administrative identity can reach, change or destroy if its credentials are compromised. It describes what an account is able to affect, independent of what its holder intends. An identity that administers production systems, backup software and backup storage has a far larger blast radius than one scoped to a single system.

Why administrative blast radius matters

Ransomware operators work through identities. Once inside a network they look for the credentials that reach the most systems, because one privileged account removes the need to compromise each environment separately. Backup infrastructure is a specific objective: encrypting production is only decisive if the recovery data can also be deleted or altered.

That makes the reach of an administrative identity a recovery question rather than a housekeeping one. If the same account administers the hypervisor, the backup application and the backup repository, a single stolen session can encrypt the workloads and remove the means of restoring them. If the storage layer enforces retention on its own terms, that same session reaches less.

Blast radius also shapes what an organization can demonstrate. Auditors and cyber insurers ask which identities are able to delete protected data and what prevents them, and a map of privileges answers that question better than a policy describing intent.

Example: one identity across three systems

A VMware administrator holds a domain account that is also a local administrator on the Veeam backup server and carries the access keys for the backup repository. The arrangement is deliberate, because one team runs all three and separate credentials felt like friction. An attacker phishes that account. From a single session they disable the backup jobs, empty the repository, then encrypt the datastores. The organization holds three copies of its data and loses reach to all of them, because one identity governed all three. Closing that gap does not call for more storage. It calls for the repository credentials to sit outside the production directory, and for retention to be enforced where that account has no authority.

How administrative blast radius relates to ARTESCA

ARTESCA keeps storage administration separate from the backup and virtualization domains it protects. Storage accounts are held in the platform's own identity system rather than inherited from the directory that administers production, so a compromised domain account does not carry storage privileges along with it.

Retention is then enforced by the storage layer through S3 Object Lock. Under compliance mode, an object version cannot be deleted or overwritten before its retention date passes, including by the storage administrator who wrote it. That places a boundary inside the storage system, so the reach of any one identity stops short of the protected copies. Multi-factor authentication and scoped access policies limit what an account can do before it arrives at that boundary.

Related terms

  • Backup tampering — unauthorized alteration, encryption or deletion of backup data, catalogs or configuration.
  • Safe copy isolation — keeping a known-good copy separated from the environment it protects.
  • S3 Object Lock — WORM retention applied to individual object versions by the storage layer.
  • Logical air gap — a backup copy kept logically unreachable from production.
  • Multi-tenancy — one shared storage platform serving tenants that stay isolated from each other.