[Rule Tuning] Potential Shadow Credentials added to AD Object (#2498)

This commit is contained in:
Jonhnathan
2023-01-30 09:14:23 -03:00
committed by GitHub
parent b8adffa469
commit 54f65abdb0
@@ -4,7 +4,7 @@ integration = ["windows"]
maturity = "production"
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
min_stack_version = "8.3.0"
updated_date = "2022/12/21"
updated_date = "2023/01/27"
[rule]
author = ["Elastic"]
@@ -62,7 +62,7 @@ type = "query"
query = '''
event.action:"Directory Service Changes" and event.code:"5136" and
winlog.event_data.AttributeLDAPDisplayName:"msDS-KeyCredentialLink" and winlog.event_data.AttributeValue :B\:828*
winlog.event_data.AttributeLDAPDisplayName:"msDS-KeyCredentialLink" and winlog.event_data.AttributeValue :B\:828* and not winlog.event_data.SubjectUserName: MSOL_*
'''