融合静态函数调用与动态进程行为图,提升恶意软件检测效果
Learning Joint Embeddings of Function and Process Call Graphs for Malware Detection
- 构建函数调用图与进程交互图双分支模型,联合学习嵌入特征
- 在635个样本上验证,联合模型准确率显著优于单一图模型
- 适合安全研究者探索多视角软件行为分析方法
软件系统可表示为不同类型的图,以捕捉函数间调用关系或运行时进程交互。本文提出一种新方法,通过Ghidra提取函数调用图(FCGs),利用Any.Run沙箱生成进程交互图(PCGs),构建包含318个恶意与317个良性Windows可执行文件的新数据集。提出GeminiNet模型,采用双图卷积分支与自适应门控机制,协同学习静态与动态视图的联合嵌入。实验表明,该联合嵌入在恶意软件检测任务中表现优于单一图模型,证明了多视角分析的有效性。
原文摘要 · Abstract (English)
Software systems can be represented as graphs, capturing dependencies among functions and processes. An interesting aspect of software systems is that they can be represented as different types of graphs, depending on the extraction goals and priorities. For example, function calls within the software can be captured to create function call graphs, which highlight the relationships between functions and their dependencies. Alternatively, the processes spawned by the software can be modeled to generate process interaction graphs, which focus on runtime behavior and inter-process communication. While these graph representations are related, each captures a distinct perspective of the system, providing complementary insights into its structure and operation. While previous studies have leveraged graph neural networks (GNNs) to analyze software behaviors, most of this work has focused on a single type of graph representation. The joint modeling of both function call graphs and process interaction graphs remains largely underexplored, leaving opportunities for deeper, multi-perspective analysis of software systems. This paper presents a pipeline for constructing and training Function Call Graphs (FCGs) and Process Call Graphs (PCGs) and learning joint embeddings. We demonstrate that joint embeddings outperform a single-graph model. In this paper, we propose GeminiNet, a unified neural network approach that learns joint embeddings from both FCGs and PCGs. We construct a new dataset of 635 Windows executables (318 malicious and 317 benign), extracting FCGs via Ghidra and PCGs via Any.Run sandbox. GeminiNet employs dual graph convolutional branches with an adaptive gating mechanism that balances contributions from static and dynamic views.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。