Adding 'Execute' categories to existing 'AWL Bypass' binaries.

This commit is contained in:
Conor Richard
2018-10-05 15:06:01 -04:00
parent 92a20a2d6f
commit c103cb3677
4 changed files with 58 additions and 2 deletions

View File

@@ -4,6 +4,14 @@ Description: Tool included with Microsoft .Net Framework.
Author: 'Oddvar Moe'
Created: '2018-05-25'
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: Execute
Privileges: User
MitreID: T1218
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
OperatingSystem: Windows
- 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.