2017-03-13 19:45:28 +00:00
|
|
|
title: Scheduled Task Creation
|
|
|
|
status: experimental
|
2017-03-21 09:23:53 +00:00
|
|
|
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
|
2018-07-22 12:56:47 +00:00
|
|
|
tags:
|
|
|
|
- attack.execution
|
|
|
|
- attack.persistence
|
2019-01-22 18:26:07 +00:00
|
|
|
- attack.privilege_escalation
|
2018-07-22 12:56:47 +00:00
|
|
|
- attack.t1053
|
|
|
|
- attack.s0111
|
2017-03-13 19:45:28 +00:00
|
|
|
falsepositives:
|
|
|
|
- Administrative activity
|
2017-03-21 09:23:53 +00:00
|
|
|
- Software installation
|
2017-03-13 19:45:28 +00:00
|
|
|
level: low
|