SigmaHQ/rules/windows/sysmon/sysmon_susp_svchost.yml
2017-09-12 23:54:04 +02:00

22 lines
460 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
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Unknown
level: high