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

30 lines
708 B
YAML
Raw Normal View History

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