.. /Teams.exe
Star

Electron runtime binary which runs the Teams application


Paths:

Resources:
Acknowledgements:

Detection:

Execute

Generate JavaScript payload and package.json, and save to "%LOCALAPPDATA%\\Microsoft\\Teams\\current\\app\\" before executing.
teams.exe
Usecase: Execute JavaScript code
Privileges required: User
OS: Windows 10, Windows 11
MITRE ATT&CK®: T1218



Generate JavaScript payload and package.json, archive in ASAR file and save to "%LOCALAPPDATA%\\Microsoft\\Teams\\current\\app.asar" before executing.
teams.exe
Usecase: Execute JavaScript code
Privileges required: User
OS: Windows 10, Windows 11
MITRE ATT&CK®: T1218



Teams spawns cmd.exe as a child process of teams.exe and executes the ping command
teams.exe --disable-gpu-sandbox --gpu-launcher="C:\Windows\system32\cmd.exe /c ping google.com &&"
Usecase: Executes a process under a trusted Microsoft signed binary
Privileges required: User
OS: Windows 10, Windows 11
MITRE ATT&CK®: T1218