vix.ing · top · new · best · stats · spec

When eBPF Meets Machine Learning: On-the-fly OS Kernel Compartmentalization

2024/01/11 by Zicheng Wang, Tiejin Chen, Wang, Zicheng +8 · 1 citation
Computer Science · #Advanced Malware Detection Techniques #Cryptography and Security (cs.CR) #FOS: Computer and information sciences #Machine Learning (cs.LG) #Network Security and Intrusion Detection #Operating Systems (cs.OS) #Security and Verification in Computing

paper · pdf · doi:10.48550/arxiv.2401.05641

openalex publication_date 2024/01/11 · openalex created_date 2024/01/13 · openalex updated_date 2026/07/28

Abstract

Compartmentalization effectively prevents initial corruption from turning into a successful attack. This paper presents O2C, a pioneering system designed to enforce OS kernel compartmentalization on the fly. It not only provides immediate remediation for sudden threats but also maintains consistent system availability through the enforcement process. O2C is empowered by the newest advancements of the eBPF ecosystem which allows to instrument eBPF programs that perform enforcement actions into the kernel at runtime. O2C takes the lead in embedding a machine learning model into eBPF programs, addressing unique challenges in on-the-fly compartmentalization. Our comprehensive evaluation shows that O2C effectively confines damage within the compartment. Further, we validate that decision tree is optimally suited for O2C owing to its advantages in processing tabular data, its explainable nature, and its compliance with the eBPF ecosystem. Last but not least, O2C is lightweight, showing negligible overhead and excellent sacalability system-wide.

Cited by

Related