2020-01-10 23:33:50 +00:00
|
|
|
title: DPAPI Domain Backup Key Extraction
|
2019-12-19 22:56:36 +00:00
|
|
|
id: 4ac1f50b-3bd0-4968-902d-868b4647937e
|
2019-11-10 15:43:41 +00:00
|
|
|
description: Detects tools extracting LSA secret DPAPI domain backup key from Domain Controllers
|
|
|
|
status: experimental
|
|
|
|
date: 2019/06/20
|
|
|
|
author: Roberto Rodriguez @Cyb3rWard0g
|
|
|
|
references:
|
2021-05-22 03:56:03 +00:00
|
|
|
- https://threathunterplaybook.com/notebooks/windows/06_credential_access/WIN-190620024610.html
|
2019-11-10 15:43:41 +00:00
|
|
|
tags:
|
|
|
|
- attack.credential_access
|
2020-08-24 23:09:17 +00:00
|
|
|
- attack.t1003 # an old one
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1003.004
|
2019-11-10 15:43:41 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: security
|
|
|
|
detection:
|
2020-06-16 20:46:08 +00:00
|
|
|
selection:
|
2019-11-10 15:43:41 +00:00
|
|
|
EventID: 4662
|
|
|
|
ObjectType: 'SecretObject'
|
|
|
|
AccessMask: '0x2'
|
|
|
|
ObjectName: 'BCKUPKEY'
|
|
|
|
condition: selection
|
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
2020-06-16 20:46:08 +00:00
|
|
|
level: critical
|