Towards Harnessing the Power of LLMs for ABAC Policy Mining
More Aayush Babasaheb (Indian Institute of Technology Kharagpur, India), Shamik Sural (Indian Institute of Technology Kharagpur, India)

TL;DR
This study evaluates the potential of Large Language Models to automatically generate Attribute-based Access Control policies, revealing their effectiveness in small scenarios and limitations as system complexity grows.
Contribution
It provides an empirical assessment of LLMs for ABAC policy mining, highlighting their capabilities and challenges in scalable access control policy synthesis.
Findings
LLMs can effectively infer compact ABAC policies for small-scale scenarios.
Accuracy and precision decline as the number of subjects and objects increases.
Generated policies tend to be larger and less optimal in complex environments.
Abstract
This paper presents an empirical investigation into the capabilities of Large Language Models (LLMs) to perform automated Attribute-based Access Control (ABAC) policy mining. While ABAC provides fine-grained, context-aware access management, the increasing number and complexity of access policies can make their formulation and evaluation rather challenging. To address the task of synthesizing concise yet accurate policies, we evaluate the performance of some of the state-of-the-art LLMs, specifically Google Gemini (Flash and Pro) and OpenAI ChatGPT, as potential policy mining engines. An experimental framework was developed in Python to generate randomized access data parameterized by varying numbers of subjects, objects, and initial policy sets. The baseline policy sets, which govern permission decisions between subjects and objects, serve as the ground truth for comparison. Each…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAccess Control and Trust · Explainable Artificial Intelligence (XAI) · Network Packet Processing and Optimization
