SigmaHQ/rules/windows/sysmon/sysmon_susp_taskmgr_parent.yml

25 lines
529 B
YAML
Raw Normal View History

title: Taskmgr as Parent
status: experimental
description: Detects the creation of a process from Windows task manager
author: Florian Roth
date: 2018/03/13
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 1
ParentImage: '*\taskmgr.exe'
2018-03-19 15:36:15 +00:00
filter:
Image:
- 'resmon.exe'
- 'mmc.exe'
condition: selection and not filter
fields:
- Image
- CommandLine
- ParentCommandLine
falsepositives:
- Administrative activity
2018-03-19 15:36:15 +00:00
level: low