still trying to correct CI fails

This commit is contained in:
josehelps 2023-09-03 14:47:48 -04:00
parent a678306935
commit e935a7bf05

View File

@ -5,27 +5,28 @@ Author: Andrew Kisliakov
Created: 2022-01-17 Created: 2022-01-17
Commands: Commands:
- Command: Teams.exe - Command: Teams.exe
Description: Generate JavaScript payload and package.json, and save to %LOCALAPPDATA%\Microsoft\Teams\current\app\ before executing. Description: Generate JavaScript payload and package.json, and save to "%LOCALAPPDATA%\\Microsoft\\Teams\\current\\app\\" before executing.
Usecase: Execute JavaScript code Usecase: Execute JavaScript code
Category: Execute Category: Execute
Privileges: User Privileges: User
MitreID: T1218 MitreID: T1218
OperatingSystem: Windows OperatingSystem: Windows
- Command: Teams.exe - 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. 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 Usecase: Execute JavaScript code
Category: Execute Category: Execute
Privileges: User Privileges: User
MitreID: T1218 MitreID: T1218
OperatingSystem: Windows OperatingSystem: Windows
Full_Path: Full_Path:
- Path: "%LOCALAPPDATA%\Microsoft\Teams\current\Teams.exe" - Path: "%LOCALAPPDATA%\\Microsoft\\Teams\\current\\Teams.exe"
Code_Sample: Code_Sample:
- Code: https://github.com/lltltk/LOLBAS-research/tree/master/Teams - Code: https://github.com/lltltk/LOLBAS-research/tree/master/Teams
Detection: Detection:
- IOC: "%LOCALAPPDATA%\Microsoft\Teams\current\app directory created" - IOC: "%LOCALAPPDATA%\\Microsoft\\Teams\\current\\app directory created"
- IOC: "%LOCALAPPDATA%\Microsoft\Teams\current\app.asar file created/modified by non-Teams installer/updater" - IOC: "%LOCALAPPDATA%\\Microsoft\\Teams\\current\\app.asar file created/modified by non-Teams installer/updater"
Resources: Resources:
- Link: https://l--k.uk/2022/01/16/microsoft-teams-and-other-electron-apps-as-lolbins/ - Link: https://l--k.uk/2022/01/16/microsoft-teams-and-other-electron-apps-as-lolbins/
Acknowledgement: Acknowledgement:
- Person: Andrew Kisliakov - Person: Andrew Kisliakov