Access To Windows DPAPI Master Keys By Uncommon Applications
Detects file access requests to the the Windows Data Protection API Master keys by an uncommon application. This can be a sign of credential stealing. Example case would be usage of mimikatz "dpapi::masterkey" function
Sigma rule (View on GitHub)
1title: Access To Windows DPAPI Master Keys By Uncommon Applications
2id: 46612ae6-86be-4802-bc07-39b59feb1309
3status: experimental
4description: |
5 Detects file access requests to the the Windows Data Protection API Master keys by an uncommon application.
6 This can be a sign of credential stealing. Example case would be usage of mimikatz "dpapi::masterkey" function
7references:
8 - http://blog.harmj0y.net/redteaming/operational-guidance-for-offensive-user-dpapi-abuse/
9 - https://book.hacktricks.xyz/windows-hardening/windows-local-privilege-escalation/dpapi-extracting-passwords
10author: Nasreddine Bencherchali (Nextron Systems)
11date: 2022-10-17
12modified: 2024-07-29
13tags:
14 - attack.credential-access
15 - attack.t1555.004
16logsource:
17 category: file_access
18 product: windows
19 definition: 'Requirements: Microsoft-Windows-Kernel-File ETW provider'
20detection:
21 selection:
22 FileName|contains:
23 - '\Microsoft\Protect\S-1-5-18\' # For System32
24 - '\Microsoft\Protect\S-1-5-21-' # For Users
25 filter_system_folders:
26 Image|startswith:
27 - 'C:\Program Files\'
28 - 'C:\Program Files (x86)\'
29 - 'C:\Windows\system32\'
30 - 'C:\Windows\SysWOW64\'
31 condition: selection and not 1 of filter_*
32falsepositives:
33 - Unknown
34# Increase level after false positives filters are good enough
35level: medium
References
Related rules
- Access To Windows Credential History File By Uncommon Applications
- Suspicious Key Manager Access
- Windows Credential Manager Access via VaultCmd
- AADInternals PowerShell Cmdlets Execution - ProccessCreation
- AADInternals PowerShell Cmdlets Execution - PsScript