Container Intrusion Detection Using Event Filtering and Rule Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing intrusion detection methods for container environments suffer from increased memory and CPU occupancy rates as the detection rule set grows, leading to reduced performance and efficiency, while existing optimizations introduce new issues such as mis-determinations and resource pressure.

Innovation Solution

Construct an event recognition model based on historical normal system events of a target container to filter out normal system events, and apply intrusion detection only to suspicious events, using a dual-engine model to enhance accuracy and reduce resource usage.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a detection rule set is used for intrusion detection, then detection capability is provided, but memory and CPU occupancy rates increase linearly with the size of the detection rule set

Engineering Contradiction:
Improveintrusion detection capabilityVSAvoidmemory and CPU occupancy rates
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The patent segments the intrusion detection process into two distinct stages: a machine learning-based anomaly detection stage that filters out normal events, and a traditional rule-based detection stage that analyzes suspicious events. This segmentation allows the system to use lightweight rules for initial screening while reserving heavy computational resources for only the necessary anomaly analysis, thereby reducing overall resource consumption while maintaining detection capability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies preliminary action by using machine learning models to pre-filter and identify normal system events before they reach the traditional intrusion detection rule set. This preliminary filtering action reduces the volume of events that require expensive rule-based analysis, thereby lowering CPU and memory occupancy rates while maintaining comprehensive detection coverage.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If the detection rule set is increased to improve detection coverage, then more intrusions can be detected, but intrusion detection performance and efficiency are reduced

Engineering Contradiction:
Improveintrusion detection coverageVSAvoidintrusion detection performance and efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The patent divides the detection workload into two segments: a high-efficiency machine learning-based filtering segment that handles the bulk of normal event identification, and a targeted rule-based detection segment that focuses only on suspicious events. This segmentation maintains comprehensive detection coverage while significantly improving overall efficiency by avoiding unnecessary rule evaluations on normal events.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces machine learning models as an intermediary between event collection and traditional intrusion detection rules. This intermediary component filters and prioritizes events, allowing the rule-based system to focus only on the most suspicious events. The intermediary thus bridges the gap between comprehensive coverage and detection efficiency by intelligently routing events to the appropriate detection mechanism.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20260003959A1Method, device, and storage medium for detecting intrusion of container environment
Publication Date: 2026.01.01 BEIJING VOLCANO ENGINE TECH CO LTD
  • US20260003959A1 patent drawing
  • US20260003959A1 patent drawing
  • US20260003959A1 patent drawing

AI summary

A method, a device and a storage medium for detecting intrusion of a container environment. The method includes: performing event recognition on a real-time system event by calling an event recognition model corresponding to the target container, where the event recognition model is constructed based on a historical normal system event of the target container; in response to determining that the real-time system event is an abnormal system event, calling a predetermined intrusion detection rule to perform intrusion detection on the real-time system event, to determine whether the real-time system event is an intrusion event. Thus, a real-time system event that belongs to a normal system event may be filtered out, and a complete intrusion detection may be performed on the abnormal system event, thereby reducing the amount of data for intrusion detection, reducing resource occupation, and improving the performance and efficiency of the intrusion detection.