Generation of Human Comprehensible Access Control Policies from Audit Logs
This work addresses the semantic gap between machine-enforceable access control logic and human-centric policy intent, which is an incremental improvement in making security systems more comprehensible for stakeholders.
The paper tackles the problem of making complex access control policies understandable to humans by developing a framework that generates natural language policies from audit logs, achieving both accuracy and scalability using Large Language Models (LLMs).
Over the years, access control systems have become increasingly more complex, often causing a disconnect between what is envisaged by the stakeholders in decision-making positions and the actual permissions granted as evidenced from access logs. For instance, Attribute-based Access Control (ABAC), which is a flexible yet complex model typically configured by system security officers, can be made understandable to others only when presented at a high level in natural language. Although several algorithms have been proposed in the literature for automatic extraction of ABAC rules from access logs, there is no attempt yet to bridge the semantic gap between the machine-enforceable formal logic and human-centric policy intent. Our work addresses this problem by developing a framework that generates human understandable natural language access control policies from logs. We investigate to what extent the power of Large Language Models (LLMs) can be harnessed to achieve both accuracy and scalability in the process. Named LANTERN (LLM-based ABAC Natural Translation and Explanation for Rule Navigation), we have instantiated the framework as a publicly accessible web based application for reproducibility of our results.