File Sequestration via Process Injection for Zero-Day Ransomware Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing anti-ransomware and antimalware technologies are ineffective against zero-day attacks and often fail to protect business assets from unauthorized access, as they rely on signature-based detection methods that miss emerging threats.

Innovation Solution

A file/folder sequestration system that protects individual files/folders at a granular level by monitoring process creation, injecting a sequestration library into processes, and suspending unauthorized access attempts, prompting users/administrators to confirm whether to allow or terminate the action.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If signature-based detection methods are used to block malware, then known threats can be identified and blocked, but zero-day threats and newly introduced malware cannot be detected

Engineering Contradiction:
Improvedetection accuracyVSAvoidability to detect new threats
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The patent segments the protection approach into two layers: (1) signature-based detection for known threats, and (2) behavior-based monitoring for unknown threats. The sequestration library is injected into individual processes to monitor their behavior, allowing the system to detect zero-day threats by analyzing actual process actions rather than relying solely on pre-defined signatures.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary actions by injecting the sequestration library into processes before they can execute malicious actions. The library monitors process behavior in real-time, allowing the system to detect and respond to threats before they can complete their malicious objectives, rather than waiting for signature matches.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If traditional security programs block software based on signatures, then known malware can be stopped, but the programs cannot identify what running programs are actually doing

Engineering Contradiction:
Improvemalware blocking capabilityVSAvoidability to monitor process behavior
Core Design Contradiction:
ReliabilityVSDifficulty of detecting and measuring

Solution Approach 1:

The sequestration library acts as an intermediary component injected into the target process. It mediates between the process and the operating system, monitoring process behavior without requiring direct access to the process's internal logic. The library captures process actions and communicates them to the security system, enabling behavior detection while maintaining process functionality.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent replaces traditional mechanical signature-matching approaches with a software-based behavior monitoring system. Instead of relying on static signature databases, the system uses dynamically injected libraries to observe and analyze actual process behavior, substituting mechanical pattern recognition with software-based behavioral analysis.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

3Productivity

If malware successfully runs on a computer, then it can steal and encrypt data before being discovered, but the system lacks real-time monitoring capability

Engineering Contradiction:
Improvedata protection speedVSAvoiddetection timing
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The sequestration library provides continuous monitoring of process behavior throughout its execution. Rather than performing periodic scans or relying on event-triggered detection, the library continuously observes process actions, ensuring that malicious behavior is detected immediately when it occurs, maintaining constant protection without interruption.

Inventive Principle:
Principle #20Continuity of useful action

Solution Approach 2:

The system performs preliminary detection by monitoring process behavior before malicious actions can complete. The sequestration library detects suspicious patterns early in the process execution, allowing the system to respond before data theft or encryption can occur, rather than waiting for post-infection detection.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12292966B2Systems and methods for folder and file sequestration
Publication Date: 2025.05.06 LOWRY BRET DOUGLAS
  • US12292966B2 patent drawing
  • US12292966B2 patent drawing
  • US12292966B2 patent drawing

AI summary

Systems and methods for providing sequestration of files and folders on a need-to-know basis based on the actions associated with file extensions and folder names by detecting whether a portable executable (PE) attempting to access a protected file or folder by use of a monitoring library is allowed to have access and taking appropriate action to allow or deny access.