Engineer Runtime Threat Detection Pipelines and Integrate into Response Workflows

Duration: ~30 minutes

Overview

Design and implement comprehensive runtime threat detection pipelines that continuously monitor workloads, enrich telemetry data, route alerts effectively, and integrate seamlessly into incident response workflows with pre-defined playbooks.

Build runtime threat detection that feeds response workflows so suspicious pod behavior is caught and acted on quickly.

Why it matters

Runtime threat detection is critical for identifying active attacks:

  • Early Detection: Identify threats before significant damage occurs

  • Continuous Monitoring: 24/7 surveillance of runtime behavior

  • Context Enrichment: Correlate events to understand attack patterns

  • Automated Response: Trigger response actions automatically

  • Investigation Readiness: Pre-defined playbooks accelerate response

  • Threat Intelligence: Integrate external threat feeds

What does it solve

Traditional security monitoring faces limitations:

  • Detection rules are static and miss novel attacks

  • Telemetry lacks context and correlation

  • Alerts overwhelm security teams with noise

  • Response workflows are ad-hoc and slow

  • Integration between tools is manual and fragmented

Advanced detection pipelines solve these by:

  • Using behavioral analysis and anomaly detection

  • Enriching telemetry with context and threat intelligence

  • Implementing intelligent alert routing and filtering

  • Automating response through playbooks

  • Integrating seamlessly with existing security tools

Your Mission

Wire runtime detection so suspicious process and network behavior is raised fast enough to contain—not discover after the exfil.

Understanding the Architecture

Component Purpose OpenShift/K8s Implementation

Runtime Detection Rulesets

Identify attack patterns and anomalies

Falco rules, custom detection logic, ML models

Streaming Telemetry

Real-time event collection and processing

Prometheus, Fluentd, OpenTelemetry, event streams

Telemetry Enrichment

Add context and threat intelligence

Enrichment pipelines, threat intel feeds, correlation engines

Alert Routing

Intelligent alert distribution

AlertManager, notification systems, escalation policies

Response Playbooks

Pre-defined incident response procedures

SOAR platforms, automation scripts, runbooks

SIEM/SOAR Integration

Centralized security operations

Log aggregation, event correlation, automation platforms

Lab Content

This lab is currently under development. Content will include:

  • Runtime detection ruleset development

  • Streaming telemetry pipeline setup

  • Telemetry enrichment and correlation

  • Alert routing and escalation design

  • Pre-incident response playbook creation

  • SIEM/SOAR integration and automation

Prerequisites

  • OpenShift cluster with cluster-admin access

  • Runtime security tools (Falco, FalcoSidekick, etc.)

  • Monitoring and observability stack

  • Understanding of threat detection concepts

  • Familiarity with SIEM/SOAR platforms

  • Experience with incident response procedures

Debrief

Runtime threat detection closes the gap between “admitted” and “behaving”—rules, telemetry enrichment, and alert routing so you can contain fast.

What this module targets:

  • Runtime rulesets (ACS / Falco-class signals)

  • Streaming enrichment and SIEM/SOAR handoff

  • Pre-built response playbooks

Until full exercises land: list which process or network behaviors in prod would be high-signal if alerted within minutes.

giphy

Cleanup

Before moving to the next module, run the lab cleanup script to reset transient resources from this module.

cd ~/openshift-security-roadshow
bash setup/lab-cleanup.sh --module 301-04