Errors in YAML files corrected

This commit is contained in:
Oddvar Moe 2018-10-25 21:24:55 +02:00
parent 550263cd1e
commit a61d2586cf
3 changed files with 31 additions and 34 deletions

View File

@ -15,15 +15,7 @@ Commands:
- Command: Microsoft.Worflow.Compiler.exe tests.txt results.txt
Description: Compile and execute C# or VB.net code in a XOML file referenced in the test.txt file.
Usecase: Compile and run code
Category: Execution
Privileges: User
MitreID: T1127
MitreLink: https://attack.mitre.org/wiki/Technique/T1127
OperatingSystem: Windows 10S
- Command: Microsoft.Worflow.Compiler.exe tests.xml results.xml
Description: Compile and execute C# or VB.net code in a XOML file referenced in the test.xml file.
Usecase: Compile and run code
Category: AWL Bypass
Category: Execute
Privileges: User
MitreID: T1127
MitreLink: https://attack.mitre.org/wiki/Technique/T1127

View File

@ -1,22 +1,27 @@
---
Name: Schtasks.exe
Description: Schedule periodic tasks
Author: 'Ossi Vaananen'
Created: '2018-10-24'
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: Persistence
Privileges: User
MitreID: T1053
MitreLink: https://attack.mitre.org/wiki/Technique/T1053
OperatingSystem: Windows
Full Path:
- Path: c:\windows\system32\schtasks.exe
- Path: c:\windows\syswow64\schtasks.exe
Code Sample:
- Code:
Detection:
- IOC: Services that gets created
Resources:
- Link: https://isc.sans.edu/forums/diary/Adding+Persistence+Via+Scheduled+Tasks/23633/
Acknowledgement:
- Person: Ossi Vaananen
- Person:
Handle:
---