CRAug 16, 2019

The Next 700 Policy Miners: A Universal Method for Building Policy Miners

arXiv:1908.05994v219 citations
AI Analysis

This provides a general solution for building policy miners across multiple access control languages, addressing a domain-specific problem in security and access management.

The authors tackled the challenge of designing policy miners for various access control languages by introducing a universal method called Unicorn, which streamlines the creation of miners for languages like ABAC, RBAC, and XACML, achieving competitive results with true positive rates within 5% of state-of-the-art and false positive rates below 5%.

A myriad of access control policy languages have been and continue to be proposed. The design of policy miners for each such language is a challenging task that has required specialized machine learning and combinatorial algorithms. We present an alternative method, universal access control policy mining (Unicorn). We show how this method streamlines the design of policy miners for a wide variety of policy languages including ABAC, RBAC, RBAC with user-attribute constraints, RBAC with spatio-temporal constraints, and an expressive fragment of XACML. For the latter two, there were no known policy miners until now. To design a policy miner using Unicorn, one needs a policy language and a metric quantifying how well a policy fits an assignment of permissions to users. From these, one builds the policy miner as a search algorithm that computes a policy that best fits the given permission assignment. We experimentally evaluate the policy miners built with Unicorn on logs from Amazon and access control matrices from other companies. Despite the genericity of our method, our policy miners are competitive with and sometimes even better than specialized state-of-the-art policy miners. The true positive rates of policies we mined differ by only 5% from the policies mined by the state of the art and the false positive rates are always below 5%. In the case of ABAC, it even outperforms the state of the art.

Foundations

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

Your Notes