Completed template update of OterMSBinaries

This commit is contained in:
Conor Richard
2018-09-21 22:58:00 -04:00
parent 95dc80b8cd
commit 58e88b98f9
17 changed files with 189 additions and 67 deletions

View File

@@ -1,17 +1,23 @@
---
Name: Tracker.exe
Description: Execute
Author: ''
Description: Tool included with Microsoft .Net Framework.
Author: 'Oddvar Moe'
Created: '2018-05-25'
Categories: []
Commands:
- Command: Tracker.exe /d .\calc.dll /c C:\Windows\write.exe
Description: Use tracker.exe to proxy execution of an arbitrary DLL into another process. Since tracker.exe is also signed it can be used to bypass application whitelisting solutions.
Usecase: Injection of locally stored DLL file into target process.
Category: AWL Bypass
Privileges: User
MitreID: T1218
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
OperatingSystem: Windows
Full Path: ''
Code Sample: []
Detection: []
Resources:
- https://twitter.com/subTee/status/793151392185589760
- https://attack.mitre.org/wiki/Execution
Notes: Thanks to Casey Smith - @subTee
Acknowledgment:
- Person: Casey Smith
Handle: '@subTee'