CRDec 27, 2018

Attribute Evaluation on Attack Trees with Incomplete Information

arXiv:1812.10754v226 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a practical challenge in security modeling for analysts, but it is incremental as it builds on existing quantitative methods for attack trees.

The paper tackles the problem of performing quantitative analysis on attack trees when leaf node values are unreliable or unavailable, by generalizing the standard bottom-up calculation method to handle incomplete and inconsistent data, and demonstrates its approach through a case study.

Attack trees are considered a useful tool for security modelling because they support qualitative as well as quantitative analysis. The quantitative approach is based on values associated to each node in the tree, expressing, for instance, the minimal cost or probability of an attack. Current quantitative methods for attack trees allow the analyst to, based on an initial assignment of values to the leaf nodes, derive the values of the higher nodes in the tree. In practice, however, it shows to be very difficult to obtain reliable values for all leaf nodes. The main reasons are that data is only available for some of the nodes, that data is available for intermediate nodes rather than for the leaf nodes, or even that the available data is inconsistent. We address these problems by developing a generalisation of the standard bottom-up calculation method in three ways. First, we allow initial attributions of non-leaf nodes. Second, we admit additional relations between attack steps beyond those provided by the underlying attack tree semantics. Third, we support the calculation of an approximative solution in case of inconsistencies. We illustrate our method, which is based on constraint programming, by a comprehensive case study.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes