Skip to content

Commit 8b0be53

Browse files
authored
Update credential_access_dcsync_newterm_subjectuser.toml
1 parent 381ccf4 commit 8b0be53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)