Skip to content

Commit b586c73

Browse files
w0rk3rgithub-actions[bot]
authored andcommitted
[Rule Tuning] 3rd Party EDR - Add Crowdstrike FDR support - 3 (#4222)
Removed changes from: - rules/windows/defense_evasion_masquerading_trusted_directory.toml - rules/windows/defense_evasion_wsl_child_process.toml - rules/windows/execution_apt_solarwinds_backdoor_child_cmd_powershell.toml - rules/windows/execution_enumeration_via_wmiprvse.toml - rules/windows/execution_initial_access_foxmail_exploit.toml - rules/windows/execution_suspicious_cmd_wmi.toml - rules/windows/execution_suspicious_pdf_reader.toml - rules/windows/execution_via_compiled_html_file.toml - rules/windows/execution_via_mmc_console_file_unusual_path.toml (selectively cherry picked from commit 2b6116e)
1 parent 01f12f1 commit b586c73

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

rules/windows/execution_mofcomp.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[metadata]
22
creation_date = "2023/08/23"
3-
integration = ["endpoint", "m365_defender", "system"]
3+
integration = ["endpoint", "m365_defender", "system", "crowdstrike"]
44
maturity = "production"
5-
updated_date = "2024/10/10"
5+
updated_date = "2024/10/31"
66

77
[rule]
88
author = ["Elastic"]
@@ -12,7 +12,7 @@ files to build their own namespaces and classes into the Windows Management Inst
1212
establish persistence using WMI Event Subscription.
1313
"""
1414
from = "now-9m"
15-
index = ["logs-endpoint.events.process-*", "logs-m365_defender.event-*", "endgame-*", "logs-system.security-*"]
15+
index = ["logs-endpoint.events.process-*", "logs-m365_defender.event-*", "endgame-*", "logs-system.security-*", "logs-crowdstrike.fdr*"]
1616
language = "eql"
1717
license = "Elastic License v2"
1818
name = "Mofcomp Activity"
@@ -28,6 +28,7 @@ tags = [
2828
"Data Source: Microsoft Defender for Endpoint",
2929
"Data Source: Elastic Endgame",
3030
"Data Source: System",
31+
"Data Source: Crowdstrike",
3132
]
3233
timestamp_override = "event.ingested"
3334
type = "eql"

0 commit comments

Comments
 (0)