2019-01-16 22:36:31 +00:00
|
|
|
title: Taskmgr as Parent
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 3d7679bd-0c00-440c-97b0-3f204273e6c7
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects the creation of a process from Windows task manager
|
2019-03-06 04:25:12 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1036
|
2019-01-16 22:36:31 +00:00
|
|
|
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:
|
2019-06-17 12:57:41 +00:00
|
|
|
- '*\resmon.exe'
|
|
|
|
- '*\mmc.exe'
|
2019-09-27 15:06:21 +00:00
|
|
|
- '*\taskmgr.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
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
|