Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_taskmgr_localsystem.yml
T

24 lines
605 B
YAML
Raw Normal View History

2018-03-19 16:36:39 +01:00
title: Taskmgr as LOCAL_SYSTEM
2019-11-12 23:12:27 +01:00
id: 9fff585c-c33e-4a86-b3cd-39312079a65f
2018-03-19 16:36:39 +01:00
status: experimental
description: Detects the creation of taskmgr.exe process in context of LOCAL_SYSTEM
2023-02-01 11:14:59 +01:00
author: Florian Roth (Nextron Systems)
2018-03-19 16:36:39 +01:00
date: 2018/03/18
modified: 2022/05/27
2022-10-28 15:06:36 +02:00
tags:
- attack.defense_evasion
- attack.t1036
2018-03-19 16:36:39 +01:00
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
2018-03-19 16:36:39 +01:00
detection:
2019-03-02 00:14:20 +01:00
selection:
User|contains: # covers many language settings
- 'AUTHORI'
- 'AUTORI'
2020-10-15 19:49:47 -03:00
Image|endswith: '\taskmgr.exe'
2019-03-02 00:14:20 +01:00
condition: selection
2018-03-19 16:36:39 +01:00
falsepositives:
- Unknown
2018-03-19 16:36:39 +01:00
level: high