mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
Rule: Suspicious taskmgr as LOCAL_SYSTEM
This commit is contained in:
parent
af8be8f064
commit
8fb6bc7a8a
17
rules/windows/sysmon/sysmon_susp_taskmgr_localsystem.yml
Normal file
17
rules/windows/sysmon/sysmon_susp_taskmgr_localsystem.yml
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user