mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
27 lines
769 B
YAML
27 lines
769 B
YAML
title: DPAPI Domain Master Key Backup Attempt
|
|
id: 39a94fd1-8c9a-4ff6-bf22-c058762f8014
|
|
description: Detects anyone attempting a backup for the DPAPI Master Key. This events gets generated at the source and not the Domain Controller.
|
|
status: experimental
|
|
date: 2019/08/10
|
|
author: Roberto Rodriguez @Cyb3rWard0g
|
|
references:
|
|
- https://threathunterplaybook.com/notebooks/windows/06_credential_access/WIN-190620024610.html
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1003 # an old one
|
|
- attack.t1003.004
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
detection:
|
|
selection:
|
|
EventID: 4692
|
|
condition: selection
|
|
fields:
|
|
- ComputerName
|
|
- SubjectDomainName
|
|
- SubjectUserName
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical
|