DEFEAT: Stitching Fragmented File I/O Contexts for Early Ransomware Detection

📅 2026-09-18
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决勒索软件通过分散文件操作逃避检测的问题,DEFEAT框架通过构建文件事件组件并使用图神经网络进行无监督聚类来实现早期检测。
📝 Abstract
Ransomware increasingly fragments its file operations across temporary and intermediate files, scattering the semantic context that links individual I/O events to an overarching encryption campaign. This fragmentation defeats existing detectors that reason over isolated file streams -- whether pattern-based methods that match rigid event sequences or learning-based methods that require accumulating statistical evidence across many files. We present DEFEAT, a framework that reconstructs this fragmented, scattered context by grouping causally related file events into File Event Gadgets (FEGs), semantically coherent units that capture the full intent behind sequences of file operations spanning multiple dynamically created files. Unlike provenance graphs (system-wide causal graphs that record relationships among all OS entities, such as processes, files, sockets, and registry keys, across the entire system), FEGs are scoped to the file-operation context of a single user asset, enabling lightweight, targeted analysis without whole-system instrumentation. Each FEG is modelled as an attributed control flow graph (ACFG) and embedded via a graph neural network for unsupervised clustering, enabling analysts to label entire behavioural clusters rather than individual samples, reducing annotation effort by 94%. Evaluated on a corpus of 97,816,471 file I/O events spanning 67 ransomware families, DEFEAT achieves 99.2% detection accuracy and outperforms state-of-the-art methods including UNVEIL, RWGuard, and Peeler by 6.57 to 7.56%. The framework operates at the granularity of a single file encryption: because each ACFG represents exactly one FEG (one user asset context), a cluster label can be assigned as soon as the first file operation completes, enabling detection at the first encrypted file.
Problem

Research questions and friction points this paper is trying to address.

Ransomware
Fragmented File I/O Contexts
Early Detection
Innovation

Methods, ideas, or system contributions that make the work stand out.

File Event Gadgets (FEGs)
Attributed Control Flow Graph (ACFG)
Graph Neural Network
Unsupervised Clustering
Ransomware Detection
🔎 Similar Papers
2023-01-26arXiv.orgCitations: 8