Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_schtasks_creation.yml
T

34 lines
843 B
YAML
Raw Normal View History

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
description: Detects the creation of scheduled tasks in user session
2023-02-01 11:14:59 +01:00
author: Florian Roth (Nextron Systems)
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
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
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:
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
falsepositives:
2019-03-02 00:14:20 +01:00
- Administrative activity
- Software installation
level: low