71d12bdda4
* add promotion to rulemeta schema class and updated promotion rules * add promotion to rulemeta schema class and updated promotion rules * adjusted test_integration_tag and okta rule missing dataset * fixed flake errors * updated manifests and schemas to include cloud defend
32 lines
944 B
TOML
32 lines
944 B
TOML
[metadata]
|
|
creation_date = "2020/02/18"
|
|
maturity = "production"
|
|
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
|
|
min_stack_version = "8.3.0"
|
|
updated_date = "2023/03/31"
|
|
promotion = true
|
|
|
|
[rule]
|
|
author = ["Elastic"]
|
|
description = """
|
|
Elastic Endgame detected Malware. Click the Elastic Endgame icon in the event.module column or the link in the
|
|
rule.reference column for additional information.
|
|
"""
|
|
from = "now-15m"
|
|
index = ["endgame-*"]
|
|
interval = "10m"
|
|
language = "kuery"
|
|
license = "Elastic License v2"
|
|
max_signals = 10000
|
|
name = "Malware - Detected - Elastic Endgame"
|
|
risk_score = 99
|
|
rule_id = "0a97b20f-4144-49ea-be32-b540ecc445de"
|
|
severity = "critical"
|
|
tags = ["Elastic", "Elastic Endgame"]
|
|
type = "query"
|
|
|
|
query = '''
|
|
event.kind:alert and event.module:endgame and endgame.metadata.type:detection and (event.action:file_classification_event or endgame.event_subtype_full:file_classification_event)
|
|
'''
|
|
|