Update scripts with new template. Fixed mgmt script for webportal. Adjustments to existing yml files

This commit is contained in:
Oddvar Moe
2018-09-26 11:41:58 +02:00
parent d48273583e
commit bac3b9e56c
38 changed files with 405 additions and 245 deletions

View File

@@ -1,23 +1,26 @@
---
Name: vsjitdebugger.exe
Description: Just-In-Time (JIT) debugger included with Visual Studio..
Description: Just-In-Time (JIT) debugger included with Visual Studio
Author: 'Oddvar Moe'
Created: '2018-05-25'
Commands:
- Command: Vsjitdebugger.exe calc.exe
Description: Executes calc.exe as a subprocess of Vsjitdebugger.exe.
Usecase: Execution of local PE file as a subprocess of Vsjitdebugger.exe.
Category: Execution
Category: Execute
Privileges: User
MitreID: T1218
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
OperatingSystem: Windows
Full Path:
- c:\windows\system32\vsjitdebugger.exe
Code Sample: []
Detection: []
- Path: c:\windows\system32\vsjitdebugger.exe
Code Sample:
- Code:
Detection:
- IOC:
Resources:
- https://twitter.com/pabraeken/status/990758590020452353
- Link: https://twitter.com/pabraeken/status/990758590020452353
Acknowledgement:
- Person: Pierre-Alexandre Braeken
Handle: '@pabraeken'
---