2019-01-16 23:36:31 +01:00
|
|
|
title: Suspicious Svchost Process
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 01d2e2a1-5f09-44f7-9fc1-24faa7479b6d
|
2019-01-16 23:36:31 +01:00
|
|
|
status: experimental
|
|
|
|
|
description: Detects a suspicious svchost process start
|
2019-03-06 00:43:42 +01:00
|
|
|
tags:
|
|
|
|
|
- attack.defense_evasion
|
|
|
|
|
- attack.t1036
|
2019-01-16 23:36:31 +01:00
|
|
|
author: Florian Roth
|
|
|
|
|
date: 2017/08/15
|
|
|
|
|
logsource:
|
2019-03-02 00:14:20 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2019-03-02 00:14:20 +01:00
|
|
|
selection:
|
|
|
|
|
Image: '*\svchost.exe'
|
|
|
|
|
filter:
|
|
|
|
|
ParentImage:
|
|
|
|
|
- '*\services.exe'
|
|
|
|
|
- '*\MsMpEng.exe'
|
2019-04-15 14:54:35 +02:00
|
|
|
- '*\Mrt.exe'
|
2019-04-16 15:00:06 +02:00
|
|
|
- '*\rpcnet.exe'
|
2019-12-10 19:31:12 +03:00
|
|
|
- '*\svchost.exe'
|
2019-07-02 20:14:45 +02:00
|
|
|
filter_null:
|
|
|
|
|
ParentImage: null
|
|
|
|
|
condition: selection and not filter and not filter_null
|
2019-01-16 23:36:31 +01:00
|
|
|
fields:
|
2019-03-02 00:14:20 +01:00
|
|
|
- CommandLine
|
|
|
|
|
- ParentCommandLine
|
2019-01-16 23:36:31 +01:00
|
|
|
falsepositives:
|
2019-03-02 00:14:20 +01:00
|
|
|
- Unknown
|
2019-01-16 23:36:31 +01:00
|
|
|
level: high
|