.. /Tracker.exe
Star

Execute (DLL)
AWL bypass (DLL)

Tool included with Microsoft .Net Framework.


Paths:

Resources:
Acknowledgements:

Detection:

Execute

  1. 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.

    Tracker.exe /d .\calc.dll /c C:\Windows\write.exe
    Use case
    Injection of locally stored DLL file into target process.
    Privileges required
    User
    Operating systems
    Windows
    ATT&CK® technique
    T1127
    Tags
    Execute: DLL
    This LOLBAS executes Dynamic-Link Libraries (DLLs).

AWL bypass

  1. 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.

    Tracker.exe /d .\calc.dll /c C:\Windows\write.exe
    Use case
    Injection of locally stored DLL file into target process.
    Privileges required
    User
    Operating systems
    Windows
    ATT&CK® technique
    T1127
    Tags
    Execute: DLL
    This LOLBAS executes Dynamic-Link Libraries (DLLs).