SigmaHQ/rules/windows/sysmon/sysmon_susp_schtask_creation.yml

29 lines
656 B
YAML
Raw Normal View History

2017-03-13 19:45:28 +00:00
title: Scheduled Task Creation
status: experimental
description: Detects the creation of scheduled tasks in user session
2017-03-13 19:45:28 +00:00
author: Florian Roth
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 1
Image: '*\schtasks.exe'
CommandLine: '* /create *'
filter:
User: 'NT AUTHORITY\SYSTEM'
condition: selection and not filter
2017-09-12 21:54:04 +00:00
fields:
- CommandLine
- ParentCommandLine
tags:
- attack.execution
- attack.persistence
2019-01-22 18:26:07 +00:00
- attack.privilege_escalation
- attack.t1053
- attack.s0111
2017-03-13 19:45:28 +00:00
falsepositives:
- Administrative activity
- Software installation
2017-03-13 19:45:28 +00:00
level: low