2018-06-23 15:45:58 +02:00
|
|
|
title: Default PowerSploit Schtasks Persistence
|
|
|
|
|
status: experimental
|
|
|
|
|
description: Detects the creation of a schtask via PowerSploit Default Configuration
|
|
|
|
|
references:
|
|
|
|
|
- https://github.com/0xdeadbeefJERKY/PowerSploit/blob/8690399ef70d2cad10213575ac67e8fa90ddf7c3/Persistence/Persistence.psm1
|
|
|
|
|
author: Markus Neis
|
|
|
|
|
date: 2018/03/06
|
|
|
|
|
logsource:
|
|
|
|
|
product: windows
|
|
|
|
|
service: sysmon
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
|
|
|
|
ParentImage:
|
|
|
|
|
- '*\Powershell.exe'
|
|
|
|
|
CommandLine:
|
|
|
|
|
- '*\schtasks.exe*/Create*/RU*system*/SC*ONLOGON*'
|
2018-06-23 15:54:31 +02:00
|
|
|
- '*\schtasks.exe*/Create*/RU*system*/SC*DAILY*'
|
|
|
|
|
- '*\schtasks.exe*/Create*/RU*system*/SC*ONIDLE*'
|
|
|
|
|
- '*\schtasks.exe*/Create*/RU*system*/SC*HOURLY*'
|
2018-06-23 15:45:58 +02:00
|
|
|
condition: selection
|
2018-07-22 15:53:56 +03:00
|
|
|
tags:
|
|
|
|
|
- attack.execution
|
|
|
|
|
- attack.persistence
|
2019-01-22 21:26:07 +03:00
|
|
|
- attack.privilege_escalation
|
2018-07-22 15:53:56 +03:00
|
|
|
- attack.t1053
|
2018-10-09 19:10:37 -05:00
|
|
|
- attack.t1086
|
2018-07-22 15:53:56 +03:00
|
|
|
- attack.s0111
|
|
|
|
|
- attack.g0022
|
|
|
|
|
- attack.g0060
|
2018-06-23 15:45:58 +02:00
|
|
|
falsepositives:
|
|
|
|
|
- False positives are possible, depends on organisation and processes
|
|
|
|
|
level: high
|