# Backup Security: Encryption, MFA, Authorisation and Restore Testing

**URL:** https://securesys.com.tr/en/learning/backup-and-business-continuity/backup-security-encryption-mfa-restore-testing

![Backup Security: Encryption, MFA, Authorisation and Restore Testing](/images/bilgi-merkezi/covers/cover-backup-11.webp)

An organization taking backups does not mean those backups are secure.

What really matters is that the backup;

cannot be read by unauthorized people,

cannot be deleted by an attacker,

cannot be modified,

does not become corrupted

and can genuinely be restored when needed.

For this reason a modern backup architecture must not be seen merely as a data copying process.

The backup infrastructure is at the same time;

identity security,

access control,

encryption,

network segmentation,

monitoring,

logging,

immutability

and recovery tests

a critical security system that must be protected with these.

Today, in advanced ransomware attacks, the backup infrastructure is targeted directly.

Attackers may not be content with encrypting production systems alone.

They can also;

backup servers,

repositories,

snapshots,

backup administrator accounts,

cloud backup accounts,

encryption keys

and restore points

target these.

For this reason this question sits at the centre of modern backup security:

**“If the production environment is completely seized, can the backup environment still remain secure?”**

### What Is Backup Security?

Backup security means protecting the backup data and the backup infrastructure with the principles of confidentiality, integrity and availability.

Put another way, the backup;

must not be read,

must not be modified,

must not be deleted

and must be accessible when needed.

This approach can be explained with the classic CIA triad:

#### Confidentiality

#### Integrity

#### Availability

### Why Is Backup Data Such a Critical Asset?

A backup most often contains a full copy of the organization's production data.

For example, inside a single backup repository;

customer information,

employee data,

databases,

e-mail,

source code,

financial information,

contracts,

Active Directory

many critical data sets such as these may be found.

For this reason the backup repository is a high-value target from the attacker's perspective.

In some cases even more data can sit at that single point than in the production environment.

### What Is Backup Encryption?

Backup Encryption is storing the backed-up data in encrypted form.

The purpose is to prevent the content from being read even if the backup files are seized.

Encryption is applied at two fundamental points:

#### Encryption at Rest

and

#### Encryption in Transit

### What Is Encryption at Rest?

Encryption at Rest is keeping backup data encrypted on the storage.

For example;

disk,

NAS,

object storage,

cloud storage,

tape

the backup files on these can be encrypted.

Even if the backup storage is stolen or an unauthorized person reaches the storage, the data remains encrypted.

### What Is Encryption in Transit?

Encryption in Transit is encrypting the backup data while it is transferred over the network.

For example:

Production server

↓

TLS

↓

Backup server

a secure connection along these lines can be used.

This way an attacker listening on the network cannot read the backup traffic.

### Why Must Backup Traffic Be Encrypted?

During backup operations a large volume of sensitive data can pass over the network.

For example:

a database dump,

a VM image,

a mailbox,

a file system

can be transferred.

If this traffic is not encrypted, a serious data leakage risk can arise on the network.

### Why Is the Backup Encryption Key Critical?

If the backup files are encrypted, a restore may not be possible without the encryption key.

For this reason key management is one of the fundamental parts of backup security.

If the key is lost, the data can become unusable even though the backup is intact.

### Where Should the Encryption Key Be Stored?

The encryption key must not be kept in the same place as the backup file.

For example:

backup file + password.txt

if these are kept in the same folder, the encryption almost loses its meaning.

The key;

a secure vault,

an HSM,

a password manager,

a secret management system

can be stored in secure environments such as these.

### What Is an HSM?

HSM means:

#### Hardware Security Module

in full.

It is a dedicated security device or service used for securely creating, storing and using cryptographic keys.

It can be evaluated for encryption key management in backup environments requiring high security.

### What Is Key Rotation?

Changing encryption keys at defined intervals is called:

#### Key Rotation

in key management.

This approach can reduce credential and key compromise risk.

However, old keys may need to be preserved securely so that old backups can still be restored.

### What Happens If the Backup Password Is Lost?

On some backup products, when the encryption password is lost even the vendor may be unable to open the backup.

For this reason the backup password recovery process must be planned in advance.

### Why Is MFA Important on Backup Systems?

MFA means:

#### Multi-Factor Authentication

in full.

It ensures a user signs in not with a password alone but with a second verification factor.

For example:

a password

a mobile verification

can be used together.

MFA carries critical importance on backup administrator accounts.

### Why Must the Backup Admin Account Be Specially Protected?

The backup administrator account generally;

can delete jobs,

can delete restore points,

can change retention,

can manage repositories,

can export backups.

For this reason, if the attacker seizes this account they can sabotage the recovery infrastructure.

### Is MFA Enough on Its Own Against Ransomware?

No.

MFA is an important layer.

But in addition;

least privilege,

PAM,

network segmentation,

immutable backup,

separate administrator accounts

controls such as these must be applied.

### Should the Backup Admin Account Be Used Daily?

No.

With the backup admin account;

reading e-mail,

browsing the internet,

opening documents

creates risk.

Phishing or endpoint malware can compromise this account.

For this reason the daily user account and the backup administrator account must be separated.

### What Is a Separate Backup Admin?

The Separate Backup Admin approach is the use of independent administrator accounts for backup management.

For example:

ramazan@company.com

may be the daily user account.

backup.ramazan

meanwhile, may be used only for backup management.

This method reduces credential compromise risk.

### Should the Backup Admin Be a Domain Admin?

As far as possible, no.

A Domain Admin holds very broad privileges.

The backup manager may not need unlimited privileges across the entire Active Directory environment.

The Least Privilege approach must be applied.

### What Is Least Privilege?

Least Privilege is expressed as:

#### the minimum privilege principle

in security terminology.

A user is granted only as much privilege as needed to carry out their task.

For example, a backup operator may hold only;

backup job management,

restore

these privileges.

They do not have to hold user creation or domain management privileges.

### What Is RBAC?

RBAC means:

#### Role-Based Access Control

that is:

#### access control based on roles

in full.

Privileges are defined not per user but per role.

For example:

Backup Viewer

Backup Operator

Backup Administrator

Security Auditor

roles such as these can be created.

### What Does the Backup Viewer Role Do?

A Backup Viewer can see only;

job status,

reports,

backup results.

as their scope.

They may not hold delete or restore privileges.

This is useful particularly for SOC and audit teams.

### Should Backup Operator and Administrator Be Separated?

In critical environments they can be separated.

The Backup Operator performs daily operations.

The Backup Administrator, meanwhile;

policy,

repository,

retention,

security

can manage these settings.

This method supports the principle of separation of duties.

### What Is Segregation of Duties?

Segregation of Duties means:

#### the separation of duties

in security terminology.

The goal is that a single person cannot carry out all the critical operations.

For example;

one person creates the backup job,

another person approves the retention policy.

This approach is used particularly in high-security organizations.

### How Is PAM Used in Backup Security?

PAM is the:

#### Privileged Access Management

that is:

#### privileged access management

system.

Backup administrator credentials can be stored inside PAM.

Users can open a controlled session without seeing the real password.

### What Does PAM Provide?

PAM can provide these advantages:

a credential vault,

session recording,

password rotation,

an approval workflow,

time-limited access,

audit logging.

For this reason it is a strong security layer for backup management.

### What Is JIT Access?

JIT means:

#### Just-In-Time Access

in full.

Administrator privileges are not granted permanently.

They are activated for a short period when needed.

For example, backup administrator privileges can be granted for:

2 hours

as a window.

At the end of this period they are removed automatically.

### What Is JEA?

JEA is the:

#### Just Enough Administration

approach.

It grants the user privileges only for specific management operations.

This way full administrator access may not be needed.

### What Is a Privileged Access Workstation?

PAW is a:

#### Privileged Access Workstation

a secure management computer set aside for highly privileged operations.

On this device;

e-mail is not used,

normal internet browsing is not done,

unnecessary applications are not installed.

Backup administration can be done from these devices.

### Why Is Network Segmentation Important in Backup Security?

If the backup server sits on the same flat network as production, the attacker can reach the backup system through lateral movement.

For this reason the backup network can be kept in a separate segment.

### A Sample Backup Network Segmentation

The corporate network can be divided as follows:

User VLAN

Server VLAN

Management VLAN

Backup VLAN

Cyber Recovery VLAN

This approach limits the attacker's movement inside the network.

### Should the Backup VLAN Be Reachable by Everyone?

No.

Only the necessary systems must be permitted to reach the backup VLAN.

An allow-list can be applied on the firewall.

### What Should the Backup Firewall Rules Look Like?

The general principle must be:

#### Default Deny

as the baseline.

That is, only the required connections are opened.

For example;

backup proxy → repository

backup server → production workload

management workstation → backup console

flows such as these are permitted.

### Why Is an Any-Any Rule Dangerous?

For a backup network, the:

Any → Any → Allow

rule removes the meaning of segmentation.

In that case the attacker can move easily across the network.

### Should the Backup Management Interface Be Exposed to the Internet?

Generally no.

The backup management console must not be reachable directly over the internet.

If required;

VPN,

ZTNA,

a jump server,

a private network

access can be provided over these.

### What Is a Jump Server?

A Jump Server or Bastion Host is the controlled intermediate server through which management access passes.

The administrator first connects to the jump server.

They then reach the backup environment.

This method reduces direct network access.

### Should the Backup Server Be Joined to the Production Domain?

This decision must be assessed according to the architecture.

A backup server joined to the production domain can provide operational convenience.

However, in a Domain Admin compromise the backup environment can come under risk too.

In high-security structures a separate identity or workgroup approach can be evaluated.

### What Is Backup Identity Separation?

Backup Identity Separation aims to separate the backup system's authentication from the production Active Directory.

For example;

a separate domain,

a local hardened account,

a separate cloud identity

can be used.

### If the Production AD Is Lost Entirely, Can the Backup Be Reached?

This is a critical test question.

If the production AD is required in order to log into the backup console, the recovery process may not be able to start once AD is lost.

For this reason break-glass accounts must be planned.

### What Is a Break-Glass Account?

A Break-Glass Account is an independent account used for emergency access when the normal identity infrastructure cannot be used.

This account;

can be protected offline,

can use a very strong password,

can be protected with MFA or additional controls.

### Should a Break-Glass Account Be Used Continuously?

No.

It must be used only in emergencies.

Its use must generate an alarm.

### What Is a Backup Service Account?

Backup software can use a service account to reach production systems.

These accounts;

VM,

database,

file server,

application

can perform backup operations on these.

### Should Service Accounts Be Given Domain Admin?

Generally no.

This is an important security mistake.

A service account must reach only the resources it needs.

### How Should the Service Account Password Be Protected?

The password;

a script,

Excel,

a text file

must not be kept inside any of these.

A secret vault or PAM can be used.

### Should the Service Account Be Able to Log In Interactively?

It must be prevented as far as possible.

The backup service account must be used only by the service.

It must not open a normal user session.

### What Is Backup Repository Security?

The Backup Repository is the storage area where backup files are kept.

This area is one of the most critical targets in ransomware attacks.

The repository;

strong access control,

immutable storage,

network isolation,

encryption

must be protected with these.

### What Is a Hardened Repository?

A Hardened Repository is a repository configured with a reduced attack surface so as to protect the backup data strongly.

For example;

minimal services,

separate credentials,

a restricted network,

an immutable filesystem,

MFA-supported management

can be used.

### Should the Repository Be a Normal SMB Share?

In a critical backup environment, using a standard SMB share open to everyone is risky.

For example, if ransomware runs on a server it can reach the network share and encrypt the backup files.

### Why Is Immutable Backup the Foundation of Backup Security?

Immutable backup is a backup copy that cannot be modified or deleted within a defined retention period.

Even if the attacker seizes the administrator account they may be unable to delete the immutable restore point.

This increases ransomware resilience considerably.

### Is Immutable Backup Enough on Its Own?

No.

Immutable backup;

MFA,

network segmentation,

encryption,

identity separation,

restore testing

must be used together with these.

### What Is Object Lock?

Object Lock can prevent backup files inside object storage from being modified or deleted for a defined period.

It is a widespread immutable backup method in cloud backup environments.

### Why Is Retention Lock Critical?

Retention Lock helps prevent the backup retention period from being lowered by an attacker.

For example, the attacker must not be able to change the retention period from:

30 days → 0 days

in this way.

### What Does Air Gap Add to Backup Security?

Air-gap backup isolates the backup copy from the production environment.

This;

physical

or

logical

air gap can be either.

The purpose is that the attacker cannot reach the backup copy in a production compromise.

### Is Offline Backup Still Needed?

On some critical systems, yes.

Tape or offline media can provide an independent copy that a ransomware attacker cannot reach over the network.

### Why Are Backup Logs Critical?

Every critical operation performed on the backup system must be logged.

For example;

login,

job creation,

job deletion,

retention change,

repository deletion,

restore,

export,

administrator creation

must be recorded.

### Where Should Backup Logs Be Stored?

They must not be kept only on the backup server.

If the attacker seizes the backup server they can delete the logs.

For this reason the logs can be sent to a central platform such as SIEM.

### Should SIEM Monitor Backup Systems?

Yes.

In most organizations backup systems are not brought into SIEM scope.

This can be a serious gap.

Backup events are valuable for security monitoring.

### Sample SIEM Use Cases for Backup

For example:

#### Backup Administrator Login Outside Working Hours

#### Backup Job Disabled

#### Retention Reduced

#### Repository Deleted

#### Multiple Restore Points Deleted

#### MFA Disabled

#### Immutable Policy Changed

#### Backup Service Stopped

use cases such as these can be created.

### Why Must Restore Operations Be Logged?

A restore operation is normally a useful operation.

However, the attacker can use restore to extract data from inside the backup.

For example;

a customer database,

a mailbox,

source code

can be restored to another location.

For this reason restore operations must be audited as well.

### Is the Backup Export Operation Risky?

Yes.

The backup export feature can be abused for data exfiltration.

For this reason the export privilege must be limited.

### What Is a Restore Test?

A Restore Test is the verification of whether the backup can genuinely be restored.

A backup job succeeding is not a restore guarantee.

For this reason the organization must perform regular restore tests.

### Are Backup Success and Restore Success the Same Thing?

No.

The backup software may show:

#### Success

as its result.

However, during the restore;

corrupt data,

a missing block,

an encryption key error,

a database consistency problem

can emerge.

For this reason the only real verification is the restore.

### Why Is the “Backup Taken” Message Not Enough?

The backup job may have succeeded.

However, the backup;

corrupt,

incomplete,

failing to decrypt,

application-inconsistent

may be any of these.

For this reason the success criterion of the backup operation must be:

#### restorability

as the measure.

### What Is Backup Integrity Verification?

Backup Integrity Verification is the operation that verifies the integrity of the backup data.

For example;

a checksum,

a hash,

block validation

can be used.

The purpose is to detect whether the backup file has become corrupted.

### How Is a Hash Used in Backup Security?

The hash value of the backup file can be taken.

If the file changes, the hash value changes too.

This method can be used to verify backup integrity.

### Are Checksum and Malware Scanning the Same Thing?

No.

A checksum checks whether the file has changed.

Malware scanning, meanwhile, analyses whether there is malicious software in the backup content.

### What Is a Clean Backup?

A Clean Backup is a restore point trusted to contain no attacker persistence or malware.

In ransomware incidents the newest backup may not always be clean.

### Should a Malware Scan Be Performed Before the Restore?

In a cyber recovery scenario especially, yes.

The restored system;

EDR,

antivirus,

IOC scan,

YARA

can be checked with methods such as these.

### What Is Clean Room Recovery?

Clean Room Recovery is restoring and testing systems in an isolated, safe environment before they return to production.

The purpose is to prevent an infected backup from being carried back into production.

### Restore Test Levels

An organization can apply different restore tests.

#### File-Level Restore

A single file is restored.

#### VM Restore

The whole virtual machine is brought back.

#### Database Restore

The database is restored and its consistency is checked.

#### Application Restore

All the components of the application are tested.

#### Full DR Restore

A business service is brought back entirely.

### Is File Restore Enough on Its Own?

No.

Restoring a single file shows that the backup repository works.

However, it does not show the disaster recovery capacity of the whole system.

### Why Must Database Restore Be Tested Separately?

A database does not consist of files alone.

Transaction consistency matters.

The backup file may restore but the database may not open.

For this reason application-consistent backup is important.

### What Is Application-Consistent Backup?

Application-Consistent Backup ensures application data is captured in a consistent state.

For example, database transactions can be properly committed or flushed before the backup.

### What Is Crash-Consistent Backup?

Crash-Consistent Backup captures the instantaneous disk state of the system.

It can be thought of as if a power cut had occurred.

Some applications can be opened from this backup.

But on systems such as databases a recovery may be required.

### How Often Should Restore Tests Be Performed?

There is no single correct period.

On critical systems, testing must be performed more often.

For example;

Tier 1 → monthly or quarterly

Tier 2 → quarterly or semi-annual

Tier 3 → annual

a risk-based plan along these lines can be created.

These values must be determined according to the organization's need.

### Can Restore Testing Be Automated?

Yes.

Some backup platforms can start a VM from the backup and run an automatic test.

For example;

Does the VM boot?

Is the service running?

Is there network access?

these can be checked.

This provides continuous verification.

### Is Automated Restore Verification Enough?

No.

Automated tests are valuable.

However, they do not fully take the place of a real DR exercise.

The business unit needs to validate the application.

### Should RTO Be Measured in the Backup Restore Test?

Yes.

The restore time must be compared with the real RTO target.

For example, if:

RTO target = 2 hours

Actual restore = 6 hours

then the current architecture is inadequate.

### Should RPO Be Measured in the Restore Test?

Yes.

The timestamp of the restored data must be checked.

This way the real data loss is measured.

### How Does Backup Capacity Affect RTO?

Backup repository performance directly affects the restore time.

For example;

network throughput,

storage IOPS,

CPU,

decompression,

decryption

determine the restore speed.

### Can a Backup Be Taken Fast and Restored Slowly?

Yes.

This is a frequently encountered problem.

The organization optimizes the backup window but does not test the restore performance.

The real problem emerges on the day of the disaster.

### Should Restore Throughput Be Measured?

Yes.

For example, if the backup repository during a real restore provides:

500 MB/s

then the restore time for 50 TB of data can be estimated.

However, the application layers can lengthen the total time further.

### Why Must the Backup Catalog Be Protected?

The Backup Catalog shows which restore point is where.

If the catalog becomes corrupt, recovery can be difficult even though the backup files exist.

For this reason the catalog database must be backed up and protected as well.

### Should the Backup Configuration Be Backed Up?

Yes.

The backup system's;

job,

policy,

repository,

credential mapping,

retention configuration

settings must be protected separately.

### What Happens If the Backup Server Is Lost?

The organization must have a recovery plan for the backup server itself.

This question must be asked:

#### If the backup server is deleted entirely, can we restore from the repository?

### What Is Bare-Metal Recovery?

Bare-Metal Recovery is the full restoration of the operating system and the application onto empty hardware or a VM.

It can be useful in scenarios where the backup server has been lost entirely.

### Should the Backup Configuration Be Documented?

Yes.

The configuration held inside the backup system alone must not be relied upon.

Critical;

IP,

hostname,

repository,

credential process,

encryption key,

restore procedure

information must be documented.

### Where Should the Documentation Be Stored?

If it is kept only inside the production SharePoint, it may be unreachable during a disaster.

Offline or independent copies of critical recovery documents can be kept.

### Change Management for Backup Security

Critical settings such as retention or repository must not be changed at random.

Changes;

a ticket,

approval,

audit

can be subject to these processes.

### Why Is a Backup Policy Change Sensitive?

A wrong policy change can cause old backups to be deleted automatically.

For this reason a second approval mechanism can be evaluated for critical retention changes.

### What Is the Four-Eyes Principle?

The Four-Eyes Principle is a critical operation being approved by a second person.

For example:

reducing the immutable retention

can require two administrators' approval.

### Which KPIs Can Be Used in Backup Monitoring?

An organization can track these metrics for backup security:

Backup Success Rate

Restore Success Rate

Average Restore Time

RPO Compliance

RTO Compliance

Immutable Backup Coverage

Offsite Backup Coverage

Failed Job Count

Restore Test Frequency

Privileged Access Events

### Is Backup Success Rate Enough as a KPI on Its Own?

No.

Even with 100% backup success, no restore may ever have been tested.

For this reason Restore Success Rate is a stronger indicator.

### What Is Restore Success Rate?

It shows how many of the restore tests performed in a given period succeeded.

For example:

20 restore tests

19 successful

Restore Success Rate:

95%

would be the result.

### What Is Immutable Coverage?

It shows how many of the critical systems hold an immutable backup.

For example, if 80 of 100 critical workloads are immutable, the coverage is 80%.

### What Is a Backup Security Assessment?

A Backup Security Assessment is the evaluation of the backup architecture from a cyber security perspective.

During this work;

network,

identity,

repository,

encryption,

logging,

immutability,

restore testing

can be checked.

### Is a Backup Penetration Test Performed?

Backup systems can be brought directly into critical security scope.

However, testing on production backup infrastructure must be controlled and risk-based.

The purpose is not to disrupt the backup service but to identify weak points.

### Backup Hardening Checklist

On the backup server;

unnecessary services must be turned off,

the OS must be kept up to date,

the firewall must be enabled,

MFA must be used,

default accounts must be checked,

RDP/SSH access must be restricted,

EDR/XDR must be evaluated.

### Should EDR Be Installed on the Backup Server?

It can be evaluated taking product compatibility into account.

EDR;

credential theft,

malware,

ransomware,

lateral movement

can detect behaviours such as these.

### Backup Server Antivirus Exclusion Risk

Backup products can request certain exclusions for performance.

Defining these exclusions too broadly can create blind spots the attacker can abuse.

For this reason vendor recommendations must be applied in a controlled way.

### Backup Patch Management

Backup products and operating systems must be kept up to date.

Not updating for years on the grounds that the backup is critical can create a serious vulnerability.

Patches;

testing,

change management,

a rollback plan

must be applied with these.

### Should Vulnerability Management Cover Backup Systems?

Yes.

The backup server,

the management console,

storage,

the repository

must be included in vulnerability scans.

### Backup API Security

Modern backup platforms can offer an API.

API tokens can be highly privileged.

For this reason;

token rotation,

least privilege,

IP restriction,

audit logging

must be applied.

### Backup Security and Zero Trust

The Zero Trust approach can be applied in the backup environment.

The core principles:

#### Never Trust

#### Always Verify

Every access must be verified.

Every administrator must not be considered permanently trusted.

### How Is Zero Trust Backup Applied?

For example;

a separate identity,

MFA,

PAM,

JIT access,

network micro-segmentation,

immutable backup,

continuous monitoring

can be used together.

### 3-2-1-1-0 for Backup Security

In modern backup strategies the:

3 copies of the data

2 different storage types/media

1 offsite copy

1 immutable or offline copy

0 verification errors

approach can be used.

The:

**0**

here emphasizes the importance of restore verification.

### What Does “0 Errors” Mean?

A backup is not merely created.

It is put through integrity and restore tests.

The target is:

**zero errors in verified backups**

as the standard.

### Critical Scenario 1 for Backup Security Testing

This assumption can be made:

**The Domain Admin account is in the attacker's hands.**

In that case:

Can the backups be deleted?

Can the repository be reached?

Can the retention be changed?

If yes, identity separation must be strengthened.

### Critical Scenario 2

**The Backup Administrator account has been compromised.**

Can the attacker delete all the restore points?

Immutable backup must be able to prevent this.

### Critical Scenario 3

**The production network has been lost entirely.**

Is production DNS or AD required in order to reach the backup?

If it is required, the recovery design is risky.

### Critical Scenario 4

**The Cloud Administrator account has been compromised.**

Is the cloud backup in the same account?

Can Object Lock be removed?

Is the backup in a different account?

This test shows cloud recovery security.

### Critical Scenario 5

**The backup server has been deleted entirely.**

Can a restore be performed independently from the repository?

Can the backup catalog be recreated?

This scenario absolutely must be tested.

### Backup Security from a KVKK Perspective

If there is personal data inside the backup, that data must be protected too.

For this reason;

encryption,

access control,

logging,

retention,

destruction

policies must be applied in the backup environment as well.

### The Backup Deletion and Destruction Process

When the retention period expires, backup data must be deleted securely.

However, an immutable backup may not be deletable before its retention period expires.

For this reason legal and technical retention must be planned together.

### Backup Security from an ISO/IEC 27001 Perspective

In ISO/IEC 27001 information security management, backup and ICT continuity controls are addressed on a risk basis.

Backup processes being within a;

defined,

protected,

monitored,

tested

structure is important.

### Restore Testing from an ISO 22301 Perspective

In the business continuity approach, merely writing the plans is not sufficient.

The organization must test that it can genuinely bring critical services back.

For this reason restore and DR exercises are important parts of business continuity.

### Backup Security from the DORA Perspective

For financial institutions, digital operational resilience;

backup,

recovery,

testing,

incident management

requires capabilities such as these to be assessed together.

The backup being genuinely restorable is one of the core elements of operational resilience.

### Backup Security Questions Management Should Ask

It is important that senior management knows the answers to these questions:

Are our backups encrypted?

Do we have an immutable copy?

Is there MFA on the backup admin accounts?

Can a Domain Admin delete the backups?

When was the last restore test performed?

How long does it really take us to bring critical systems back?

Which clean backup will we return to after ransomware?

These questions reveal the organization's real backup maturity.

### A Sample Layered Architecture for Backup Security

An enterprise structure may look like this:

#### Production Systems

↓

#### Backup Proxy

↓

#### Hardened Backup Repository

↓

#### Immutable Backup

↓

#### Offsite / Cloud Copy

↓

#### Air-Gapped Cyber Recovery Vault

The management of this structure, meanwhile;

MFA,

PAM,

a separate admin,

SIEM,

network segmentation

can be protected with these.

### The Most Common Mistakes in Backup Security

The mistakes frequently seen in organizations are as follows:

- not encrypting the backup data,
- keeping the encryption key in the same place as the backup,
- not using MFA on the backup admin,
- using the Domain Admin as the backup admin,
- using the same user account for daily work,
- not performing network segmentation,
- keeping the repository as an open SMB share,
- not using immutable backup,
- not sending the logs to SIEM,
- not performing restore tests,
- treating the backup success message as sufficient,
- not creating a recovery plan for the backup server itself.

### Backup Security Checklist

Organizations can assess these controls:

- Encryption at Rest
- Encryption in Transit
- Secure Key Management
- MFA
- PAM
- Least Privilege
- RBAC
- Separate Backup Administrator
- JIT Access
- PAW
- Network Segmentation
- Firewall Allow-List
- Hardened Repository
- Immutable Backup
- Air-Gap
- SIEM Monitoring
- Audit Logging
- Restore Testing
- Integrity Verification
- Clean Room Recovery
- DR Testing

### Conclusion: The Value of a Backup Emerges on the Day It Can Be Restored

Backup security is not merely installing backup software.

Real security;

**encrypting the data,**

**restricting access,**

**separating administrator accounts,**

**using MFA,**

**isolating the repository,**

**creating an immutable copy,**

**monitoring the logs**

and most importantly:

**testing the restore operation regularly**

is achieved with these.

A backup system may be running jobs successfully every night.

But if it has never been restored, what the organization holds is merely:

**an assumption.**

That the backup really works can be proven only when the data is brought back.

For this reason the success metric in modern backup security must be:

**not “How many backups did we take?”**

but instead;

**“How many backups were we able to bring back successfully?”**

as the measure.

The organization must also assume the worst scenario:

**The production environment can be lost.**

**The Domain Admin account can be compromised.**

**The backup administrator account can be targeted.**

Despite all this, the organization must be left with a trusted copy the attacker could not delete, could not modify, could not read and that can genuinely be restored.

This is what real backup security is.
