Attack-Defense Trees with Offensive and Defensive Attributes (with Appendix)
Danut-Valentin Copae, Reza Soltani, Milan Lopuhaä-Zwakenberg
TL;DR
This work extends Attack-Defense Trees by introducing attacker and defender semiring attribute domains and a formal Pareto-front analysis for multi-criteria security assessment. It provides a Bottom-Up algorithm for tree-shaped ADTs and a Binary Decision Diagram (BDDs) based approach for DAG-shaped ADTs, with a defense-first variable order to ensure correctness. The authors prove key correctness results and demonstrate practical scalability on randomly generated ADTs up to 325 nodes, as well as a real-world Money Theft case study, revealing richer defender-attack trade-offs than single-metric analyses. The framework enables resource-aware security planning by producing non-dominated defender-attack strategy pairs, guiding efficient allocation of defensive budgets. Future work includes probabilistic extensions, modular decomposition, and dynamic ADTs to model time-dependent behavior.
Abstract
Effective risk management in cybersecurity requires a thorough understanding of the interplay between attacker capabilities and defense strategies. Attack-Defense Trees (ADTs) are a commonly used methodology for representing this interplay; however, previous work in this domain has only focused on analyzing metrics such as cost, damage, or time from the perspective of the attacker. This approach provides an incomplete view of the system, as it neglects to model defender attributes: in real-world scenarios, defenders have finite resources for countermeasures and are similarly constrained. In this paper, we propose a novel framework that incorporates defense metrics into ADTs, and we present efficient algorithms for computing the Pareto front between defense and attack metrics. Our methods encode both attacker and defender metrics as semirings, allowing our methods to be used for many metrics such as cost, damage, and skill. We analyze tree-structured ADTs using a bottom-up approach and general ADTs by translating them into binary decision diagrams. Experiments on randomly generated ADTS demonstrate that both approaches effectively handle ADTs with several hundred nodes.
