CRSep 5, 2018

A Threat Modeling Framework for Evaluating Computing Platforms Against Architectural Attacks

arXiv:1809.01335v1
Originality Incremental advance
AI Analysis

This work addresses a gap in threat modeling for untrusted computing platforms, benefiting security practitioners by enabling holistic evaluation of architectural vulnerabilities, though it is incremental as it adapts existing concepts from system engineering and software security.

The authors tackled the problem of modeling architectural attacks on computing platforms, which existing threat modeling methods cannot address due to their reliance on software-only abstractions. They proposed Lamellae, a framework that uses a hardware-software architectural view and Design Structure Matrix analysis to identify attack vectors, demonstrating its effectiveness on an x86-64 multi-purpose computer.

software component misuse a privileged relationship with the hardware to by pass system protections, monitors, or forensic tools. These relationships are often not illegal and exist between system components by design. Hence, even a system with secure hardware and software components, can be architecturally vulnerable. Unfortunately, the existing threat modeling schemes are not applicable for modeling architectural attacks against computing platforms. This is mostly because the existing techniques rely on an abstract representation of a software (.e.g., Data Flow Diagram) as a primary requirement which is not available for a platform as a whole (considering both hardware and software elements). In this paper, we have discussed the necessity of a hardware-software architectural view to system threat modeling. Then, we have proposed Lamellae, a framework adapts threat modeling method to be applicable for untrusted platforms by a holistic approach. Lamellae involves system security architecture for abstract modeling of the platforms. Using the Design structure matrix analysis, Lamellae helps an end-user to identify possible attack vectors against a platform. The framework is a connection point of concepts from system engineering and software security domains. We have applied the framework on a multi-purpose computer with x86-64 architecture as a case-study to show the effectiveness of our framework.

Foundations

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

Your Notes