English

Identifying Adversary Tactics and Techniques in Malware Binaries with an LLM Agent

Cryptography and Security 2026-02-09 v1 Software Engineering

Abstract

Understanding TTPs (Tactics, Techniques, and Procedures) in malware binaries is essential for security analysis and threat intelligence, yet remains challenging in practice. Real-world malware binaries are typically stripped of symbols, contain large numbers of functions, and distribute malicious behavior across multiple code regions, making TTP attribution difficult. Recent large language models (LLMs) offer strong code understanding capabilities, but applying them directly to this task faces challenges in identifying analysis entry points, reasoning under partial observability, and misalignment with TTP-specific decision logic. We present TTPDetect, the first LLM agent for recognizing TTPs in stripped malware binaries. TTPDetect combines dense retrieval with LLM-based neural retrieval to narrow the space of analysis entry points. TTPDetect further employs a function-level analyzing agent consisting of a Context Explorer that performs on-demand, incremental context retrieval and a TTP-Specific Reasoning Guideline that achieves inference-time alignment. We build a new dataset that labels decompiled functions with TTPs across diverse malware families and platforms. TTPDetect achieves 93.25% precision and 93.81% recall on function-level TTP recognition, outperforming baselines by 10.38% and 18.78%, respectively. When evaluated on real world malware samples, TTPDetect recognizes TTPs with a precision of 87.37%. For malware with expert-written reports, TTPDetect recovers 85.7% of the documented TTPs and further discovers, on average, 10.5 previously unreported TTPs per malware.

Keywords

Cite

@article{arxiv.2602.06325,
  title  = {Identifying Adversary Tactics and Techniques in Malware Binaries with an LLM Agent},
  author = {Zhou Xuan and Xiangzhe Xu and Mingwei Zheng and Louis Zheng-Hua Tan and Jinyao Guo and Tiantai Zhang and Le Yu and Chengpeng Wang and Xiangyu Zhang},
  journal= {arXiv preprint arXiv:2602.06325},
  year   = {2026}
}
R2 v1 2026-07-01T10:23:36.830Z