refactor: changed cmdkey rule

This commit is contained in:
Florian Roth
2021-07-07 14:45:03 +02:00
parent e5849a08f1
commit 0c7661e8bc
@@ -7,6 +7,7 @@ references:
- https://technet.microsoft.com/en-us/library/cc754243(v=ws.11).aspx
author: jmallette
date: 2019/01/16
modified: 2021/07/07
tags:
- attack.credential_access
- attack.t1003.005
@@ -17,12 +18,12 @@ logsource:
detection:
selection:
Image|endswith: '\cmdkey.exe'
CommandLine|contains: ' /list '
CommandLine|contains: ' /list'
condition: selection
fields:
- CommandLine
- ParentCommandLine
- User
falsepositives:
- Legitimate administrative tasks.
level: low
- Legitimate administrative tasks
level: medium