mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
22 lines
460 B
YAML
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
|