2019-01-16 22:36:31 +00:00
|
|
|
title: Taskmgr as Parent
|
|
|
|
status: experimental
|
|
|
|
description: Detects the creation of a process from Windows task manager
|
|
|
|
author: Florian Roth
|
|
|
|
date: 2018/03/13
|
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
ParentImage: '*\taskmgr.exe'
|
|
|
|
filter:
|
|
|
|
Image:
|
|
|
|
- resmon.exe
|
|
|
|
- mmc.exe
|
|
|
|
condition: selection and not filter
|
2019-01-16 22:36:31 +00:00
|
|
|
fields:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Image
|
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Administrative activity
|
2019-01-16 22:36:31 +00:00
|
|
|
level: low
|