LOCROSNov 11, 2013

Efficient Runtime Monitoring with Metric Temporal Logic: A Case Study in the Android Operating System

arXiv:1311.2362v132 citations
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in mobile operating systems for users and developers, but is incremental as it extends existing temporal logic methods.

The authors tackled runtime monitoring of security policies in mobile devices, specifically detecting privilege escalation attacks in Android, and demonstrated effectiveness by modifying the Android OS kernel and testing on an actual device.

We present a design and an implementation of a security policy specification language based on metric linear-time temporal logic (MTL). MTL features temporal operators that are indexed by time intervals, allowing one to specify timing-dependent security policies. The design of the language is driven by the problem of runtime monitoring of applications in mobile devices. A main case the study is the privilege escalation attack in the Android operating system, where an app gains access to certain resource or functionalities that are not explicitly granted to it by the user, through indirect control flow. To capture these attacks, we extend MTL with recursive definitions, that are used to express call chains betwen apps. We then show how the metric operators of MTL, in combination with recursive definitions, can be used to specify policies to detect privilege escalation, under various fine grained constraints. We present a new algorithm, extending that of linear time temporal logic, for monitoring safety policies written in our specification language. The monitor does not need to store the entire history of events generated by the apps, something that is crucial for practical implementations. We modified the Android OS kernel to allow us to insert our generated monitors modularly. We have tested the modified OS on an actual device, and show that it is effective in detecting policy violations.

Foundations

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

Your Notes