Skip to content

Commit

Permalink
Update win_alert_ad_user_backdoors.yml
Browse files Browse the repository at this point in the history
the original rule generates false positives if the "AllowedToDelegateTo" is set to "-". This seems to be a common occurrence, hence my proposed addition
  • Loading branch information
dvas0004 authored Jun 7, 2019
1 parent a0c9f15 commit 41f5ebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/windows/builtin/win_alert_ad_user_backdoors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ detection:
EventID: 4738
filter1:
AllowedToDelegateTo: null
AllowedToDelegateTo: '-'
selection2:
EventID: 5136
AttributeLDAPDisplayName: 'msDS-AllowedToDelegateTo'
Expand Down

0 comments on commit 41f5ebc

Please sign in to comment.