diff --git a/rules/windows/execution_mofcomp.toml b/rules/windows/execution_mofcomp.toml index 88b65dbfb4f..be4fb305278 100644 --- a/rules/windows/execution_mofcomp.toml +++ b/rules/windows/execution_mofcomp.toml @@ -1,8 +1,8 @@ [metadata] creation_date = "2023/08/23" -integration = ["endpoint", "m365_defender", "system"] +integration = ["endpoint", "m365_defender", "system", "crowdstrike"] maturity = "production" -updated_date = "2024/10/10" +updated_date = "2024/10/31" [rule] author = ["Elastic"] @@ -12,7 +12,7 @@ files to build their own namespaces and classes into the Windows Management Inst establish persistence using WMI Event Subscription. """ from = "now-9m" -index = ["logs-endpoint.events.process-*", "logs-m365_defender.event-*", "endgame-*", "logs-system.security-*"] +index = ["logs-endpoint.events.process-*", "logs-m365_defender.event-*", "endgame-*", "logs-system.security-*", "logs-crowdstrike.fdr*"] language = "eql" license = "Elastic License v2" name = "Mofcomp Activity" @@ -28,6 +28,7 @@ tags = [ "Data Source: Microsoft Defender for Endpoint", "Data Source: Elastic Endgame", "Data Source: System", + "Data Source: Crowdstrike", ] timestamp_override = "event.ingested" type = "eql"