mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
7602309138
* Converted (to generic sigma) rules * Converter outputs by default with indentation 4
17 lines
394 B
YAML
17 lines
394 B
YAML
title: Taskmgr as LOCAL_SYSTEM
|
|
status: experimental
|
|
description: Detects the creation of taskmgr.exe process in context of LOCAL_SYSTEM
|
|
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
|