paper-with-me

Papers

Attentional Heterogeneous Graph Neural Network: Application to Program Reidentification

2018-12-10 · Shen Wang, Zhengzhang Chen, Ding Li, Lu-An Tang, Jingchao Ni, Zhichun Li, Junghwan Rhee, Haifeng Chen, Philip S. Yu

Program or process is an integral part of almost every IT/OT system. Can we trust the identity/ID (e.g., executable name) of the program? To avoid detection, malware may disguise itself using the ID of a legitimate program, and a system tool (e.g., PowerShell) used by the attackers may have the fake ID of another common software, which is less sensitive. However, existing intrusion detection techniques often overlook this critical program reidentification problem (i.e., checking the program's identity). In this paper, we propose an attentional heterogeneous graph neural network model (DeepHGNN) to verify the program's identity based on its system behaviors. The key idea is to leverage the representation learning of the heterogeneous program behavior graph to guide the reidentification process. We formulate the program reidentification as a graph classification problem and develop an effective attentional heterogeneous graph embedding algorithm to solve it. Extensive experiments --- using real-world enterprise monitoring data and real attacks --- demonstrate the effectiveness of DeepHGNN across multiple popular metrics and the robustness to the normal dynamic changes like program version upgrades.

📄 PDF Abstract BibTeX arXiv:1812.04064

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationGraph EmbeddingGraph Neural NetworkIntrusion DetectionRepresentation Learning

Similar Papers 제목 키워드 기반

HetCAN: A Heterogeneous Graph Cascade Attention Network with Dual-Level Awareness

2023-11-06 · Zeyuan Zhao, Qingqing Ge, Anfeng Cheng, Yiding Liu 외

Heterogeneous graph neural networks(HGNNs) have recently shown impressive capability in modeling heterogeneous graphs that are ubiquitous in real-world applications. Most existing methods for heterogeneous graphs mainly …

Attribute

Unsupervised Text Deidentification

2022-10-20 · John X. Morris, Justin T. Chiu, Ramin Zabih, Alexander M. Rush

Deidentification seeks to anonymize textual data prior to distribution. Automatic deidentification primarily uses supervised named entity recognition from human-labeled data points. We propose an unsupervised deidentific…

Named Entity RecognitionNamed Entity Recognition (NER)

MAGNET: A Multi-Graph Attentional Network for Code Clone Detection

2025-10-28 · Zixian Zhang, Takfarinas Saber arxiv

Code clone detection is a fundamental task in software engineering that underpins refactoring, debugging, plagiarism detection, and vulnerability analysis. Existing methods often rely on singular representations such as …

Hierarchical Attention Models for Multi-Relational Graphs

2024-04-14 · Roshni G. Iyer, Wei Wang, Yizhou Sun

We present Bi-Level Attention-Based Relational Graph Convolutional Networks (BR-GCN), unique neural network architectures that utilize masked self-attentional layers with relational graph convolutions, to effectively ope…

Graph AttentionLink PredictionNode ClassificationRelation

Taskflow: A Lightweight Parallel and Heterogeneous Task Graph Computing System

2020-04-23 · Tsung-Wei Huang, Dian-Lun Lin, Chun-Xun Lin, Yibo Lin

Taskflow aims to streamline the building of parallel and heterogeneous applications using a lightweight task graph-based approach. Taskflow introduces an expressive task graph programming model to assist developers in th…

Scheduling