2019-05-22 08:38:27 +00:00
|
|
|
title: Terminal Service Process Spawn
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 1012f107-b8f1-4271-af30-5aed2de89b39
|
2019-05-22 08:38:27 +00:00
|
|
|
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
|
2020-08-29 16:22:09 +00:00
|
|
|
modified: 2020/08/29
|
2019-06-14 04:15:38 +00:00
|
|
|
tags:
|
2020-08-29 16:22:09 +00:00
|
|
|
- attack.initial_access
|
|
|
|
- attack.t1190
|
|
|
|
- attack.lateral_movement
|
|
|
|
- attack.t1210
|
2019-06-14 04:15:38 +00:00
|
|
|
- car.2013-07-002
|
2019-05-22 08:38:27 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
2019-06-11 11:20:15 +00:00
|
|
|
category: process_creation
|
2019-05-22 08:38:27 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
2019-05-23 07:44:18 +00:00
|
|
|
ParentCommandLine: '*\svchost.exe*termsvcs'
|
2019-05-22 08:38:27 +00:00
|
|
|
filter:
|
|
|
|
Image: '*\rdpclip.exe'
|
|
|
|
condition: selection and not filter
|
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
2020-08-29 16:22:09 +00:00
|
|
|
level: high
|