598d29f811
chore: change tags, date, modified fields to comply with v2 of the Sigma spec. chore: update the related type from `obsoletes` to `obsolete`. chore: update local json schema to the latest version.
34 lines
996 B
YAML
34 lines
996 B
YAML
title: Scheduled Task Creation Via Schtasks.EXE
|
|
id: 92626ddd-662c-49e3-ac59-f6535f12d189
|
|
status: test
|
|
description: Detects the creation of scheduled tasks by user accounts via the "schtasks" utility.
|
|
references:
|
|
- https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/schtasks-create
|
|
author: Florian Roth (Nextron Systems)
|
|
date: 2019-01-16
|
|
modified: 2024-01-18
|
|
tags:
|
|
- attack.execution
|
|
- attack.persistence
|
|
- attack.privilege-escalation
|
|
- attack.t1053.005
|
|
- attack.s0111
|
|
- car.2013-08-001
|
|
- stp.1u
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image|endswith: '\schtasks.exe'
|
|
CommandLine|contains: ' /create '
|
|
filter_main_system_user:
|
|
User|contains: # covers many language settings
|
|
- 'AUTHORI'
|
|
- 'AUTORI'
|
|
condition: selection and not 1 of filter_main_*
|
|
falsepositives:
|
|
- Administrative activity
|
|
- Software installation
|
|
level: low
|