NDSS 2025 – CASPR: Context-Aware Security Policy Recommendation
嗯,用户让我总结一下这篇文章的内容,控制在100字以内,而且不需要用“文章内容总结”之类的开头。我得先仔细看看文章讲的是什么。
文章标题是CASPR:上下文感知的安全策略推荐。看起来是关于软件安全的,特别是SELinux的使用。SELinux提供强制访问控制,安全策略对操作系统很重要。手动配置策略很麻烦,容易出错,所以他们提出了CASPR方法。
CASPR利用上下文信息,比如策略规则、文件位置、审计日志和属性信息,提取特征计算特权集的相似性。然后用K-means聚类模型推荐规则,并检测异常如约束冲突、策略不一致和权限不完整。实验结果显示准确率很高,达到了91.58%,F1分数93.76%。还在多个操作系统中应用,说明通用性强。
用户可能需要一个简洁明了的摘要,用于快速了解研究内容。所以我要抓住关键点:CASPR是什么,它解决了什么问题,用了什么方法,结果如何。
现在把这些点浓缩成100字以内。要确保涵盖上下文信息、自动分析、推荐规则、检测修复异常以及高准确率和应用范围。
</think>
本文介绍了一种名为CASPR的上下文感知安全策略推荐方法,用于自动分析和优化安全策略规则。通过提取政策规则、文件位置、审计日志等上下文信息特征,并结合K-means聚类模型推荐规则,CASPR能够检测并修复安全策略中的异常问题。实验表明该方法在不同版本政策中表现出高准确性和适用性(平均准确率为91.582%,F1得分为93.761%),适用于多种操作系统。
2026-2-27 20:0:0
Author: securityboulevard.com(查看原文)
阅读量:3
收藏
Session 14A: Software Security: Applications & Policies
Authors, Creators & Presenters: All From The Institute of Information Engineering, Chinese Academy of Sciences: Lifang Xiao, Hanyu Wang, Aimin Yu, Lixin Zhao, Dan Meng
PAPER
CASPR: Context-Aware Security Policy Recommendation
Nowadays, SELinux has been widely used to provide flexible mandatory access control and security policies are critical to maintain the security of operating systems. Strictly speaking, all access requests must be restricted by appropriate policy rules to satisfy the functional requirements of the software or application. However, manually configuring security policy rules is an error-prone and time-consuming task that often requires expert knowledge. Therefore, it is a challenging task to recommend policy rules without anomalies effectively due to the numerous policy rules and the complexity of semantics. The majority of previous research mined information from policies to recommend rules but did not apply to the newly defined types without any rules. In this paper, we propose a context-aware security policy recommendation (CASPR) method that can automatically analyze and refine security policy rules. Context-aware information in CASPR includes policy rules, file locations, audit logs, and attribute information. According to these context-aware information, multiple features are extracted to calculate the similarity of privilege sets. Based on the calculation results, CASPR clusters types by the K-means model and then recommends rules automatically. The method automatically detects anomalies in security policy, namely, constraint conflicts, policy inconsistencies, and permission incompleteness. Further, the detected anomalous policies are refined so that the authorization rules can be effectively enforced. The experiment results confirm the feasibility of the proposed method for recommending effective rules for different versions of policies. We demonstrate the effectiveness of clustering by CASPR and calculate the contribution of each context-aware feature based on SHAP. CASPR not only recommends rules for newly defined types based on context-aware information but also enhances the accuracy of security policy recommendations for existing types, compared to other rule recommendation models. CASPR has an average accuracy of 91.582% and F1-score of 93.761% in recommending rules. Further, three kinds of anomalies in the policies can be detected and automatically repaired. We employ CASPR in multiple operating systems to illustrate the universality. The research has significant implications for security policy recommendation and provides a novel method for policy analysis with great potential.
ABOUT NDSS
The Network and Distributed System Security Symposium (NDSS) fosters information exchange among researchers and practitioners of network and distributed system security. The target audience includes those interested in practical aspects of network and distributed system security, with a focus on actual system design and implementation. A major goal is to encourage and enable the Internet community to apply, deploy, and advance the state of available security technologies.
Our thanks to the Network and Distributed System Security (NDSS) Symposium for publishing their Creators, Authors and Presenter’s superb NDSS Symposium 2025 Conference content on the Organizations’ YouTube Channel.
Permalink
*** This is a Security Bloggers Network syndicated blog from Infosecurity.US authored by Marc Handelman. Read the original post at: https://www.youtube-nocookie.com/embed/rknnoHURKkc?si=EkZ7XKgVlFxPCg2y
文章来源: https://securityboulevard.com/2026/02/ndss-2025-caspr-context-aware-security-policy-recommendation/
如有侵权请联系:admin#unsafe.sh