mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
27 lines
570 B
YAML
27 lines
570 B
YAML
title: Taskmgr as Parent
|
|
status: experimental
|
|
description: Detects the creation of a process from Windows task manager
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1036
|
|
author: Florian Roth
|
|
date: 2018/03/13
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
ParentImage: '*\taskmgr.exe'
|
|
filter:
|
|
Image:
|
|
- resmon.exe
|
|
- mmc.exe
|
|
condition: selection and not filter
|
|
fields:
|
|
- Image
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- Administrative activity
|
|
level: low
|