2019-01-16 23:36:31 +01:00
|
|
|
title: Taskmgr as Parent
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 3d7679bd-0c00-440c-97b0-3f204273e6c7
|
2019-01-16 23:36:31 +01:00
|
|
|
status: experimental
|
|
|
|
|
description: Detects the creation of a process from Windows task manager
|
2019-03-06 05:25:12 +01:00
|
|
|
tags:
|
|
|
|
|
- attack.defense_evasion
|
|
|
|
|
- attack.t1036
|
2019-01-16 23:36:31 +01:00
|
|
|
author: Florian Roth
|
|
|
|
|
date: 2018/03/13
|
|
|
|
|
logsource:
|
2019-03-02 00:14:20 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2019-03-02 00:14:20 +01:00
|
|
|
selection:
|
|
|
|
|
ParentImage: '*\taskmgr.exe'
|
|
|
|
|
filter:
|
|
|
|
|
Image:
|
2019-06-17 14:57:41 +02:00
|
|
|
- '*\resmon.exe'
|
|
|
|
|
- '*\mmc.exe'
|
2019-09-27 11:06:21 -04:00
|
|
|
- '*\taskmgr.exe'
|
2019-03-02 00:14:20 +01:00
|
|
|
condition: selection and not filter
|
2019-01-16 23:36:31 +01:00
|
|
|
fields:
|
2019-03-02 00:14:20 +01:00
|
|
|
- Image
|
|
|
|
|
- CommandLine
|
|
|
|
|
- ParentCommandLine
|
2019-01-16 23:36:31 +01:00
|
|
|
falsepositives:
|
2019-03-02 00:14:20 +01:00
|
|
|
- Administrative activity
|
2019-01-16 23:36:31 +01:00
|
|
|
level: low
|