mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
23 lines
602 B
YAML
23 lines
602 B
YAML
title: Windows 10 scheduled task SandboxEscaper 0-day
|
|
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
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image: 'schtasks.exe'
|
|
CommandLine: '*/change*/TN*/RU*/RP*'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
tags:
|
|
- attack.privilege_escalation
|
|
- attack.execution
|
|
- attack.t1053
|
|
level: high
|