filtering out dnsZoneScope

This commit is contained in:
Tim Shelton
2022-05-10 21:29:05 +00:00
parent be88d7f0e9
commit d072472b25
@@ -4,7 +4,7 @@ description: backdooring domain object to grant the rights associated with DCSyn
Extended Right cmdlet, will allow to re-obtain the pwd hashes of any user/computer
status: experimental
date: 2019/04/03
modified: 2022/05/05
modified: 2022/05/10
author: Samir Bousseaden; Roberto Rodriguez @Cyb3rWard0g; oscd.community; Tim Shelton
references:
- https://twitter.com/menasec1/status/1111556090137903104
@@ -24,7 +24,9 @@ detection:
- '1131f6aa-9c07-11d1-f79f-00c04fc2dcd2'
- '89e95b76-444d-4c62-991a-0facbeda640c'
filter1:
ObjectType: 'dnsNode'
ObjectType:
- 'dnsNode'
- 'dnsZoneScope'
condition: selection and not 1 of filter*
falsepositives:
- New Domain Controller computer account, check user SIDs within the value attribute of event 5136 and verify if it's a regular user or DC computer account.