Files
blue-team-tools/rules/windows/builtin/win_dcsync.yml
T

37 lines
1.0 KiB
YAML
Raw Normal View History

2018-06-03 16:00:57 +02:00
title: Mimikatz DC Sync
2019-11-12 23:12:27 +01:00
id: 611eab06-a145-4dfa-a295-3ccc5c20f59a
2018-06-03 16:00:57 +02:00
description: Detects Mimikatz DC sync security events
status: experimental
date: 2018/06/03
modified: 2020/09/11
author: Benjamin Delpy, Florian Roth, Scott Dermott
2018-06-03 16:00:57 +02:00
references:
- https://twitter.com/gentilkiwi/status/1003236624925413376
- https://gist.github.com/gentilkiwi/dcc132457408cf11ad2061340dcb53c2
2018-07-24 07:50:32 +02:00
tags:
- attack.credential_access
2018-09-20 12:44:44 +02:00
- attack.s0002
- attack.t1003 # an old one
2020-06-16 14:46:08 -06:00
- attack.t1003.006
2018-06-03 16:00:57 +02:00
logsource:
product: windows
service: security
detection:
selection:
EventID: 4662
2020-06-16 14:46:08 -06:00
Properties:
2018-06-03 16:00:57 +02:00
- '*Replicating Directory Changes All*'
- '*1131f6ad-9c07-11d1-f79f-00c04fc2dcd2*'
2019-10-08 17:43:50 +02:00
filter1:
SubjectDomainName: 'Window Manager'
2020-06-16 14:46:08 -06:00
filter2:
2019-10-08 17:43:50 +02:00
SubjectUserName:
- 'NT AUTHORITY*'
- '*$'
- 'MSOL_*'
2019-10-08 17:43:50 +02:00
condition: selection and not filter1 and not filter2
2018-06-03 16:00:57 +02:00
falsepositives:
- Valid DC Sync that is not covered by the filters; please report
level: high
2018-06-03 16:00:57 +02:00