arXiv:2608.13050cs.CRcs.AI2026-08

用知识图谱增强检测生成,让安全规则更难被绕过。

Operationalizing Cyber Threat Intelligence with GraphRAG

论文配图:Operationalizing Cyber Threat Intelligence with GraphRAG
图 1 · 摘自论文原文
  • 用图谱检索替代普通向量检索,挖掘攻击深层模式
  • 图谱方案在指纹轮换后仍保持100%命中率,普通方案仅29%
  • 适合安全团队自动生成难以规避的狩猎规则

当安全研究人员发布网络攻击报告时,检测工程师需将其转化为可部署的检测规则。当前多数自动化方法仅提取最表层的线索(如恶意IP、域名、文件哈希),并生成黑名单,但这些线索极易被攻击者在数小时内变更,导致检测失效。安全界称之为‘痛苦金字塔’。本研究比较了使用微软GraphRAG知识图谱检索系统与传统向量相似性检索(Naive RAG)在生成检测计划时的表现。两者使用相同报告、相同生成指令和相同语言模型,仅检索环节不同。在对APT28的一份报告进行案例研究中,GraphRAG生成的计划在所有原始线索被轮换后仍维持100%检测率,而Naive RAG仅剩29%。在来自四家供应商的九份真实威胁情报报告上重复验证,结果一致:GraphRAG始终能生成更深入、更难逃避的检测逻辑,即使总评分相近。结果表明,以知识图谱感知的检索作为自动生成可部署狩猎计划的基础架构是正确的,同时提示生成提示词的措辞与检索后端同样关键。

原文摘要 · Abstract (English)

When a security researcher publishes a report on a cyberattack, detection engineers are supposed to turn it into working detection rules. In practice, most automated attempts at this only extract the simplest clues from the report --- bad IP addresses, domain names, and file hashes --- and turn them into block lists. This is a weak strategy, because attackers can change these simple clues within hours or days, so the resulting detections stop working almost as soon as they are deployed. Security teams describe this idea with the Pyramid of Pain. This project asks whether feeding a report into a knowledge-graph retrieval system, Microsoft GraphRAG, rather than a standard vector-similarity retrieval system (Naive RAG), produces detection plans that rely more on these durable, top-of-pyramid clues. Both systems are given the same report, the same generation instructions, and the same language model to write the final plan; only the retrieval step differs. In a detailed case study of one APT28 report, the GraphRAG plan kept firing at 100\% of its detections after every IP address, domain, and file hash in the report was rotated, while the Naive RAG plan kept firing at only 29\%. Repeating the comparison across nine real CTI reports from four vendors confirms the same pattern: GraphRAG plans consistently reach higher, harder-to-evade levels of the pyramid, even when the two systems end up close on total score. The results support treating knowledge-graph-aware retrieval as the architecturally correct foundation for automatically generating SOC-deployable hunting plans, while showing that the wording of the generation prompt matters almost as much as the retrieval back-end itself.

威胁情报知识图谱检测生成安全自动化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。