Skip to content

Commit 17eac60

Browse files
Samirbousgithub-actions[bot]
authored andcommitted
[Tuning] DCSync Rules - 4662 event.action (#3410)
* Update credential_access_dcsync_newterm_subjectuser.toml * Update credential_access_dcsync_replication_rights.toml Removed changes from: - rules/windows/credential_access_dcsync_newterm_subjectuser.toml (selectively cherry picked from commit d7f4d79)
1 parent c08dfb6 commit 17eac60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)