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