mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
3f45269296
B B B B A
21 lines
498 B
YAML
21 lines
498 B
YAML
title: Taskmgr as LOCAL_SYSTEM
|
|
id: 9fff585c-c33e-4a86-b3cd-39312079a65f
|
|
status: experimental
|
|
description: Detects the creation of taskmgr.exe process in context of LOCAL_SYSTEM
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1036
|
|
author: Florian Roth
|
|
date: 2018/03/18
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
User: NT AUTHORITY\SYSTEM
|
|
Image|endswith: '\taskmgr.exe'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|