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:
|
2020-10-15 19:50:04 -03:00
|
|
|
ParentImage|endswith: '\taskmgr.exe'
|
2019-03-02 00:14:20 +01:00
|
|
|
filter:
|
2020-10-15 19:50:04 -03:00
|
|
|
Image|endswith:
|
|
|
|
|
- '\resmon.exe'
|
|
|
|
|
- '\mmc.exe'
|
|
|
|
|
- '\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
|