SigmaHQ/rules/windows/process_creation/win_termserv_proc_spawn.yml
2019-11-12 23:12:27 +01:00

24 lines
746 B
YAML

title: Terminal Service Process Spawn
id: 1012f107-b8f1-4271-af30-5aed2de89b39
status: experimental
description: Detects a process spawned by the terminal service server process (this could be an indicator for an exploitation of CVE-2019-0708)
references:
- https://securingtomorrow.mcafee.com/other-blogs/mcafee-labs/rdp-stands-for-really-do-patch-understanding-the-wormable-rdp-vulnerability-cve-2019-0708/
author: Florian Roth
date: 2019/05/22
tags:
- car.2013-07-002
logsource:
product: windows
category: process_creation
detection:
selection:
ParentCommandLine: '*\svchost.exe*termsvcs'
filter:
Image: '*\rdpclip.exe'
condition: selection and not filter
falsepositives:
- Unknown
level: high