SigmaHQ/rules/windows/process_creation/win_cmdkey_recon.yml
Thomas Patzke 7602309138 Increased indentation to 4
* Converted (to generic sigma) rules
* Converter outputs by default with indentation 4
2019-03-02 00:14:20 +01:00

23 lines
632 B
YAML

title: Cmdkey Cached Credentials Recon
status: experimental
description: Detects usage of cmdkey to look for cached credentials
references:
- https://www.peew.pw/blog/2017/11/26/exploring-cmdkey-an-edge-case-for-privilege-escalation
- https://technet.microsoft.com/en-us/library/cc754243(v=ws.11).aspx
author: jmallette
logsource:
category: process_creation
product: windows
detection:
selection:
Image: '*\cmdkey.exe'
CommandLine: '* /list *'
condition: selection
fields:
- CommandLine
- ParentCommandLine
- User
falsepositives:
- Legitimate administrative tasks.
level: low