Fix quoting for AD Object WriteDAC Access
The AccessMask field needs to be quoted so that it is compared correctly.
This commit is contained in:
@@ -16,7 +16,7 @@ detection:
|
||||
selection:
|
||||
EventID: 4662
|
||||
ObjectServer: 'DS'
|
||||
AccessMask: 0x40000
|
||||
AccessMask: '0x40000'
|
||||
ObjectType:
|
||||
- '19195a5b-6da0-11d0-afd3-00c04fd930c9'
|
||||
- 'domainDNS'
|
||||
|
||||
Reference in New Issue
Block a user