LOLBAS/yml/OtherMSBinaries/Tracker.yml

35 lines
1.4 KiB
YAML

---
Name: Tracker.exe
Description: Tool included with Microsoft .Net Framework.
Author: Oddvar Moe
Created: 2018-05-25
Commands:
- Command: Tracker.exe /d {PATH:.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: T1127
OperatingSystem: Windows
Tags:
- Execute: DLL
- Command: Tracker.exe /d {PATH:.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: T1127
OperatingSystem: Windows
Tags:
- Execute: DLL
Full_Path:
- Path: no default
Detection:
- Sigma: https://github.com/SigmaHQ/sigma/blob/683b63f8184b93c9564c4310d10c571cbe367e1e/rules/windows/process_creation/proc_creation_win_lolbin_tracker.yml
Resources:
- Link: https://twitter.com/subTee/status/793151392185589760
- Link: https://attack.mitre.org/wiki/Execution
Acknowledgement:
- Person: Casey Smith
Handle: '@subTee'