Yaniv Valik

The 5 domains I’d harden first in storage and backup systems

  • August 5, 2026
  • 8 min read

About Core6™

StorageGuard - by Core6 - is the ONLY Security Posture Management solution for Storage & Backup systems, helping to ensure these systems are secure and compliant.

Read more

I spend a lot of my time looking at how storage and backup systems are actually configured in the field — not how the vendor datasheet says they should be, but how they end up after a few years of upgrades, staff changes, and “we’ll tighten that later.” And the pattern is remarkably consistent. The same handful of gaps show up again and again, across vendors, across industries, in shops with serious security teams and shops without.

So when people ask me where to start hardening, I don’t send them a 200-page framework. I point them at five domains. They’re the same five we built our self-assessment around — Access Control, Audit, Encryption, Cyber Resilience, and Threat Detection — because after enough environments you start to see that almost everything that matters lives in one of those buckets.

Here’s how I think about each one, and the specific things I’d actually go look at.

1. Access Control — this is where it’s won or lost

If I could only fix one domain, it’d be this one. The uncomfortable truth about most storage and backup exploits is that they never get started if the attacker can’t reach your management interfaces and can’t authenticate against them. Everything else is a second line of defense.

The first thing I check is whether the management plane is actually isolated from data traffic. Not “we intend to” — whether the management interfaces are genuinely reachable only through a dedicated network or a jump host, and not sitting there answerable from a general workstation VLAN. This is the single most common gap I see, and it’s also one of the highest-leverage things to fix.

From there it’s the fundamentals, done properly: real authentication controls on every management interface — password complexity, idle-session timeouts, concurrent-session limits, short token lifetimes. An actual process for disabling accounts that have gone inactive, because dormant credentials are exactly what an attacker wants to find. Least-privilege roles, so no single admin can both weaken a control and delete the evidence that they did. And — I cannot say this enough — turn off the protocols and services you’re not using. Every unused iSCSI, NDMP, FTP, SNMP, or NetBIOS service is attack surface you’re defending for no reason. Check it again after every upgrade, because upgrades love to quietly re-enable defaults.

2. Audit — you can’t prove what you didn’t record

Audit gets treated as a compliance chore, and that framing does it a disservice. Yes, it’s how you satisfy a regulator. But it’s also the only way you reconstruct what happened after an incident — and if your logs live only on the box that got compromised, you have neither.

What I look for: logs from every storage and backup system forwarded to a centralized, tamper-resistant destination. The moment a system goes quiet, that silence should trigger an alert, because it’s often the first sign something’s wrong. I want the logging to cover administrative and configuration-change events, not just data access — if someone weakens a hardened setting, that needs to be recorded and attributable to a person. And I want to be able to generate compliance evidence — NIST, ISO, PCI DSS, DORA, NIS2 — without a fire drill of manual data-gathering every cycle.

3. Encryption — verify it, don’t assume it

Encryption is the domain where I see the most false confidence. Teams assume it’s on because it was licensed, or because it’s on for some arrays, and never actually confirm it end to end.

So I verify. At-rest encryption enabled at the volume, LUN, or pool level for everything sensitive or regulated — and I mean confirmed active, not just available. In-transit encryption on the paths between hosts and storage, and critically on the replication and backup sessions that cross network boundaries. And key management that’s actually disciplined: keys managed centrally, rotated, protected, with the default keys removed. Encryption you haven’t verified is a control you’re hoping works.

4. Cyber Resilience — the one to read twice

If you only get one of these five right, make it this one. Everything else reduces the chance of compromise; this domain determines whether you survive it.

The whole point of ransomware is to make your data unrecoverable, and these are the controls that keep a clean, restorable copy beyond the attacker’s reach. When I look at the AI-driven insights coming out of real environments, the failure modes here are painfully common: retention-lock settings misconfigured, backups sitting in the same authentication domain as primary Active Directory, secure time sync missing entirely. Any one of those can turn an incident into a catastrophe.

Concretely, what I want to see: local immutable or WORM copies with a retention period a storage admin can’t shorten mid-attack — because in a real ransomware event, admin credentials may already be compromised. Remote or air-gapped immutable copies isolated from the primary auth domain, so a domain compromise can’t reach them. Backup infrastructure genuinely isolated at the network, domain, DNS, and directory levels, with separate accounts for primary versus backup. Snapshots protected from deletion by anyone who isn’t a security officer, with scheduling monitored — an unexplained snapshot-policy change is often an early attack indicator. Authenticated NTP everywhere, because bad timestamps undermine both your forensics and your retention integrity. And versioning enabled so you can roll back after deletion or encryption.

5. Threat Detection — shrink the time you’re blind

Hardening reduces the odds of compromise. Detection reduces how long a compromise goes unnoticed — and in a world where exploitation is getting faster, that window is exactly what you’re fighting to shrink. Detection at the storage layer matters more than it used to, because that’s ultimately where the attacker wants to be.

I look for anomaly and file-activity monitoring that alerts on the tell-tale patterns — mass reads and writes, high entropy, off-hours access, mass renames or deletions — plus malware scanning on NAS and file storage. I want drift alerting, so that when a previously-hardened system slips off its baseline, I hear about it in real time instead of discovering it at the next quarterly review. And I want regular assessment with remediation actually tracked to closure, not findings logged and forgotten.

The honest part

None of this is exotic. There’s no zero-day magic here — it’s disciplined configuration, done consistently, and re-checked because storage and backup systems drift the moment you stop looking. That’s the part people underestimate: hardening isn’t a state you reach, it’s a state you maintain.

But I’ll tell you what’s changed, and why we keep coming back to these five domains now with more urgency than we used to. AI has compressed the time between a vulnerability being disclosed and a working exploit existing. When that window collapses, the controls you own outright — the ones in this checklist — become your primary defense, because they don’t wait on a vendor patch. You can’t control when an advisory lands. You can control whether your management plane is isolated, your backups are immutable, and your systems are still hardened this quarter the way they were last quarter.

Start with these five. Then keep them true.

Want to know where you actually stand?

Reading through five domains is one thing; knowing how your own estate scores against them is another. That’s exactly why we built the Enterprise Storage & Backup Security Self-Assessment.

It walks you through these same five domains and gives you back a weighted scorecard that surfaces your gaps and shows you which controls to fix first.

Take the Enterprise Storage & Backup Security Self-Assessment


Frequently Asked Questions (FAQs)

What are the main areas to harden in storage and backup systems?

Storage and backup hardening breaks down into five domains: Access Control, Audit, Encryption, Cyber Resilience, and Threat Detection. Access Control is the highest-leverage of the five, because most storage and backup exploits fail if an attacker can’t reach the management plane or authenticate against it. The other four determine whether you can prove what happened, protect data if a control fails, recover after an attack, and detect intrusions quickly.

Why is hardening as important as patching – for storage and backup systems?

Patching only helps once a vendor releases a fix, but AI-assisted vulnerability research has shrunk the gap between disclosure and a working exploit — and many of the new vulnerabilities live in embedded components (NFS/RPC stacks, TLS libraries, kernel subsystems) rather than vendor product code. Hardening is the defense you own outright: it doesn’t wait on a patch, and it reduces exposure before an advisory is even published.

How often should storage and backup systems be re-checked?

Continuously, not periodically. Storage and backup configurations drift constantly — upgrades and hotfixes silently revert hardened settings, routine changes accumulate, and new advisories arrive faster than a quarterly review can track. A system hardened last quarter is not necessarily hardened today, so the effective approach is continuous validation against a secure baseline with alerting on drift, rather than point-in-time audits.

Which storage and backup vendors do these hardening principles apply to?

The five domains are vendor-neutral and apply across all major enterprise storage and backup platforms, including Dell, NetApp, Hitachi Vantara, Everpure (formerly Pure Storage), HPE, IBM, Infinidat, VAST Data, Nutanix, Cisco, Broadcom (Brocade), Rubrik, Cohesity (including Veritas NetBackup), Commvault, Veeam, Nasuni, and CTERA. How each control is implemented varies by platform, but what to check — access, audit, encryption, resilience, detection — stays the same.

Talk To An Expert

Ensure your storage & backup systems are hardened and compliant.

Free Practitioner Guide to Hardening Your Storage & Backup Systems

Download Guide
We use cookies to enable website functionality, understand the performance of our site, provide social media features, and serve more relevant content to you.
We may also place cookies on our and our partners’ behalf to help us deliver more targeted ads and assess the performance of these campaigns. You may review our
Privacy Policy I Agree