Terminology Index

Glossary

2953 terms

Open concept maps
S
32

Serverless Detection

Detecting malicious activity in serverless environments, abuse of functions, anomalous invocation patterns, suspicious permissions use, given the short-lived, event-driven nature of serverless workloads.

Serverless workloads run as short-lived, event-triggered functions, which complicates detection: there's no long-running process to watch, and behavior must be inferred from invocations, logs, and IAM activity. Serverless detection focuses on invocation anomalies, suspicious function changes, unexpected permission use, and event-source abuse. As a cloud-workload-protection skill, it differs from traditional host detection and depends heavily on platform-provided telemetry and serverless-aware tooling.

Introduced in: Cloud Workload Protection

Examples

  • Detecting an anomalous spike in invocations of a sensitive function.
  • Alerting on unexpected use of broad IAM permissions by a function.
  • Catching suspicious changes to function code or configuration.