Anomaly and Ransomware Detection via Snapshot Metadata

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing cybersecurity measures, particularly signature-based approaches, are inadequate for detecting ransomware due to its ability to evolve and evade detection, while machine learning-based solutions can be computationally expensive and resource-intensive.

Innovation Solution

A hybrid-cloud architecture-based system that leverages machine learning to detect anomalies and ransomware in data backups, utilizing snapshot metadata to minimize computational overhead and offloading significant processing to a cloud-based SaaS platform.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If machine learning-based behavioral analysis is used to detect ransomware, then detection reliability is improved, but computational cost increases

Engineering Contradiction:
Improveransomware detection reliabilityVSAvoidcomputational cost
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The system segments the computational workload by separating data collection (snapshot metadata generation) from model training and inference. The backup system collects metadata with minimal overhead, then a separate training system processes this data offline to train machine learning models, which are later deployed for efficient anomaly detection.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary actions by collecting and storing snapshot metadata from backup operations before ransomware detection is needed. This pre-collected metadata serves as training data for machine learning models, enabling fast detection without requiring real-time computational resources during actual security events.

Inventive Principle:
Principle #10Preliminary action

2Use of energy by moving object

If snapshot metadata is used for training data, then computational overhead on production systems is reduced, but detection precision may be impacted

Engineering Contradiction:
Improvecomputational overhead on production systemVSAvoidanomaly detection precision
Core Design Contradiction:
Use of energy by moving objectVSMeasurement precision

Solution Approach 1:

The system uses snapshot metadata as an intermediary representation of file system state. Instead of analyzing actual file contents or real-time system operations, the metadata captures essential characteristics (file creation, modification, deletion patterns) that serve as proxies for detecting anomalous behavior while minimizing impact on production systems.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system creates copies of file system state information through snapshot metadata rather than analyzing the actual files or real-time operations. These metadata copies contain sufficient information for training detection models without requiring access to or processing of the original production data, thus isolating the analytical workload from the production system.

Inventive Principle:
Principle #26Copying

3Use of energy by moving object

If cloud-based SaaS platform is used for processing, then computational stress on primary machine is reduced, but system complexity increases

Engineering Contradiction:
Improvecomputational stress on primary machineVSAvoidsystem architecture complexity
Core Design Contradiction:
Use of energy by moving objectVSDevice complexity

Solution Approach 1:

The cloud-based SaaS platform acts as an intermediary that receives snapshot metadata from the backup system, performs model training and analysis, and returns detection results. This intermediary architecture offloads computational stress from the primary machine while providing a clear, standardized interface that manages the complexity of cloud integration.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20250063059A1Anomaly and ransomware detection
Publication Date: 2025.02.20 RUBRIK INC
  • US20250063059A1 patent drawing
  • US20250063059A1 patent drawing
  • US20250063059A1 patent drawing

AI summary

Some examples relate generally to computer architecture software for information security and, in some more particular aspects, to machine learning based on changes in snapshot metadata for anomaly and ransomware detection in a file system.