SigmaHQ/rules/windows/sysmon/sysmon_susp_svchost.yml

24 lines
505 B
YAML
Raw Normal View History

2017-08-31 09:07:45 +00:00
title: Suspicious Svchost Process
status: experimental
2018-07-03 11:05:18 +00:00
description: Detects a suspicious svchost process start
2017-08-31 09:07:45 +00:00
author: Florian Roth
date: 2017/08/15
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 1
Image: '*\svchost.exe'
filter:
ParentImage:
- '*\services.exe'
- '*\MsMpEng.exe'
2017-08-31 09:07:45 +00:00
condition: selection and not filter
2017-09-12 21:54:04 +00:00
fields:
- CommandLine
- ParentCommandLine
2017-08-31 09:07:45 +00:00
falsepositives:
- Unknown
level: high