SigmaHQ/rules/windows/builtin/win_dcsync.yml

34 lines
930 B
YAML
Raw Normal View History

2018-06-03 14:00:57 +00:00
title: Mimikatz DC Sync
description: Detects Mimikatz DC sync security events
status: experimental
date: 2018/06/03
2019-10-08 15:43:50 +00:00
modified: 2019/10/08
2018-06-03 14:00:57 +00:00
author: Benjamin Delpy, Florian Roth
references:
- https://twitter.com/gentilkiwi/status/1003236624925413376
- https://gist.github.com/gentilkiwi/dcc132457408cf11ad2061340dcb53c2
2018-07-24 05:50:32 +00:00
tags:
- attack.credential_access
2018-09-20 10:44:44 +00:00
- attack.s0002
2018-07-24 05:50:32 +00:00
- attack.t1003
2018-06-03 14:00:57 +00:00
logsource:
product: windows
service: security
detection:
selection:
EventID: 4662
Properties:
- '*Replicating Directory Changes All*'
- '*1131f6ad-9c07-11d1-f79f-00c04fc2dcd2*'
2019-10-08 15:43:50 +00:00
filter1:
SubjectDomainName: 'Window Manager'
filter2:
SubjectUserName:
- 'NT AUTHORITY*'
- '*$'
condition: selection and not filter1 and not filter2
2018-06-03 14:00:57 +00:00
falsepositives:
- Valid DC Sync that is not covered by the filters; please report
level: high
2018-06-03 14:00:57 +00:00