2018-06-09 00:15:06 +02:00
---
Name : Tracker.exe
2018-09-22 04:58:00 +02:00
Description : Tool included with Microsoft .Net Framework.
Author : 'Oddvar Moe'
2021-01-10 16:04:52 +01:00
Created : 2018-05-25
2018-06-09 00:15:06 +02:00
Commands :
2018-10-05 21:06:01 +02:00
- 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
2021-11-05 21:06:57 +01:00
MitreID : T1127
2018-10-05 21:06:01 +02:00
OperatingSystem : Windows
2024-04-03 17:53:36 +02:00
Tags :
- Execute : DLL
2018-06-09 00:15:06 +02:00
- 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.
2018-09-22 04:58:00 +02:00
Usecase : Injection of locally stored DLL file into target process.
Category : AWL Bypass
Privileges : User
2021-11-05 21:06:57 +01:00
MitreID : T1127
2018-09-22 04:58:00 +02:00
OperatingSystem : Windows
2024-04-03 17:53:36 +02:00
Tags :
- Execute : DLL
2018-12-10 14:28:12 +01:00
Full_Path :
2022-09-11 06:16:59 +02:00
- Path : no default
2018-12-10 14:28:12 +01:00
Code_Sample :
2018-09-26 11:41:58 +02:00
- Code :
Detection :
2023-10-18 17:30:34 +02:00
- Sigma : https://github.com/SigmaHQ/sigma/blob/683b63f8184b93c9564c4310d10c571cbe367e1e/rules/windows/process_creation/proc_creation_win_lolbin_tracker.yml
2018-06-09 00:15:06 +02:00
Resources :
2018-09-26 11:41:58 +02:00
- Link : https://twitter.com/subTee/status/793151392185589760
- Link : https://attack.mitre.org/wiki/Execution
2021-01-10 16:45:25 +01:00
Acknowledgement :
2018-09-22 04:58:00 +02:00
- Person : Casey Smith
Handle : '@subTee'