SigmaHQ/rules/windows/sysmon/sysmon_susp_svchost.yml
2017-08-31 11:07:45 +02:00

19 lines
410 B
YAML

title: Suspicious Svchost Process
status: experimental
description: Detects a suspicious scvhost process start
author: Florian Roth
date: 2017/08/15
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 1
Image: '*\svchost.exe'
filter:
ParentImage: '*\services.exe'
condition: selection and not filter
falsepositives:
- Unknown
level: high