SigmaHQ/rules/windows/sysmon/sysmon_susp_schtask_creation.yml
2018-07-22 15:56:47 +03:00

29 lines
656 B
YAML

title: Scheduled Task Creation
status: experimental
description: Detects the creation of scheduled tasks in user session
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
fields:
- CommandLine
- ParentCommandLine
tags:
- attack.execution
- attack.persistence
- attack.privelege_escalation
- attack.t1053
- attack.s0111
falsepositives:
- Administrative activity
- Software installation
level: low