CRLGAug 5, 2024

Detection of Compromised Functions in a Serverless Cloud Environment

arXiv:2408.02641v19 citationsh-index: 72
Originality Incremental advance
AI Analysis

This addresses security threats in serverless computing for cloud developers, offering an adaptable solution without requiring infrastructure modifications, though it is incremental as it builds on existing monitoring tools.

The paper tackles the problem of detecting compromised serverless functions in cloud environments by presenting a threat detection model that uses native monitoring tools to identify anomalous behavior, achieving detection of all implemented attacks with a negligible false alarm rate.

Serverless computing is an emerging cloud paradigm with serverless functions at its core. While serverless environments enable software developers to focus on developing applications without the need to actively manage the underlying runtime infrastructure, they open the door to a wide variety of security threats that can be challenging to mitigate with existing methods. Existing security solutions do not apply to all serverless architectures, since they require significant modifications to the serverless infrastructure or rely on third-party services for the collection of more detailed data. In this paper, we present an extendable serverless security threat detection model that leverages cloud providers' native monitoring tools to detect anomalous behavior in serverless applications. Our model aims to detect compromised serverless functions by identifying post-exploitation abnormal behavior related to different types of attacks on serverless functions, and therefore, it is a last line of defense. Our approach is not tied to any specific serverless application, is agnostic to the type of threats, and is adaptable through model adjustments. To evaluate our model's performance, we developed a serverless cybersecurity testbed in an AWS cloud environment, which includes two different serverless applications and simulates a variety of attack scenarios that cover the main security threats faced by serverless functions. Our evaluation demonstrates our model's ability to detect all implemented attacks while maintaining a negligible false alarm rate.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes