Adding mscopilot.exe and mscopilot_proxy.exe (#497)

Co-authored-by: Wietze <wietze@users.noreply.github.com>
This commit is contained in:
4n4s4zi
2026-05-09 04:16:00 -07:00
committed by GitHub
parent db6da5b030
commit fe428063d6
2 changed files with 45 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
---
Name: Mscopilot.exe
Description: Microsoft Copilot app
Author: 4n4s4zi
Created: 2026-04-14
Commands:
- Command: mscopilot.exe --no-startup-window --disable-gpu-sandbox --gpu-launcher="{CMD} && taskkill /f /im mscopilot.exe &&"
Description: "`mscopilot.exe` will spawn the provided command. Parent `mscopilot.exe` process needs to be killed to avoid command being executed an infinite number of times."
Usecase: Executes a process under a trusted Microsoft signed binary
Category: Execute
Privileges: User
MitreID: T1218.015
OperatingSystem: Windows 11
Tags:
- Execute: CMD
Full_Path:
- Path: C:\Program Files (x86)\Microsoft\Copilot\Application\mscopilot.exe
Resources:
- Link: https://github.com/4n4s4zi/tour-de-mscopilot
Acknowledgement:
- Person: 4n4s4zi
Handle: '@4n4s4zi'
+23
View File
@@ -0,0 +1,23 @@
---
Name: Mscopilot_proxy.exe
Description: Microsoft Copilot proxy launcher
Author: 4n4s4zi
Created: 2026-04-14
Commands:
- Command: mscopilot_proxy.exe --no-startup-window --disable-gpu-sandbox --gpu-launcher="cmd.exe /c calc.exe && taskkill /f /im mscopilot.exe &&"
Description: "`mscopilot_proxy.exe` will spawn the provided command. Parent `mscopilot_proxy.exe` process needs to be killed to avoid command being executed an infinite number of times."
Usecase: Executes a process under a trusted Microsoft signed binary
Category: Execute
Privileges: User
MitreID: T1218.015
OperatingSystem: Windows 11
Tags:
- Execute: CMD
Full_Path:
- Path: C:\Program Files (x86)\Microsoft\Copilot\Application\mscopilot_proxy.exe
Detection:
Resources:
- Link: https://github.com/4n4s4zi/tour-de-mscopilot
Acknowledgement:
- Person: 4n4s4zi
Handle: '@4n4s4zi'