SigmaHQ/rules/windows/process_creation/win_susp_taskmgr_localsystem.yml

21 lines
489 B
YAML
Raw Normal View History

title: Taskmgr as LOCAL_SYSTEM
2019-11-12 22:12:27 +00:00
id: 9fff585c-c33e-4a86-b3cd-39312079a65f
status: experimental
description: Detects the creation of taskmgr.exe process in context of LOCAL_SYSTEM
2019-03-06 04:25:12 +00:00
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: '*\taskmgr.exe'
condition: selection
falsepositives:
- Unkown
level: high