SigmaHQ/rules/windows/builtin/win_possible_dc_shadow.yml

31 lines
1016 B
YAML
Raw Normal View History

title: Possible DC Shadow
id: 32e19d25-4aed-4860-a55a-be99cb0bf7ed
description: Detects DCShadow via create new SPN
2019-10-29 00:44:22 +00:00
status: experimental
2020-05-05 14:50:13 +00:00
author: Ilyas Ochkov, oscd.community, Chakib Gzenayi (@Chak092), Hosni Mribah
2019-10-29 00:59:07 +00:00
date: 2019/10/25
2021-07-06 13:25:32 +00:00
modified: 2021/07/06
2019-10-29 00:44:22 +00:00
references:
- https://github.com/Neo23x0/sigma/blob/ec5bb710499caae6667c7f7311ca9e92c03b9039/rules/windows/builtin/win_dcsync.yml
- https://twitter.com/gentilkiwi/status/1003236624925413376
- https://gist.github.com/gentilkiwi/dcc132457408cf11ad2061340dcb53c2
2020-05-05 17:25:33 +00:00
- https://blog.alsid.eu/dcshadow-explained-4510f52fc19d
2019-10-29 00:44:22 +00:00
tags:
- attack.credential_access
2020-05-05 14:50:13 +00:00
- attack.t1207
2019-10-29 00:44:22 +00:00
logsource:
product: windows
service: security
detection:
2020-05-05 14:50:13 +00:00
selection1:
2019-10-29 00:44:22 +00:00
EventID: 4742
2020-10-15 18:45:55 +00:00
ServicePrincipalNames|contains: 'GC/'
2020-05-05 14:50:13 +00:00
selection2:
EventID: 5136
2021-07-06 13:25:32 +00:00
AttributeLDAPDisplayName: servicePrincipalName
AttributeValue|startswith: 'GC/'
2020-05-05 14:50:13 +00:00
condition: selection1 OR selection2
2019-10-29 00:44:22 +00:00
falsepositives:
2020-05-05 14:50:13 +00:00
- Exclude known DCs
2019-10-29 00:44:22 +00:00
level: high