Files
blue-team-tools/rules/windows/process_creation/win_termserv_proc_spawn.yml
T

30 lines
860 B
YAML
Raw Normal View History

2019-05-22 10:38:27 +02:00
title: Terminal Service Process Spawn
2019-11-12 23:12:27 +01:00
id: 1012f107-b8f1-4271-af30-5aed2de89b39
2021-11-27 11:33:14 +01:00
status: test
2019-05-22 10:38:27 +02:00
description: Detects a process spawned by the terminal service server process (this could be an indicator for an exploitation of CVE-2019-0708)
author: Florian Roth
2021-11-27 11:33:14 +01:00
references:
- https://securingtomorrow.mcafee.com/other-blogs/mcafee-labs/rdp-stands-for-really-do-patch-understanding-the-wormable-rdp-vulnerability-cve-2019-0708/
2019-05-22 10:38:27 +02:00
date: 2019/05/22
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2019-05-22 10:38:27 +02:00
logsource:
2021-11-27 11:33:14 +01:00
product: windows
category: process_creation
2019-05-22 10:38:27 +02:00
detection:
2021-11-27 11:33:14 +01:00
selection:
ParentCommandLine|contains|all:
- '\svchost.exe'
- 'termsvcs'
filter:
Image|endswith: '\rdpclip.exe'
condition: selection and not filter
2019-05-22 10:38:27 +02:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Unknown
2020-10-15 19:57:05 -03:00
level: high
2021-11-27 11:33:14 +01:00
tags:
- attack.initial_access
- attack.t1190
- attack.lateral_movement
- attack.t1210
- car.2013-07-002