LOLBAS/yml/OSBinaries/Schtasks.yml

27 lines
831 B
YAML
Raw Normal View History

---
Name: Schtasks.exe
Description: Schedule periodic tasks
2018-10-25 21:24:55 +02:00
Author: 'Oddvar Moe'
Created: '2018-05-25'
Commands:
- Command: schtasks /create /sc minute /mo 1 /tn "Reverse shell" /tr c:\some\directory\revshell.exe
Description: Create a recurring task to execute every minute.
Usecase: Create a recurring task, to eg. to keep reverse shell session(s) alive
Category: Execute
Privileges: User
2018-10-25 21:24:55 +02:00
MitreID: T1053
MitreLink: https://attack.mitre.org/wiki/Technique/T1053
OperatingSystem: Windows
Full_Path:
2018-10-25 21:24:55 +02:00
- Path: c:\windows\system32\schtasks.exe
- Path: c:\windows\syswow64\schtasks.exe
Code_Sample:
2018-10-25 21:24:55 +02:00
- Code:
Detection:
- IOC: Services that gets created
Resources:
2018-10-25 21:24:55 +02:00
- Link: https://isc.sans.edu/forums/diary/Adding+Persistence+Via+Scheduled+Tasks/23633/
Acknowledgement:
- Person:
Handle:
2018-10-25 21:24:55 +02:00
---