mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
30 lines
771 B
YAML
30 lines
771 B
YAML
title: Windows 10 Scheduled Task SandboxEscaper 0-day
|
|
id: 931b6802-d6a6-4267-9ffa-526f57f22aaf
|
|
status: experimental
|
|
description: Detects Task Scheduler .job import arbitrary DACL write\par
|
|
references:
|
|
- https://github.com/SandboxEscaper/polarbearrepo/tree/master/bearlpe
|
|
author: Olaf Hartong
|
|
date: 2019/05/22
|
|
modified: 2020/08/29
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image|endswith: '\schtasks.exe'
|
|
CommandLine|contains|all:
|
|
- '/change'
|
|
- '/TN'
|
|
- '/RU'
|
|
- '/RP'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
tags:
|
|
- attack.privilege_escalation
|
|
- attack.t1053.005
|
|
- attack.t1053 # an old one
|
|
- car.2013-08-001
|
|
level: high
|