23 lines
736 B
YAML
23 lines
736 B
YAML
title: Windows Credential Manager Access via VaultCmd
|
|
id: 58f50261-c53b-4c88-bd12-1d71f12eda4c
|
|
status: experimental
|
|
description: List credentials currently stored in Windows Credential Manager via the native Windows utility vaultcmd.exe
|
|
author: frack113
|
|
date: 2022/04/08
|
|
references:
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1555.004/T1555.004.md#atomic-test-1---access-saved-credentials-via-vaultcmd
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image|endswith: '\VaultCmd.exe'
|
|
CommandLine|contains: '/listcreds:'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: medium
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1555.004
|