TWC: Small: Benchmarking Testing Methods for Access Control Policies
TWC:小型:访问控制策略的基准测试方法
基本信息
- 批准号:1618229
- 负责人:
- 金额:$ 49.71万
- 依托单位:
- 依托单位国家:美国
- 项目类别:Standard Grant
- 财政年份:2016
- 资助国家:美国
- 起止时间:2016-09-01 至 2019-11-30
- 项目状态:已结题
- 来源:
- 关键词:
项目摘要
Access control policies specify which users may perform which actions on which resources within which environments. Defective policies may have serious impacts, allowing unintended access (e.g., bank account withdrawals by a stranger) or preventing critical legitimate access (e.g., a doctor cannot view her patient's x-ray). As computer systems become more complex, policy defects have become more common. However, existing testing methods for detecting faults in access control policies have not been very successful and there is no explanation for why they are unable to detect a majority of faults. This project is investigating the inherent strengths, limitations, and cost-effectiveness of existing testing methods for access control policies. The results of this project will provide essential guidelines for planning testing efforts and selecting appropriate testing methods.The project focuses on access control policies expressed in the XACML language. The project is formalizing fault detection conditions that test cases must satisfy in order to detect specific types of access control faults. These conditions consist of reachability constraints, necessity constraints, and propagation constraints of various faults in XACML policies. They are used to determine the fault detection ability of a given testing method by evaluating whether or not its test cases satisfy the fault detection conditions. Based on the collective fault detection conditions of fault groups, the project is developing a method for generating optimal test suites using an efficient constraint solver. The optimal test suites are used to quantitatively measure cost-effectiveness levels of other testing methods in terms of the ratio between the number of faults detected (i.e., effectiveness) and the size of test suite generated (i.e., cost). Thus, the project is a study of benchmarking testing methods for access control policies.
访问控制策略指定哪些用户可以对哪些环境中的哪些资源执行哪些操作。 有缺陷的政策可能会产生严重影响,允许意外访问(例如,陌生人从银行账户提款)或阻止关键的合法访问(例如,医生无法查看患者的 X 光片)。 随着计算机系统变得更加复杂,策略缺陷也变得更加普遍。然而,现有的用于检测访问控制策略中的故障的测试方法并不是很成功,并且没有解释为什么它们无法检测到大多数故障。该项目正在研究现有访问控制策略测试方法的固有优势、局限性和成本效益。该项目的结果将为规划测试工作和选择适当的测试方法提供基本指南。该项目重点关注以 XACML 语言表达的访问控制策略。 该项目正在正式确定测试用例必须满足的故障检测条件,以便检测特定类型的访问控制故障。这些条件包括XACML策略中各种故障的可达性约束、必要性约束和传播约束。它们用于通过评估给定测试方法的测试用例是否满足故障检测条件来确定其故障检测能力。基于故障组的集体故障检测条件,该项目正在开发一种使用高效约束求解器生成最佳测试套件的方法。最佳测试套件用于根据检测到的故障数量(即有效性)与生成的测试套件的大小(即成本)之间的比率来定量衡量其他测试方法的成本效益水平。 因此,该项目是对访问控制策略的基准测试方法的研究。
项目成果
期刊论文数量(1)
专著数量(0)
科研奖励数量(0)
会议论文数量(0)
专利数量(0)
Automated Coverage-Based Testing of XACML Policies
XACML 策略的基于覆盖范围的自动测试
- DOI:10.1145/3205977.3205979
- 发表时间:2018-06-07
- 期刊:
- 影响因子:0
- 作者:Dianxiang Xu;Roshan Shrestha;Ning Shen
- 通讯作者:Ning Shen
{{
item.title }}
{{ item.translation_title }}
- DOI:
{{ item.doi }} - 发表时间:
{{ item.publish_year }} - 期刊:
- 影响因子:{{ item.factor }}
- 作者:
{{ item.authors }} - 通讯作者:
{{ item.author }}
数据更新时间:{{ journalArticles.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ monograph.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ sciAawards.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ conferencePapers.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ patent.updateTime }}
Dianxiang Xu其他文献
Metamorphic testing of a Monte Carlo modeling program
蒙特卡洛建模程序的变质测试
- DOI:
10.1145/1982595.1982597 - 发表时间:
2011-05-23 - 期刊:
- 影响因子:0
- 作者:
Junhua Ding;Tong Wu;Dianxiang Xu;Jun Q. Lu;Xin - 通讯作者:
Xin
Designing a Secure Epidemic based Update Protocol for P2P Systems
为 P2P 系统设计基于安全流行病的更新协议
- DOI:
10.2316/p.2011.757-008 - 发表时间:
2011 - 期刊:
- 影响因子:0
- 作者:
Manghui Tu;Dianxiang Xu;Zhonghang Xia;L. Smith - 通讯作者:
L. Smith
Interaction-based Reputation Model in Online Social Networks
在线社交网络中基于交互的声誉模型
- DOI:
10.5220/0005668302650272 - 发表时间:
2016-11-26 - 期刊:
- 影响因子:0
- 作者:
I. Alsmadi;Dianxiang Xu;Jin - 通讯作者:
Jin
A Systematic Approach for Integrating Fault Trees into System Statecharts
将故障树集成到系统状态图中的系统方法
- DOI:
10.1109/compsac.2008.19 - 发表时间:
2008-07-28 - 期刊:
- 影响因子:0
- 作者:
O. Ariss;Dianxiang Xu;W. Eric Wong;Yuting Chen;Yann - 通讯作者:
Yann
Automated Strong Mutation Testing of XACML Policies
XACML 策略的自动强突变测试
- DOI:
10.1145/3381991.3395599 - 发表时间:
2020-05-28 - 期刊:
- 影响因子:0
- 作者:
Dianxiang Xu;Roshan Shrestha;Ning Shen - 通讯作者:
Ning Shen
Dianxiang Xu的其他文献
{{
item.title }}
{{ item.translation_title }}
- DOI:
{{ item.doi }} - 发表时间:
{{ item.publish_year }} - 期刊:
- 影响因子:{{ item.factor }}
- 作者:
{{ item.authors }} - 通讯作者:
{{ item.author }}
{{ truncateString('Dianxiang Xu', 18)}}的其他基金
Building AI-Powered Responsible Workforce by Integrating Large Language Models into Computer Science Curriculum
通过将大型语言模型集成到计算机科学课程中,打造人工智能驱动的负责任的劳动力队伍
- 批准号:
2336061 - 财政年份:2024
- 资助金额:
$ 49.71万 - 项目类别:
Standard Grant
FMitF: Track II: SMT-Based Reachability Analyzer of NGAC Policies
FMitF:轨道 II:NGAC 策略的基于 SMT 的可达性分析器
- 批准号:
2318891 - 财政年份:2023
- 资助金额:
$ 49.71万 - 项目类别:
Standard Grant
Collaborative Research: Education DCL: EAGER: Harnessing the Power of Large Language Models in Digital Forensics Education at MSI and HBCU
合作研究:教育 DCL:EAGER:在 MSI 和 HBCU 的数字取证教育中利用大型语言模型的力量
- 批准号:
2333951 - 财政年份:2023
- 资助金额:
$ 49.71万 - 项目类别:
Standard Grant
EAGER: SaTC-EDU: Exploring Visualized and Explainable Artificial Intelligence to Improve Students’ Learning Experience in Digital Forensics Education
EAGER:SaTC-EDU:探索可视化和可解释的人工智能,以改善学生在数字取证教育中的学习体验
- 批准号:
2039288 - 财政年份:2021
- 资助金额:
$ 49.71万 - 项目类别:
Standard Grant
TWC: Small: Benchmarking Testing Methods for Access Control Policies
TWC:小型:访问控制策略的基准测试方法
- 批准号:
1954327 - 财政年份:2019
- 资助金额:
$ 49.71万 - 项目类别:
Standard Grant
EDU: Developing a Software Artifact Repository for Software Assurance Education
EDU:开发用于软件保障教育的软件工件存储库
- 批准号:
1522847 - 财政年份:2015
- 资助金额:
$ 49.71万 - 项目类别:
Standard Grant
TTP: Small: Automated Conformance Testing of Access Control and Obligation Policies
TTP:小:访问控制和义务策略的自动一致性测试
- 批准号:
1359590 - 财政年份:2013
- 资助金额:
$ 49.71万 - 项目类别:
Standard Grant
TTP: Small: Automated Conformance Testing of Access Control and Obligation Policies
TTP:小:访问控制和义务策略的自动一致性测试
- 批准号:
1318529 - 财政年份:2013
- 资助金额:
$ 49.71万 - 项目类别:
Standard Grant
REU Site: Information Assurance and Security
REU 网站:信息保障和安全
- 批准号:
1004843 - 财政年份:2010
- 资助金额:
$ 49.71万 - 项目类别:
Standard Grant
相似国自然基金
ALKBH5介导的SOCS3-m6A去甲基化修饰在颅脑损伤后小胶质细胞炎性激活中的调控作用及机制研究
- 批准号:82301557
- 批准年份:2023
- 资助金额:30 万元
- 项目类别:青年科学基金项目
miRNA前体小肽miPEP在葡萄低温胁迫抗性中的功能研究
- 批准号:
- 批准年份:2023
- 资助金额:50 万元
- 项目类别:
PKM2苏木化修饰调节非小细胞肺癌起始细胞介导的耐药生态位的机制研究
- 批准号:82372852
- 批准年份:2023
- 资助金额:49 万元
- 项目类别:面上项目
基于翻译组学理论探究LncRNA H19编码多肽PELRM促进小胶质细胞活化介导电针巨刺改善膝关节术后疼痛的机制研究
- 批准号:82305399
- 批准年份:2023
- 资助金额:30 万元
- 项目类别:青年科学基金项目
CLDN6高表达肿瘤细胞亚群在非小细胞肺癌ICB治疗抗性形成中的作用及机制研究
- 批准号:82373364
- 批准年份:2023
- 资助金额:49 万元
- 项目类别:面上项目
相似海外基金
A proprietary digital platform for precision patient identification and enrollment of clinical trials for rare kidney diseases
用于精确识别患者和注册罕见肾脏疾病临床试验的专有数字平台
- 批准号:
10822581 - 财政年份:2023
- 资助金额:
$ 49.71万 - 项目类别:
A High-Throughput Screening Platform to Discover RNA Methylation Inhibitors
发现 RNA 甲基化抑制剂的高通量筛选平台
- 批准号:
10705980 - 财政年份:2023
- 资助金额:
$ 49.71万 - 项目类别:
Development of platforms for sorting, production, editing of beta cells
开发用于分类、生产、编辑 β 细胞的平台
- 批准号:
10682155 - 财政年份:2023
- 资助金额:
$ 49.71万 - 项目类别:
Novel Polymer-antibody Conjugates as Long-acting Therapeutics for Ocular Diseases
新型聚合物-抗体缀合物作为眼部疾病的长效治疗药物
- 批准号:
10760186 - 财政年份:2023
- 资助金额:
$ 49.71万 - 项目类别:
Biological validation of phage host-range identified by proximity guided metagenomics
通过邻近引导宏基因组学鉴定噬菌体宿主范围的生物学验证
- 批准号:
10761394 - 财政年份:2023
- 资助金额:
$ 49.71万 - 项目类别: