2019-01-16 23:36:31 +01:00
|
|
|
title: Scheduled Task Creation
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 92626ddd-662c-49e3-ac59-f6535f12d189
|
2022-10-09 16:54:04 +02:00
|
|
|
status: test
|
2019-01-16 23:36:31 +01:00
|
|
|
description: Detects the creation of scheduled tasks in user session
|
2023-02-01 11:14:59 +01:00
|
|
|
author: Florian Roth (Nextron Systems)
|
2020-01-30 16:07:37 +01:00
|
|
|
date: 2019/01/16
|
2022-10-09 16:54:04 +02:00
|
|
|
modified: 2022/10/09
|
|
|
|
|
tags:
|
|
|
|
|
- attack.execution
|
|
|
|
|
- attack.persistence
|
|
|
|
|
- attack.privilege_escalation
|
|
|
|
|
- attack.t1053.005
|
|
|
|
|
- attack.s0111
|
|
|
|
|
- car.2013-08-001
|
2019-01-16 23:36:31 +01:00
|
|
|
logsource:
|
2019-03-02 00:14:20 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2019-03-02 00:14:20 +01:00
|
|
|
selection:
|
2020-10-15 19:47:15 -03:00
|
|
|
Image|endswith: '\schtasks.exe'
|
|
|
|
|
CommandLine|contains: ' /create '
|
2019-03-02 00:14:20 +01:00
|
|
|
filter:
|
2022-05-27 15:13:26 +02:00
|
|
|
User|contains: # covers many language settings
|
|
|
|
|
- 'AUTHORI'
|
|
|
|
|
- 'AUTORI'
|
2019-03-02 00:14:20 +01:00
|
|
|
condition: selection and not filter
|
2022-10-28 15:06:36 +02:00
|
|
|
fields:
|
|
|
|
|
- CommandLine
|
|
|
|
|
- ParentCommandLine
|
2019-01-16 23:36:31 +01:00
|
|
|
falsepositives:
|
2019-03-02 00:14:20 +01:00
|
|
|
- Administrative activity
|
|
|
|
|
- Software installation
|
2019-01-16 23:36:31 +01:00
|
|
|
level: low
|