Skip to content

Commit d7f4d79

Browse files
authored
[Tuning] DCSync Rules - 4662 event.action (#3410)
* Update credential_access_dcsync_newterm_subjectuser.toml * Update credential_access_dcsync_replication_rights.toml
1 parent 381ccf4 commit d7f4d79

2 files changed

+4
-4
lines changed

rules/windows/credential_access_dcsync_newterm_subjectuser.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ integration = ["windows"]
44
maturity = "production"
55
min_stack_comments = "The New Term rule type used in this rule was added in Elastic 8.4"
66
min_stack_version = "8.4.0"
7-
updated_date = "2023/10/23"
7+
updated_date = "2024/01/29"
88

99
[rule]
1010
author = ["Elastic"]
@@ -88,7 +88,7 @@ timestamp_override = "event.ingested"
8888
type = "new_terms"
8989

9090
query = '''
91-
event.action:"Directory Service Access" and event.code:"4662" and
91+
event.action:("Directory Service Access" or "object-operation-performed") and event.code:"4662" and
9292
winlog.event_data.Properties:(*DS-Replication-Get-Changes* or *DS-Replication-Get-Changes-All* or
9393
*DS-Replication-Get-Changes-In-Filtered-Set* or *1131f6ad-9c07-11d1-f79f-00c04fc2dcd2* or
9494
*1131f6aa-9c07-11d1-f79f-00c04fc2dcd2* or *89e95b76-444d-4c62-991a-0facbeda640c*) and

rules/windows/credential_access_dcsync_replication_rights.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ integration = ["system", "windows"]
44
maturity = "production"
55
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
66
min_stack_version = "8.3.0"
7-
updated_date = "2023/10/23"
7+
updated_date = "2024/01/29"
88

99
[rule]
1010
author = ["Elastic"]
@@ -97,7 +97,7 @@ timestamp_override = "event.ingested"
9797
type = "eql"
9898

9999
query = '''
100-
any where event.action == "Directory Service Access" and
100+
any where event.action : ("Directory Service Access", "object-operation-performed") and
101101
event.code == "4662" and winlog.event_data.Properties : (
102102
103103
/* Control Access Rights/Permissions Symbol */

0 commit comments

Comments
 (0)