SigmaHQ/rules/windows/process_creation/win_susp_svchost.yml

30 lines
667 B
YAML
Raw Normal View History

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
author: Florian Roth
date: 2017/08/15
logsource:
category: process_creation
product: windows
detection:
selection:
Image: '*\svchost.exe'
filter:
ParentImage:
- '*\services.exe'
- '*\MsMpEng.exe'
- '*\Mrt.exe'
- '*\rpcnet.exe'
2019-07-02 18:14:45 +00:00
filter_null:
ParentImage: null
condition: selection and not filter and not filter_null
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Unknown
level: high