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

32 lines
738 B
YAML
Raw Normal View History

title: Suspicious Svchost Process
2019-11-12 23:12:27 +01:00
id: 01d2e2a1-5f09-44f7-9fc1-24faa7479b6d
status: experimental
description: Detects a suspicious svchost process start
2019-03-06 00:43:42 +01:00
tags:
- attack.defense_evasion
- attack.t1036
author: Florian Roth
date: 2017/08/15
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection:
Image: '*\svchost.exe'
filter:
ParentImage:
- '*\services.exe'
- '*\MsMpEng.exe'
- '*\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
fields:
2019-03-02 00:14:20 +01:00
- CommandLine
- ParentCommandLine
falsepositives:
2019-03-02 00:14:20 +01:00
- Unknown
level: high