paper-with-me

Papers

Security Hardening Using FABRIC: Implementing a Unified Compliance Aggregator for Linux Servers

2026-01-01 · Sheldon Paul, Izzat Alsmadi arxiv

This paper presents a unified framework for evaluating Linux security hardening on the FABRIC testbed through aggregation of heterogeneous security auditing tools. We deploy three Ubuntu 22.04 nodes configured at baseline, partial, and full hardening levels, and evaluate them using Lynis, OpenSCAP, and AIDE across 108 audit runs. To address the lack of a consistent interpretation across tools, we implement a Unified Compliance Aggregator (UCA) that parses tool outputs, normalizes scores to a common 0--100 scale, and combines them into a weighted metric augmented by a customizable rule engine for organization-specific security policies. Experimental results show that full hardening increases OpenSCAP compliance from 39.7 to 71.8, while custom rule compliance improves from 39.3\% to 83.6\%. The results demonstrate that UCA provides a clearer and more reproducible assessment of security posture than individual tools alone, enabling systematic evaluation of hardening effectiveness in programmable testbed environments.

📄 PDF Abstract BibTeX arXiv:2601.00909

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Unified Compliance Aggregator Framework for Automated Multi-Tool Security Assessment of Linux Systems

2026-04-19 · Sheldon Paul, Izzat Alsmadi arxiv

Assessing the security posture of modern computing systems typically requires the use of multiple specialized tools. These tools focus on different aspects such as configuration compliance, file integrity, and vulnerabil…

Engineering Risk-Aware, Security-by-Design Frameworks for Assurance of Large-Scale Autonomous AI Models

2025-05-09 · Krti Tallam

As AI models scale to billions of parameters and operate with increasing autonomy, ensuring their safe, reliable operation demands engineering-grade security and assurance frameworks. This paper presents an enterprise-le…

Anomaly Detection

RvB: Automating AI System Hardening via Iterative Red-Blue Games

2026-01-27 · Lige Huang, Zicheng Liu, Jie Zhang, Lewen Yan 외 arxiv

The dual offensive and defensive utility of Large Language Models (LLMs) highlights a critical gap in AI security: the lack of unified frameworks for dynamic, iterative adversarial adaptation hardening. To bridge this ga…

i-EXAM: Instructable and Explainable Attack Connectivity Graph Modeler

2026-07-07 · Rakesh Podder, Wadia Ganim, Sarath Sreedharan, Indrajit Ray 외 arxiv

i-EXAM is a planning-powered tool that helps system administrators to create security profiles of complex networks and perform what-if analyses to identify network hardening strategies. It leverages planning compilation …

Large Language Models for Code: Security Hardening and Adversarial Testing

2023-02-10 · Jingxuan He, Martin Vechev

Large language models (large LMs) are increasingly trained on massive codebases and used to generate code. However, LMs lack awareness of security and are found to frequently produce unsafe code. This work studies the se…

Code GenerationProgram Synthesis