LOLBAS/yml/OtherMSBinaries/Teams.yml

32 lines
1.2 KiB
YAML
Raw Normal View History

2022-01-17 09:11:47 +01:00
---
Name: Teams.exe
Description: Electron runtime binary which runs the Teams application
Author: Andrew Kisliakov
Created: 2022-01-17
Commands:
- Command: Teams.exe
Description: Generate JavaScript payload and package.json, and save to %LOCALAPPDATA%\Microsoft\Teams\current\app\ before executing.
Usecase: Execute JavaScript code
Category: Execute
Privileges: User
MitreID: T1218
2023-08-05 20:15:24 +02:00
OperatingSystem: Windows
2022-01-17 09:11:47 +01:00
- Command: Teams.exe
Description: Generate JavaScript payload and package.json, archive in ASAR file and save to %LOCALAPPDATA%\Microsoft\Teams\current\app.asar before executing.
Usecase: Execute JavaScript code
Category: Execute
Privileges: User
MitreID: T1218
2023-08-05 20:15:24 +02:00
OperatingSystem: Windows
2022-01-17 09:11:47 +01:00
Full_Path:
2023-09-03 20:43:08 +02:00
- Path: "%LOCALAPPDATA%\Microsoft\Teams\current\Teams.exe"
2022-01-17 09:11:47 +01:00
Code_Sample:
- Code: https://github.com/lltltk/LOLBAS-research/tree/master/Teams
Detection:
2023-09-03 20:43:08 +02:00
- IOC: "%LOCALAPPDATA%\Microsoft\Teams\current\app directory created"
- IOC: "%LOCALAPPDATA%\Microsoft\Teams\current\app.asar file created/modified by non-Teams installer/updater"
2022-01-17 09:11:47 +01:00
Resources:
- Link: https://l--k.uk/2022/01/16/microsoft-teams-and-other-electron-apps-as-lolbins/
Acknowledgement:
- Person: Andrew Kisliakov