Search papers, labs, and topics across Lattice.
This paper evaluates 29 automated methods for extracting ATT&CK techniques from Cyber Threat Intelligence (CTI) reports, comparing their performance in multi-report campaign settings versus single-report analysis. The study analyzes 90 CTI reports across three major attack campaigns (SolarWinds, XZ Utils, and Log4j) using NER, encoder-based classification, and LLM approaches. Results show that aggregating multiple reports improves F1 score by 26%, but performance saturates after 5-15 reports, and misclassifications disproportionately impact control coverage.
Combining multiple CTI reports boosts automated ATT&CK technique extraction by 26%, but even then, current methods miss critical details and struggle with semantically similar techniques, leaving significant gaps in control coverage.
Large-scale cyberattacks, referred to as campaigns, are documented across multiple CTI reports from diverse sources, with some providing a high-level overview of attack techniques and others providing technical details. Extracting attack techniques from reports is essential for organizations to identify the controls required to protect against attacks. Manually extracting techniques at scale is impractical. Existing automated methods focus on single reports, leaving many attack techniques and their controls undetected, resulting in a fragmented view of campaign behavior. The goal of this study is to aid security researchers in extracting attack techniques and controls from a campaign by replicating and comparing the performance of the state-of-the-art ATT&CK technique extraction methods in a multi-report campaign setting compared to prior single-report evaluations. We conduct an empirical study of 29 methods to extract attack techniques, spanning named entity recognition (NER), encoder-based classification, and decoder-based LLM approaches. Our study analyzes 90 CTI reports across three major attack campaigns: SolarWinds, XZ Utils, and Log4j, using both quantitative performance metrics and their impact on controls. Our results show that aggregating multiple CTI reports improves the F1 score by about 26% over single-report analysis, with most approaches reaching performance saturation after 5--15 reports. Despite these gains, extraction performance remains limited, with maximum F1 scores of 78.6% for SolarWinds and 54.9% for XZ Utils. Moreover, up to 33.3% of misclassifications involve semantically similar techniques that share tactics and overlap in descriptions. The misclassification has a disproportionate effect on control coverage. Reports that are longer and include technical details consistently perform better, even though their readability scores are low.