paper-with-me

Papers

AttacKG+:Boosting Attack Knowledge Graph Construction with Large Language Models

2024-05-08 · Yongheng Zhang, Tingwen Du, Yunshan Ma, Xiang Wang, Yi Xie, Guozheng Yang, Yuliang Lu, Ee-Chien Chang

Attack knowledge graph construction seeks to convert textual cyber threat intelligence (CTI) reports into structured representations, portraying the evolutionary traces of cyber attacks. Even though previous research has proposed various methods to construct attack knowledge graphs, they generally suffer from limited generalization capability to diverse knowledge types as well as requirement of expertise in model design and tuning. Addressing these limitations, we seek to utilize Large Language Models (LLMs), which have achieved enormous success in a broad range of tasks given exceptional capabilities in both language understanding and zero-shot task fulfillment. Thus, we propose a fully automatic LLM-based framework to construct attack knowledge graphs named: AttacKG+. Our framework consists of four consecutive modules: rewriter, parser, identifier, and summarizer, each of which is implemented by instruction prompting and in-context learning empowered by LLMs. Furthermore, we upgrade the existing attack knowledge schema and propose a comprehensive version. We represent a cyber attack as a temporally unfolding event, each temporal step of which encapsulates three layers of representation, including behavior graph, MITRE TTP labels, and state summary. Extensive evaluation demonstrates that: 1) our formulation seamlessly satisfies the information needs in threat event analysis, 2) our construction framework is effective in faithfully and accurately extracting the information defined by AttacKG+, and 3) our attack graph directly benefits downstream security practices such as attack reconstruction. All the code and datasets will be released upon acceptance.

📄 PDF Abstract BibTeX arXiv:2405.04753

Code (0)

등록된 구현이 없습니다.

Tasks

graph constructionIn-Context LearningKnowledge Graphs

Similar Papers 제목 키워드 기반

AttackGNN: Red-Teaming GNNs in Hardware Security Using Reinforcement Learning

2024-02-21 · Vasudev Gohil, Satwik Patnaik, Dileep Kalathil, Jeyavijayan Rajendran

Machine learning has shown great promise in addressing several critical hardware security problems. In particular, researchers have developed novel graph neural network (GNN)-based techniques for detecting intellectual p…

Graph Neural NetworkRed Teamingreinforcement-learningReinforcement Learning+1

NetDeTox: Adversarial and Efficient Evasion of Hardware-Security GNNs via RL-LLM Orchestration

2025-11-27 · Zeng Wang, Minghao Shao, Akashdeep Saha, Ramesh Karri 외 arxiv

Graph neural networks (GNNs) have shown promise in hardware security by learning structural motifs from netlist graphs. However, this reliance on motifs makes GNNs vulnerable to adversarial netlist rewrites; even small-s…

Reinforcement Learning

Knowledge-based Refinement of Scientific Publication Knowledge Graphs

2023-09-10 · Siwen Yan, Phillip Odom, Sriraam Natarajan

We consider the problem of identifying authorship by posing it as a knowledge graph construction and refinement. To this effect, we model this problem as learning a probabilistic logic model in the presence of human guid…

graph constructionKnowledge Graphsregression

Can LLMs Fool Graph Learning? Exploring Universal Adversarial Attacks on Text-Attributed Graphs

2026-03-22 · Zihui Chen, Yuling Wang, Pengfei Jiao, Kai Wu 외 arxiv

Text-attributed graphs (TAGs) enhance graph learning by integrating rich textual semantics and topological context for each node. While boosting expressiveness, they also expose new vulnerabilities in graph learning thro…

Graph Learning

On Strengthening and Defending Graph Reconstruction Attack with Markov Chain Approximation

2023-06-15 · Zhanke Zhou, Chenyu Zhou, Xuan Li, Jiangchao Yao 외

Although powerful graph neural networks (GNNs) have boosted numerous real-world applications, the potential privacy risk is still underexplored. To close this gap, we perform the first comprehensive study of graph recons…

Graph ReconstructionReconstruction Attack