Applying MITRE ATT&CK v15 changes (#370)

https://attack.mitre.org/resources/updates/updates-april-2024/
This commit is contained in:
Wietze
2024-04-24 15:10:59 +01:00
committed by GitHub
parent 2cc01b0113
commit 2cc0ee99e6
6 changed files with 11 additions and 13 deletions

View File

@@ -9,21 +9,21 @@ Commands:
Usecase: Execute JavaScript code
Category: Execute
Privileges: User
MitreID: T1218
MitreID: T1218.015
OperatingSystem: Windows 10, Windows 11
- 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
MitreID: T1218.015
OperatingSystem: Windows 10, Windows 11
- Command: teams.exe --disable-gpu-sandbox --gpu-launcher="C:\Windows\system32\cmd.exe /c ping google.com &&"
Description: Teams spawns cmd.exe as a child process of teams.exe and executes the ping command
Usecase: Executes a process under a trusted Microsoft signed binary
Category: Execute
Privileges: User
MitreID: T1218
MitreID: T1218.015
OperatingSystem: Windows 10, Windows 11
Full_Path:
- Path: "%LOCALAPPDATA%\\Microsoft\\Teams\\current\\Teams.exe"