Skip to content

Commit 4606dbd

Browse files
w0rk3rgithub-actions[bot]
authored andcommitted
[Rule Tuning] 3rd Party EDR Compatibility - 11 (#4036)
* [Rule Tuning] 3rd Party EDR Compatibility - 11 * min_stack for merge, bump updated_date (cherry picked from commit 32d02ae)
1 parent 2aa3726 commit 4606dbd

10 files changed

+97
-87
lines changed

rules/windows/impact_deleting_backup_catalogs_with_wbadmin.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[metadata]
22
creation_date = "2020/02/18"
3-
integration = ["endpoint", "windows", "system"]
3+
integration = ["endpoint", "windows", "system", "m365_defender", "sentinel_one_cloud_funnel"]
44
maturity = "production"
5-
updated_date = "2024/08/07"
5+
updated_date = "2024/10/10"
6+
min_stack_version = "8.13.0"
7+
min_stack_comments = "Breaking change at 8.13.0 for SentinelOne Integration."
68

79
[rule]
810
author = ["Elastic"]
@@ -14,9 +16,12 @@ from = "now-9m"
1416
index = [
1517
"winlogbeat-*",
1618
"logs-endpoint.events.process-*",
17-
"logs-windows.*",
19+
"logs-windows.forwarded*",
20+
"logs-windows.sysmon_operational-*",
1821
"endgame-*",
1922
"logs-system.security*",
23+
"logs-m365_defender.event-*",
24+
"logs-sentinel_one_cloud_funnel.*",
2025
]
2126
language = "eql"
2227
license = "Elastic License v2"
@@ -62,14 +67,6 @@ This rule identifies the deletion of the backup catalog using the `wbadmin.exe`
6267
"""
6368
risk_score = 21
6469
rule_id = "581add16-df76-42bb-af8e-c979bfb39a59"
65-
setup = """## Setup
66-
67-
If enabling an EQL rule on a non-elastic-agent index (such as beats) for versions <8.2,
68-
events will not define `event.ingested` and default fallback for EQL rules was not added until version 8.2.
69-
Hence for this rule to work effectively, users will need to add a custom ingest pipeline to populate
70-
`event.ingested` to @timestamp.
71-
For more details on adding a custom ingest pipeline refer - https://www.elastic.co/guide/en/fleet/current/data-streams-pipeline-tutorial.html
72-
"""
7370
severity = "low"
7471
tags = [
7572
"Domain: Endpoint",
@@ -80,6 +77,9 @@ tags = [
8077
"Data Source: Elastic Endgame",
8178
"Data Source: Elastic Defend",
8279
"Data Source: System",
80+
"Data Source: Microsoft Defender for Endpoint",
81+
"Data Source: Sysmon",
82+
"Data Source: SentinelOne",
8383
]
8484
timestamp_override = "event.ingested"
8585
type = "eql"

rules/windows/impact_modification_of_boot_config.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[metadata]
22
creation_date = "2020/03/16"
3-
integration = ["endpoint", "windows"]
3+
integration = ["endpoint", "windows", "system", "m365_defender", "sentinel_one_cloud_funnel"]
44
maturity = "production"
5-
updated_date = "2024/08/07"
5+
updated_date = "2024/10/10"
6+
min_stack_version = "8.13.0"
7+
min_stack_comments = "Breaking change at 8.13.0 for SentinelOne Integration."
68

79
[rule]
810
author = ["Elastic"]
@@ -14,9 +16,12 @@ from = "now-9m"
1416
index = [
1517
"winlogbeat-*",
1618
"logs-endpoint.events.process-*",
17-
"logs-windows.*",
19+
"logs-windows.forwarded*",
20+
"logs-windows.sysmon_operational-*",
1821
"endgame-*",
1922
"logs-system.security*",
23+
"logs-m365_defender.event-*",
24+
"logs-sentinel_one_cloud_funnel.*",
2025
]
2126
language = "eql"
2227
license = "Elastic License v2"
@@ -62,14 +67,6 @@ These are common steps in destructive attacks by adversaries leveraging ransomwa
6267
"""
6368
risk_score = 21
6469
rule_id = "69c251fb-a5d6-4035-b5ec-40438bd829ff"
65-
setup = """## Setup
66-
67-
If enabling an EQL rule on a non-elastic-agent index (such as beats) for versions <8.2,
68-
events will not define `event.ingested` and default fallback for EQL rules was not added until version 8.2.
69-
Hence for this rule to work effectively, users will need to add a custom ingest pipeline to populate
70-
`event.ingested` to @timestamp.
71-
For more details on adding a custom ingest pipeline refer - https://www.elastic.co/guide/en/fleet/current/data-streams-pipeline-tutorial.html
72-
"""
7370
severity = "low"
7471
tags = [
7572
"Domain: Endpoint",
@@ -80,6 +77,9 @@ tags = [
8077
"Data Source: Elastic Endgame",
8178
"Data Source: Elastic Defend",
8279
"Data Source: System",
80+
"Data Source: Microsoft Defender for Endpoint",
81+
"Data Source: Sysmon",
82+
"Data Source: SentinelOne",
8383
]
8484
timestamp_override = "event.ingested"
8585
type = "eql"

rules/windows/impact_volume_shadow_copy_deletion_or_resized_via_vssadmin.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[metadata]
22
creation_date = "2020/02/18"
3-
integration = ["endpoint", "windows", "system"]
3+
integration = ["endpoint", "windows", "system", "m365_defender", "sentinel_one_cloud_funnel"]
44
maturity = "production"
5-
updated_date = "2024/08/07"
5+
updated_date = "2024/10/10"
6+
min_stack_version = "8.13.0"
7+
min_stack_comments = "Breaking change at 8.13.0 for SentinelOne Integration."
68

79
[rule]
810
author = ["Elastic"]
@@ -14,9 +16,12 @@ from = "now-9m"
1416
index = [
1517
"winlogbeat-*",
1618
"logs-endpoint.events.process-*",
17-
"logs-windows.*",
19+
"logs-windows.forwarded*",
20+
"logs-windows.sysmon_operational-*",
1821
"endgame-*",
1922
"logs-system.security*",
23+
"logs-m365_defender.event-*",
24+
"logs-sentinel_one_cloud_funnel.*",
2025
]
2126
language = "eql"
2227
license = "Elastic License v2"
@@ -80,14 +85,6 @@ This rule monitors the execution of Vssadmin.exe to either delete or resize shad
8085
"""
8186
risk_score = 73
8287
rule_id = "b5ea4bfe-a1b2-421f-9d47-22a75a6f2921"
83-
setup = """## Setup
84-
85-
If enabling an EQL rule on a non-elastic-agent index (such as beats) for versions <8.2,
86-
events will not define `event.ingested` and default fallback for EQL rules was not added until version 8.2.
87-
Hence for this rule to work effectively, users will need to add a custom ingest pipeline to populate
88-
`event.ingested` to @timestamp.
89-
For more details on adding a custom ingest pipeline refer - https://www.elastic.co/guide/en/fleet/current/data-streams-pipeline-tutorial.html
90-
"""
9188
severity = "high"
9289
tags = [
9390
"Domain: Endpoint",
@@ -98,6 +95,9 @@ tags = [
9895
"Data Source: Elastic Endgame",
9996
"Data Source: Elastic Defend",
10097
"Data Source: System",
98+
"Data Source: Microsoft Defender for Endpoint",
99+
"Data Source: Sysmon",
100+
"Data Source: SentinelOne",
101101
]
102102
timestamp_override = "event.ingested"
103103
type = "eql"

rules/windows/impact_volume_shadow_copy_deletion_via_powershell.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[metadata]
22
creation_date = "2021/07/19"
3-
integration = ["endpoint", "windows", "system"]
3+
integration = ["endpoint", "windows", "system", "m365_defender", "sentinel_one_cloud_funnel"]
44
maturity = "production"
5-
updated_date = "2024/08/07"
5+
updated_date = "2024/10/10"
6+
min_stack_version = "8.13.0"
7+
min_stack_comments = "Breaking change at 8.13.0 for SentinelOne Integration."
68

79
[rule]
810
author = ["Elastic", "Austin Songer"]
@@ -14,9 +16,12 @@ from = "now-9m"
1416
index = [
1517
"winlogbeat-*",
1618
"logs-endpoint.events.process-*",
17-
"logs-windows.*",
19+
"logs-windows.forwarded*",
20+
"logs-windows.sysmon_operational-*",
1821
"endgame-*",
1922
"logs-system.security*",
23+
"logs-m365_defender.event-*",
24+
"logs-sentinel_one_cloud_funnel.*",
2025
]
2126
language = "eql"
2227
license = "Elastic License v2"
@@ -84,14 +89,6 @@ references = [
8489
]
8590
risk_score = 73
8691
rule_id = "d99a037b-c8e2-47a5-97b9-170d076827c4"
87-
setup = """## Setup
88-
89-
If enabling an EQL rule on a non-elastic-agent index (such as beats) for versions <8.2,
90-
events will not define `event.ingested` and default fallback for EQL rules was not added until version 8.2.
91-
Hence for this rule to work effectively, users will need to add a custom ingest pipeline to populate
92-
`event.ingested` to @timestamp.
93-
For more details on adding a custom ingest pipeline refer - https://www.elastic.co/guide/en/fleet/current/data-streams-pipeline-tutorial.html
94-
"""
9592
severity = "high"
9693
tags = [
9794
"Domain: Endpoint",
@@ -103,6 +100,9 @@ tags = [
103100
"Data Source: Elastic Endgame",
104101
"Data Source: Elastic Defend",
105102
"Data Source: System",
103+
"Data Source: Microsoft Defender for Endpoint",
104+
"Data Source: Sysmon",
105+
"Data Source: SentinelOne",
106106
]
107107
timestamp_override = "event.ingested"
108108
type = "eql"

rules/windows/impact_volume_shadow_copy_deletion_via_wmic.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[metadata]
22
creation_date = "2020/02/18"
3-
integration = ["endpoint", "windows"]
3+
integration = ["endpoint", "windows", "m365_defender", "sentinel_one_cloud_funnel"]
44
maturity = "production"
5-
updated_date = "2024/08/07"
5+
updated_date = "2024/10/10"
6+
min_stack_version = "8.13.0"
7+
min_stack_comments = "Breaking change at 8.13.0 for SentinelOne Integration."
68

79
[rule]
810
author = ["Elastic"]
@@ -14,9 +16,12 @@ from = "now-9m"
1416
index = [
1517
"winlogbeat-*",
1618
"logs-endpoint.events.process-*",
17-
"logs-windows.*",
19+
"logs-windows.forwarded*",
20+
"logs-windows.sysmon_operational-*",
1821
"endgame-*",
1922
"logs-system.security*",
23+
"logs-m365_defender.event-*",
24+
"logs-sentinel_one_cloud_funnel.*",
2025
]
2126
language = "eql"
2227
license = "Elastic License v2"
@@ -80,14 +85,6 @@ This rule monitors the execution of `wmic.exe` to interact with VSS via the `sha
8085
"""
8186
risk_score = 73
8287
rule_id = "dc9c1f74-dac3-48e3-b47f-eb79db358f57"
83-
setup = """## Setup
84-
85-
If enabling an EQL rule on a non-elastic-agent index (such as beats) for versions <8.2,
86-
events will not define `event.ingested` and default fallback for EQL rules was not added until version 8.2.
87-
Hence for this rule to work effectively, users will need to add a custom ingest pipeline to populate
88-
`event.ingested` to @timestamp.
89-
For more details on adding a custom ingest pipeline refer - https://www.elastic.co/guide/en/fleet/current/data-streams-pipeline-tutorial.html
90-
"""
9188
severity = "high"
9289
tags = [
9390
"Domain: Endpoint",
@@ -99,6 +96,9 @@ tags = [
9996
"Data Source: Elastic Endgame",
10097
"Data Source: Elastic Defend",
10198
"Data Source: System",
99+
"Data Source: Microsoft Defender for Endpoint",
100+
"Data Source: Sysmon",
101+
"Data Source: SentinelOne",
102102
]
103103
timestamp_override = "event.ingested"
104104
type = "eql"

rules/windows/initial_access_execution_from_inetcache.toml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[metadata]
22
creation_date = "2024/02/14"
3-
integration = ["endpoint", "windows", "system"]
3+
integration = ["endpoint", "windows", "system", "m365_defender", "sentinel_one_cloud_funnel"]
44
maturity = "production"
5-
updated_date = "2024/08/07"
5+
updated_date = "2024/10/10"
6+
min_stack_version = "8.13.0"
7+
min_stack_comments = "Breaking change at 8.13.0 for SentinelOne Integration."
68

79
[rule]
810
author = ["Elastic"]
@@ -14,9 +16,12 @@ from = "now-9m"
1416
index = [
1517
"winlogbeat-*",
1618
"logs-endpoint.events.process-*",
17-
"logs-windows.*",
19+
"logs-windows.forwarded*",
20+
"logs-windows.sysmon_operational-*",
1821
"endgame-*",
1922
"logs-system.security*",
23+
"logs-m365_defender.event-*",
24+
"logs-sentinel_one_cloud_funnel.*",
2025
]
2126
language = "eql"
2227
license = "Elastic License v2"
@@ -36,6 +41,9 @@ tags = [
3641
"Data Source: Elastic Endgame",
3742
"Data Source: Elastic Defend",
3843
"Data Source: System",
44+
"Data Source: Microsoft Defender for Endpoint",
45+
"Data Source: Sysmon",
46+
"Data Source: SentinelOne",
3947
]
4048
timestamp_override = "event.ingested"
4149
type = "eql"

rules/windows/initial_access_execution_via_office_addins.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[metadata]
22
creation_date = "2023/03/20"
3-
integration = ["endpoint", "windows"]
3+
integration = ["endpoint", "windows", "m365_defender", "sentinel_one_cloud_funnel"]
44
maturity = "production"
5-
updated_date = "2024/05/21"
5+
updated_date = "2024/10/10"
6+
min_stack_version = "8.13.0"
7+
min_stack_comments = "Breaking change at 8.13.0 for SentinelOne Integration."
68

79
[rule]
810
author = ["Elastic"]
@@ -11,7 +13,7 @@ Identifies execution of common Microsoft Office applications to launch an Office
1113
an unusual parent process. This may indicate an attempt to get initial access via a malicious phishing MS Office Add-In.
1214
"""
1315
from = "now-9m"
14-
index = ["winlogbeat-*", "logs-endpoint.events.process-*", "logs-windows.sysmon_operational-*", "endgame-*"]
16+
index = ["winlogbeat-*", "logs-endpoint.events.process-*", "logs-windows.sysmon_operational-*", "endgame-*", "logs-m365_defender.event-*", "logs-sentinel_one_cloud_funnel.*"]
1517
language = "eql"
1618
license = "Elastic License v2"
1719
name = "Suspicious Execution via Microsoft Office Add-Ins"
@@ -31,6 +33,8 @@ tags = [
3133
"Data Source: Elastic Endgame",
3234
"Data Source: Elastic Defend",
3335
"Data Source: Sysmon",
36+
"Data Source: Microsoft Defender for Endpoint",
37+
"Data Source: SentinelOne",
3438
]
3539
timestamp_override = "event.ingested"
3640
type = "eql"

rules/windows/initial_access_exploit_jetbrains_teamcity.toml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[metadata]
22
creation_date = "2024/03/24"
3-
integration = ["endpoint", "windows", "system", "m365_defender"]
3+
integration = ["endpoint", "windows", "system", "m365_defender", "sentinel_one_cloud_funnel"]
44
maturity = "production"
5-
updated_date = "2024/08/07"
5+
updated_date = "2024/10/10"
6+
min_stack_version = "8.13.0"
7+
min_stack_comments = "Breaking change at 8.13.0 for SentinelOne Integration."
68

79
[rule]
810
author = ["Elastic"]
@@ -20,10 +22,12 @@ from = "now-9m"
2022
index = [
2123
"logs-endpoint.events.process-*",
2224
"winlogbeat-*",
23-
"logs-windows.*",
25+
"logs-windows.forwarded*",
26+
"logs-windows.sysmon_operational-*",
2427
"endgame-*",
2528
"logs-system.security*",
26-
"logs-m365_defender.event-*"
29+
"logs-m365_defender.event-*",
30+
"logs-sentinel_one_cloud_funnel.*",
2731
]
2832
language = "eql"
2933
license = "Elastic License v2"
@@ -44,6 +48,8 @@ tags = [
4448
"Data Source: Elastic Defend",
4549
"Data Source: Microsoft Defender for Endpoint",
4650
"Data Source: System",
51+
"Data Source: Sysmon",
52+
"Data Source: SentinelOne",
4753
]
4854
timestamp_override = "event.ingested"
4955
type = "eql"

0 commit comments

Comments
 (0)