Skip to content

Commit

Permalink
Added cloudcom pub
Browse files Browse the repository at this point in the history
  • Loading branch information
Trolloldem committed Nov 7, 2023
1 parent 2d1a5a3 commit 537bf6a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions content/publications/cloudcom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
+++
title = "Lightweight Cloud Application Sandboxing"
date = "2023-11-09"
aliases = ["cloud", "monitoring", "instrumentation", "sandbox", "GLACIATION"]
[ author ]
name = "Gianluca Oldani"
+++
This work addresses modern cloud applications that can quickly grow to
an elaborate and intricate tangle of services. In this scenario,
paying attention to security aspects is important to mitigate the
impact of incidents. Indeed, several research works and industrial
standards recommend the integration of least privilege policies to
prevent disruptions such as file system tampering. Unfortunately,
technologies like containers virtualize file system resources with
a volume-based approach, which may be overly coarse.
In this work we address this problem proposing an approach
that restrict application access to file system resources with a
resource-based granularity. To this end, we develop a flexible and
intuitive tool that relies on instrumentation to collect, merge, and
audit the activity traces generated by any application component.
We then demonstrate how this information is used to create finegrained access
policies, and introduce sandboxing using recent
kernel security modules, strengthening the security boundary of
the whole application. In the experimental evaluation we showcase the mitigation
capabilities associated with our approach, and
the low performance footprint. The proposal is associated with
an open source implementation.

##### Authors:
Marco Abbadini, Michele Beretta, Dario Facchinetti, Gianluca Oldani, Matthew Rossi, Stefano Paraboschi

##### The Paper will be presented at:&nbsp;<a href="https://parsec2.unicampania.it/cloudcom2023/" target="_blank">IEEE CLOUDCOM 2023</a>

##### <a href="https://cs.unibg.it/seclab-papers/2023/CLOUDCOM/dmng.pdf" target="_blank">Link to PDF</a>

0 comments on commit 537bf6a

Please sign in to comment.