paper-with-me

Papers

Using Retriever Augmented Large Language Models for Attack Graph Generation

2024-08-11 · Renascence Tarafder Prapty, Ashish Kundu, Arun Iyengar

As the complexity of modern systems increases, so does the importance of assessing their security posture through effective vulnerability management and threat modeling techniques. One powerful tool in the arsenal of cybersecurity professionals is the attack graph, a representation of all potential attack paths within a system that an adversary might exploit to achieve a certain objective. Traditional methods of generating attack graphs involve expert knowledge, manual curation, and computational algorithms that might not cover the entire threat landscape due to the ever-evolving nature of vulnerabilities and exploits. This paper explores the approach of leveraging large language models (LLMs), such as ChatGPT, to automate the generation of attack graphs by intelligently chaining Common Vulnerabilities and Exposures (CVEs) based on their preconditions and effects. It also shows how to utilize LLMs to create attack graphs from threat reports.

📄 PDF Abstract BibTeX arXiv:2408.05855

Code (0)

등록된 구현이 없습니다.

Tasks

Graph GenerationManagement

Similar Papers 제목 키워드 기반

Backdoored Retrievers for Prompt Injection Attacks on Retrieval Augmented Generation of Large Language Models

2024-10-18 · Cody Clop, Yannick Teglia

Large Language Models (LLMs) have demonstrated remarkable capabilities in generating coherent text but remain limited by the static nature of their training data. Retrieval Augmented Generation (RAG) addresses this issue…

Backdoor AttackInformation RetrievalMisinformationRAG+2

HV-Attack: Hierarchical Visual Attack for Multimodal Retrieval Augmented Generation

2025-11-19 · Linyin Luo, Yujuan Ding, Yunshan Ma, Wenqi Fan 외 arxiv

Advanced multimodal Retrieval-Augmented Generation (MRAG) techniques have been widely applied to enhance the capabilities of Large Multimodal Models (LMMs), but they also bring along novel safety issues. Existing adversa…

KG-Retriever: Efficient Knowledge Indexing for Retrieval-Augmented Large Language Models

2024-12-07 · WeiJie Chen, Ting Bai, Jinbo Su, Jian Luan 외

Large language models with retrieval-augmented generation encounter a pivotal challenge in intricate retrieval tasks, e.g., multi-hop question answering, which requires the model to navigate across multiple documents and…

Multi-hop Question AnsweringNavigateQuestion AnsweringRAG+2

Disabling Self-Correction in Retrieval-Augmented Generation via Stealthy Retriever Poisoning

2025-08-27 · Yanbo Dai, Zhenlan Ji, Zongjie Li, Kuan Li 외 arxiv

Retrieval-Augmented Generation (RAG) has become a standard approach for improving the reliability of large language models (LLMs). Prior work demonstrates the vulnerability of RAG systems by misleading them into generati…

GLM-RAG: Graph Language Models for Graph-Based Retrieval-Augmented Generation

2026-07-30 · Maya Arseven, Anette Frank, Beni Egressy, Johann Higl 외 arxiv

Retrieval-augmented generation (RAG) over knowledge graphs requires retrievers that can effectively capture both graph structure and semantic information. Recent approaches have explored graph neural network (GNN)-based …

Graph Neural NetworkKnowledge Graphs