SigmaHQ/rules/windows/process_creation/win_win10_sched_task_0day.yml

26 lines
704 B
YAML
Raw Normal View History

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
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
author: Olaf Hartong
date: 2019/05/22
modified: 2020/08/29
logsource:
category: process_creation
product: windows
detection:
2019-11-12 22:12:27 +00:00
selection:
Image|endswith: '\schtasks.exe'
2020-10-15 23:00:13 +00:00
CommandLine|contains: '/change*/TN*/RU*/RP'
2019-11-12 22:12:27 +00:00
condition: selection
falsepositives:
2019-11-12 22:12:27 +00:00
- Unknown
tags:
- attack.privilege_escalation
2020-06-16 20:46:08 +00:00
- attack.t1053.005
- attack.t1053 # an old one
- car.2013-08-001
level: high