Files
sigma-rules/rules/integrations/cloud_defend/container_workload_protection.toml
T

33 lines
947 B
TOML

[metadata]
creation_date = "2023/04/05"
integration = ["cloud_defend"]
maturity = "production"
min_stack_comments = "Initial version of the Container Workload Protection alerts"
min_stack_version = "8.8.0"
updated_date = "2023/04/27"
[rule]
author = ["Elastic"]
description = """
Generates a detection alert each time a 'Container Workload Protection' alert is received. Enabling this rule allows you to
immediately begin triaging and investigating these alerts.
"""
enabled = true
from = "now-10m"
index = ["logs-cloud_defend.alerts-*"]
language = "kuery"
license = "Elastic License v2"
max_signals = 10000
name = "Container Workload Protection"
risk_score = 47
rule_id = "4b4e9c99-27ea-4621-95c8-82341bc6e512"
rule_name_override = "message"
severity = "medium"
tags = ["Elastic", "Container Workload Protection", "Kubernetes"]
timestamp_override = "event.ingested"
type = "query"
query = '''
event.kind:alert and event.module:cloud_defend
'''