2019-01-16 22:36:31 +00:00
|
|
|
title: Scheduled Task Creation
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 92626ddd-662c-49e3-ac59-f6535f12d189
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects the creation of scheduled tasks in user session
|
|
|
|
author: Florian Roth
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/01/16
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
Image: '*\schtasks.exe'
|
|
|
|
CommandLine: '* /create *'
|
|
|
|
filter:
|
|
|
|
User: NT AUTHORITY\SYSTEM
|
|
|
|
condition: selection and not filter
|
2019-01-16 22:36:31 +00:00
|
|
|
fields:
|
2019-03-01 23:14:20 +00:00
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2019-01-16 22:36:31 +00:00
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.execution
|
|
|
|
- attack.persistence
|
|
|
|
- attack.privilege_escalation
|
|
|
|
- attack.t1053
|
|
|
|
- attack.s0111
|
2019-06-14 04:15:38 +00:00
|
|
|
- car.2013-08-001
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1053.005
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Administrative activity
|
|
|
|
- Software installation
|
2019-01-16 22:36:31 +00:00
|
|
|
level: low
|