メインコンテンツにスキップ ナビゲーションにスキップ フッターにスキップ
ランサムウェア対策

ランサムウェアが触れないバックアップ

バックアップは作成された瞬間からイミュータブル(不変)です。ハッカーも、あなた自身も変更できません。

すべてのバックアップベンダーがリカバリーを約束します。毎日それを証明するベンダーはありません。Rediaccは証明します。

$ rdc repo push production
Snapshotting filesystem state .. done
Creating immutable btrfs snapshot .. done
Sealing with write-protection lock .. done
Verifying snapshot integrity .. done
Running automated restore test .. passed
✓ Backup sealed: production-2026-02-27T03:00
Time: 48s    Size: 380 GB    Status: immutable    Verified:

出力は例示です。実行時には追加ログが出る場合があります。 CLI reference: rdc repo push

0
Files Changed After Backup
100%
Immutable by Default
<60s
Full Backup Time
問題点

ランサムウェアはまずバックアップを狙う

最新の攻撃者は、ファイルを暗号化する前にバックアップを見つけます。バックアップが変更可能なら、変更されます。従来のバックアップツールはドアを開けたままにしており、ランサムウェア被害者の94%が攻撃中にバックアップを標的にされました。作成された瞬間にロックされるバックアップが必要です。

94% of attacks target backups Sophos 2024 [1]
$4.88M avg breach cost IBM Cost of a Data Breach 2024 [2]
24 days avg recovery time Coveware Quarterly Report [3]
従来のやり方
Day 1 Schedule backup
Day 2 Backup runs
Day 7 Hope it’s clean
Day 14 Ransomware hits
Day 15 Backup encrypted too
Rediaccを使えば
Backup
Sealed
Verified
実際のコスト

ランサムウェア攻撃のコストは?

スライダーをインフラに合わせてドラッグしてください。数字はすぐに膨れ上がります。

ランサムウェア被害額を計算する

Rediaccなし
インシデントごとのダウンタイム72 hours
復旧人件費$43,200
評判/顧客損失$120,960
リスクにさらされる収益$360,000
年間リスク額
$524,160
Rediaccあり
インシデントごとのダウンタイム5分未満
復旧人件費約$200
評判/顧客損失$0
リスクにさらされる収益~$0
年間リスク額
約$200
リスク収益は$9,000/分の平均ダウンタイムコスト(Splunk/Oxford Economics 2024)[4]に基づく。復旧人件費:6人のエンジニア×復旧時間×$200/時間の混合レート。評判コストは直接コストに対する割合として推定(業界推定)。Rediaccを使えば、イミュータブルスナップショットが5分以内に復元 — ダウンタイムはほぼゼロに。
仕組み

1コマンド。完全な保護。

1

Back up

Run rdc repo push production --immutable. Your data is captured and sealed instantly.

2

Lock

Immutability kicks in at the filesystem level. No changes allowed. Not by ransomware. Not by root.

3

Recover

When disaster strikes, your clean backup is waiting. Full environment restored in under 5 minutes.

本番環境 Live
gitlab :443
postgres :5432
mailcow :25
redis :6379
Seal
イミュータブルバックアップ 封印済み
gitlab read-only
postgres read-only
mailcow read-only
redis read-only
技術詳細

ランサムウェアがこれらのバックアップを暗号化できない理由

Rediaccはファイルシステムレベルでbtrfsの読み取り専用スナップショットを使用します。スナップショットが封印されると、カーネル自体が変更を防ぎます — マルウェアがバイパスできるソフトウェアロックではなく、ファイルシステムレベルのイミュータビリティです。root権限を持っていても、ランサムウェアは封印されたbtrfsスナップショットを暗号化、変更、削除できません。

従来のバックアップツール
Rediacc(btrfsイミュータブル)
Software-level “immutability” — can be bypassed with admin/root access
Kernel-enforced read-only snapshots — cannot be modified even with root
Backup files stored as regular files on disk — visible and encryptable
Snapshots exist at the filesystem layer — invisible to userspace malware
Verification = “backup completed” status message only
Automated daily clone + boot + health check — actually restores and verifies
Full copy per backup: 380 GB × 30 days = 11.4 TB storage
CoW snapshots: 30 daily backups share blocks (~40 GB delta total)
重要な理由

得られるもの

Write once, read forever

Backups can’t be modified, deleted, or encrypted by anyone — not by hackers, not by compromised admins, not by ransomware with root access.

No trust required

Even compromised admin accounts can’t alter sealed backups. Automated daily verification runs in your CI pipeline — failed? You get an alert before it matters.

Instant verification

Every backup is restored to a temporary clone and health-checked automatically. Not “backup completed” — actually verified, every day.

差別化

ファイルシステムレベルのイミュータビリティを持つ唯一のバックアップ

従来のバックアップツールはソフトウェアロックによるイミュータビリティを約束します。Rediaccはカーネルレベルで強制します — ランサムウェアが到達できない場所で。

機能 VeeamRubrikCommvaultDruvaZerto Rediacc
Immutable backups
Filesystem-level enforcement
Automated daily restore verification
Zero-copy storage (CoW)
Instant clone for testing
Recovery time Minutes Minutes Hours Hours Seconds <5 min
Self-hosted / no cloud dependency
土曜日の午前3時17分にランサムウェアに襲われました。攻撃者はバックアップリポジトリを含む14台のサーバーを暗号化しました — そう思いました。Rediaccのイミュータブルスナップショットは無傷でした。午前3時24分までに14台すべてのサーバーが封印済みバックアップから復元されました。データ損失:ゼロバイト。支払った身代金:ゼロドル。
復旧4,800倍高速化

ランサムウェアの心配をやめる

無料のCommunityエディションから始めましょう。最大10ワークロードまで無料で保護。クレジットカード不要。

Communityで無料で始める 10ワークロードまで永久無料
$ rdc repo push production --to backup-vault -m primary
あらゆるコンテナ化ワークロードを保護
データベース、メールサーバー、CI/CD、CMS、監視、Vault — コンテナで動くものなら、Rediaccが保護します。
出典・参考文献
  1. Sophos, “The Impact of Compromised Backups on Ransomware Outcomes,” March 2024. “94% of organizations hit by ransomware in the past year said that the cybercriminals attempted to compromise their backups during the attack.” www.sophos.com
  2. IBM Security, “Cost of a Data Breach Report 2024,” July 2024. “The global average cost of a data breach reached $4.88 million in 2024, as breaches grow more disruptive and further expand demands on cyber teams.” newsroom.ibm.com
  3. Coveware, “Quarterly Ransomware Report Q2 2022,” July 2022. “In Q2, the average days of downtime was measured at 24 days, a decrease of 8% from Q1 2022.” www.coveware.com
  4. Splunk & Oxford Economics, “The Hidden Costs of Downtime,” June 2024. “Each minute of downtime costs $9,000 or $540,000 per hour.” www.splunk.com
製品パフォーマンスの主張は、Rediaccのbtrfsコピーオンライトアーキテクチャに基づいています。計算機の見積もりは業界標準のコストモデルを使用しています。実際のコストは組織によって異なります。