← Latest papers
🤖 AI

CTIConnect: A Benchmark for Retrieval-Augmented LLMs over Heterogeneous Cyber Threat Intelligence

This paper introduces CTIConnect, a comprehensive benchmark and evaluation harness designed to systematically assess retrieval-augmented LLMs across nine heterogeneous Cyber Threat Intelligence tasks, revealing that effective performance requires domain-specific structural interventions rather than generic retrieval improvements.

Original authors: Yutong Cheng, Yang Liu, Changze Li, Dawn Song, Peng Gao

Published 2026-06-05
📖 5 min read🧠 Deep dive

Original authors: Yutong Cheng, Yang Liu, Changze Li, Dawn Song, Peng Gao

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a cybersecurity detective trying to solve a complex crime. You have a massive library of clues, but they are written in five completely different languages and formats: some are rigid, technical spreadsheets (like a database of software bugs), while others are long, messy news articles written by different reporters who use slang and nicknames for the same criminals.

This is the world of Cyber Threat Intelligence (CTI). The problem is that there is too much information for any human to read and connect the dots manually.

Enter Large Language Models (LLMs). Think of these AI models as brilliant, super-fast detectives who can read and understand almost anything. But there's a catch: these AIs have a "memory limit." They can't memorize every single new threat report that comes out every day. If you ask them a question about a brand-new virus, they might guess wrong because they haven't "read" the latest report yet.

To fix this, we use Retrieval-Augmented Generation (RAG). This is like giving the AI detective a magical library card. When asked a question, the AI first runs to the library, grabs the most relevant documents, and then answers based on what it just read.

The Problem: The "Lost in Translation" Gap

The authors of this paper, CTIConnect, discovered that simply handing the AI a library card isn't enough. The library is a mess.

  • The Vocabulary Mismatch: One document might call a hacker group "APT29," while another calls them "Cozy Bear," and a third calls them "Nobelium." If you ask the AI to find all reports on "APT29," a standard search might miss the reports that only use the other names.
  • The Format Mismatch: One document might say "The attacker stole passwords from memory," while a technical database lists this as "T1003.001 – LSASS Memory." The AI might not realize these are the same thing.

The paper argues that standard search tools (which just look for similar words) fail here because they can't bridge these gaps. They are like a translator who only knows literal word-for-word translation but doesn't understand the meaning or the nicknames.

The Solution: CTIConnect

The team built a new benchmark (a standardized test) called CTIConnect to see how well AI detectives perform when they have to search through this messy, multi-language library.

They created 1,860 expert-verified questions covering three main types of detective work:

  1. Entity Linking (Connecting the Dots):

    • The Task: "This software bug (CVE) is caused by which specific weakness (CWE)?"
    • The Analogy: Matching a specific car model to its engine type. The AI has to translate between two different technical catalogs.
    • The Fix: The AI needs to "translate" the question into the exact technical terms the database uses before searching.
  2. Entity Attribution (Naming the Culprit):

    • The Task: "A report says 'the bad guys encrypted files with a .cuba extension.' Which specific hacking technique does this describe?"
    • The Analogy: Reading a witness description ("He wore a red hat and ran fast") and matching it to a police file ("Suspect: John Doe, known for running").
    • The Fix: The AI must break the sentence down into small, atomic actions and translate each one into the official police code.
  3. Multi-Document Synthesis (Building the Story):

    • The Task: "Combine reports from five different news outlets to build a profile of the hacker group 'APT29'."
    • The Analogy: You have five different witnesses describing the same party. One calls the host "Bob," another "Bobby," and another "The Boss." The AI must realize they are all talking about the same person and combine their stories into one timeline.
    • The Fix: The AI needs to be smart enough to realize "Bob" = "Bobby" = "The Boss" before it starts reading.

What They Found

The researchers tested 10 different AI models (both free/open-source and expensive/proprietary ones) using this new test. Here are their key discoveries:

  • One Size Does Not Fit All: A "one-size-fits-all" search strategy failed miserably. The best way to search for a technical bug (Entity Linking) is totally different from the best way to search for a hacker's nickname (Multi-Document Synthesis).
  • Specialized Tools Win: When they gave the AI specialized strategies (like "translate the question first" or "break the sentence into parts"), the AI's performance jumped dramatically—sometimes by 35%. Standard search tools only improved performance by a tiny bit (1-5%).
  • The Bottleneck Shifts:
    • For technical linking tasks, the problem was the search tool. Once the AI found the right document, even a "smaller" AI could answer correctly.
    • For naming and story-building tasks, the problem was the AI's brain. Even with the right documents, the AI needed to be very smart to understand the context and connect the aliases.
  • Smarter Search > Bigger Brains: For some tasks, using a "smaller" AI with a specialized search tool worked better than using a "massive, expensive" AI with a basic search tool. This means you don't always need the most expensive AI; you just need the right way to find information.

The Bottom Line

The paper concludes that to build effective AI security tools, we can't just rely on bigger AI models or generic search engines. We need to build specialized retrieval systems that understand the unique "dialects" and "nicknames" of the cybersecurity world.

Think of it this way: You don't need a bigger library to solve a crime; you need a librarian who knows exactly how to find the right book, even if the title is written in a code you don't speak. CTIConnect provides the map and the test to build that librarian.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →