mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
7602309138
* Converted (to generic sigma) rules * Converter outputs by default with indentation 4
25 lines
530 B
YAML
25 lines
530 B
YAML
title: Suspicious Svchost Process
|
|
status: experimental
|
|
description: Detects a suspicious svchost process start
|
|
author: Florian Roth
|
|
date: 2017/08/15
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image: '*\svchost.exe'
|
|
filter:
|
|
ParentImage:
|
|
- '*\services.exe'
|
|
- '*\MsMpEng.exe'
|
|
condition: selection and not filter
|
|
fields:
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
tags:
|
|
- attack.defense_evasion
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|