2020-01-30 16:26:09 +00:00
|
|
|
title: Windows 10 Scheduled Task SandboxEscaper 0-day
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 931b6802-d6a6-4267-9ffa-526f57f22aaf
|
2019-11-12 22:05:36 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects Task Scheduler .job import arbitrary DACL write\par
|
|
|
|
references:
|
2019-11-12 22:12:27 +00:00
|
|
|
- https://github.com/SandboxEscaper/polarbearrepo/tree/master/bearlpe
|
2019-11-12 22:05:36 +00:00
|
|
|
author: Olaf Hartong
|
|
|
|
date: 2019/05/22
|
2020-08-29 16:22:09 +00:00
|
|
|
modified: 2020/08/29
|
2019-11-12 22:05:36 +00:00
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
2019-11-12 22:12:27 +00:00
|
|
|
selection:
|
2020-05-15 16:35:32 +00:00
|
|
|
Image|endswith: '\schtasks.exe'
|
2020-11-28 16:42:30 +00:00
|
|
|
CommandLine|contains|all:
|
|
|
|
- '/change'
|
|
|
|
- '/TN'
|
|
|
|
- '/RU'
|
|
|
|
- '/RP'
|
2019-11-12 22:12:27 +00:00
|
|
|
condition: selection
|
2019-11-12 22:05:36 +00:00
|
|
|
falsepositives:
|
2019-11-12 22:12:27 +00:00
|
|
|
- Unknown
|
2019-11-12 22:05:36 +00:00
|
|
|
tags:
|
|
|
|
- attack.privilege_escalation
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1053.005
|
2020-08-29 16:22:09 +00:00
|
|
|
- attack.t1053 # an old one
|
|
|
|
- car.2013-08-001
|
2019-11-12 22:05:36 +00:00
|
|
|
level: high
|