From e0bdb59deb391ab0c423fa01dac9352d96928efa Mon Sep 17 00:00:00 2001 From: Jonhnathan <26856693+w0rk3r@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:47:53 -0300 Subject: [PATCH] [Rule Tuning] Host Files System Changes via Windows Subsystem for Linux (#3398) * [Rule Tuning] Host Files System Changes via Windows Subsystem for Linux * Update defense_evasion_wsl_filesystem.toml --- rules/windows/defense_evasion_wsl_filesystem.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/windows/defense_evasion_wsl_filesystem.toml b/rules/windows/defense_evasion_wsl_filesystem.toml index 2eedc3f7f..e3837feb9 100644 --- a/rules/windows/defense_evasion_wsl_filesystem.toml +++ b/rules/windows/defense_evasion_wsl_filesystem.toml @@ -2,7 +2,7 @@ creation_date = "2023/01/12" integration = ["endpoint", "windows"] maturity = "production" -updated_date = "2023/06/22" +updated_date = "2024/01/22" min_stack_comments = "New fields added: required_fields, related_integrations, setup" min_stack_version = "8.3.0" @@ -13,7 +13,7 @@ Detects files creation and modification on the host system from the the Windows Adversaries may enable and use WSL for Linux to avoid detection. """ from = "now-9m" -index = ["winlogbeat-*", "logs-endpoint.events.*", "logs-windows.*", "endgame-*"] +index = ["winlogbeat-*", "logs-endpoint.events.*", "logs-windows.*"] language = "eql" license = "Elastic License v2" name = "Host Files System Changes via Windows Subsystem for Linux"