On Technique Identification and Threat-Actor Attribution using LLMs and Embedding Models
Kyla Guru, Robert J. Moss, Mykel J. Kochenderfer

TL;DR
This paper explores using large language models and embedding techniques to automate cyber-attack attribution by extracting behavioral indicators from forensic documents, aiming to improve speed and accuracy in threat attribution.
Contribution
It evaluates off-the-shelf LLMs for TTP extraction and develops an end-to-end pipeline for threat-actor attribution from raw cyber threat intelligence documents.
Findings
LLMs produce noisy TTP datasets with low similarity to human data
Generated TTPs are similar in frequency to MITRE datasets
The approach improves attribution performance despite dataset noise
Abstract
Attribution of cyber-attacks remains a complex but critical challenge for cyber defenders. Currently, manual extraction of behavioral indicators from dense forensic documentation causes significant attribution delays, especially following major incidents at the international scale. This research evaluates large language models (LLMs) for cyber-attack attribution based on behavioral indicators extracted from forensic documentation. We test OpenAI's GPT-4 and text-embedding-3-large for identifying threat actors' tactics, techniques, and procedures (TTPs) by comparing LLM-generated TTPs against human-generated data from MITRE ATT&CK Groups. Our framework then identifies TTPs from text using vector embedding search and builds profiles to attribute new attacks for a machine learning model to learn. Key contributions include: (1) assessing off-the-shelf LLMs for TTP extraction and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCybercrime and Law Enforcement Studies · Information and Cyber Security · Stalking, Cyberstalking, and Harassment
MethodsAttention Is All You Need · Linear Layer · Layer Normalization · Multi-Head Attention · Dense Connections · Softmax · Position-Wise Feed-Forward Layer · Absolute Position Encodings · Residual Connection · Byte Pair Encoding
