Skip to content
Preprint

Operationalizing Cyber Threat Intelligence with GraphRAG

Aug 2026 · 0 citations · 40 references
Computer Science

TL;DR

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.

Abstract

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.

View source

Similar papers

Open access Jul 2026

Unveiling hidden adversaries - detecting command & control servers

This research examines the effectiveness of using Elasticsearch, Kibana, and Lucene for an intelligence-driven threat hunting to identify attack infrastructure or a Command & Control (C2) server.

N. Alsharabi, Akashdeep Bhardwaj, Amr Jadi et al. · 0 citations
Open access Jul 2026

A Mathematical Approach for Predictive Cybersecurity in Large-Scale Networks

Introduction Day-by-day, Cyberattacks are getting more and more complicated, new malware constantly changes their form, and ransomware often attacks in several stages. Hence, old-style security systems which are reactive after something bad happens are no longer good enough, as they expose the weaknesses in traditional, reactive approaches and show that current security methods are not strong. This paper introduces a new bio- inspired security method called Stateful Propagation Containment. This is inspired by how living things protect themselves. Instead of waiting for an attack to happen and then reacting, this new approach tries to predict problems early and stop them before they occur.Methods The SPC framework draws inspiration from biological self-protection mechanisms and integrates advanced computational techniques, including evolutionary computation and quantum-inspired graph analysis. The research design is theoretical and model-based, comprising five core axioms: (1) Multi Scale Behavioral Baselining for anomaly detection, (2) Evolutionary Threat Prediction to anticipate attacker movements, (3) Quantum-Inspired Correlation Engine to reveal hidden attack connections, (4) Darwinian Defense Engine for adaptive network hardening, and (5) Predictive Surgical Containment for minimally disruptive, three-step isolation of infected systems. Mathematical formulations are provided to demonstrate the reliability and efficiency of each component.Results The theoretical model demonstrates that SPC enables autonomous, self-adjusting network defense capable of preemptively identifying and containing threats before system compromise. Key findings include: the ability to baseline normal network behavior across multiple scales, predict attack propagation paths with evolutionary algorithms, correlate seemingly unrelated attack indicators via quantum-inspired methods, dynamically evolve defense strategies, and enforce containment with near-zero disruption to normal operations.Discussion This paper takes a deep dive into the mathematical formulations that support how the system works and proves that its methods are both reliable and efficient. Besides, it considers the whole system's behavior over time; it is almost like watching how a machine self-adjusts while running like a human would. The concept of SPC is a leap in constructing computer networks that will be able to protect themselves, fix problems on their own, and stop advanced cyberattacks before they get into the network to cause infection. SPC represents a foundational advancement toward realizing autonomous, self-healing network security infrastructures capable of preempting sophisticated cyber threats.

Mohan Raj Kumar · 0 citations
Preprint Aug 2026

STINER: Automated Extraction of Strategic Cyber Threat Intelligence from X

STINER, a taxonomy and expert-annotated corpus for extracting strategic intelligence from social media streams is introduced, and how social-media-driven extraction can surface early signals of the SafePay ransomware campaign prior to its retrospective characterization in vendor threat landscape reports is illustrated.

Yasir Ech-Chammakhy, Oussama Azrara, J. Chbili et al. · 0 citations
Jul 2026

Early Detection of Distributed Backdoors in Multi-Agent LLM Systems: A Characterization Study

This work builds a working instance on a hierarchical multi-agent system, runs it under benign and attacked conditions across five language models and two task domains, and measures how much of that warning rests on removable surface cues of the attack rather than on its distributed structure.

D. Arias, Dev Prashant Mistry, Ren Wang et al. · 0 citations

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.