SigmaHQ/rules/windows/sysmon/sysmon_susp_taskmgr_localsystem.yml
2018-03-19 16:36:39 +01:00

18 lines
404 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:
product: windows
service: sysmon
detection:
selection:
EventID: 1
User: 'NT AUTHORITY\SYSTEM'
Image: '*\taskmgr.exe'
condition: selection
falsepositives:
- Unkown
level: high