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,28 +9,28 @@ Commands:
Usecase: Proxy execution of binary
Category: Execute
Privileges: Low privileges
MitreID: T1202
MitreID: T1218.015
OperatingSystem: Windows 10, Windows 11
- Command: msedgewebview2.exe --utility-cmd-prefix="calc.exe"
Description: This command launches the Microsoft Edge WebView2 browser control without sandboxing and will spawn calc.exe as its subprocess.
Usecase: Proxy execution of binary
Category: Execute
Privileges: User
MitreID: T1202
MitreID: T1218.015
OperatingSystem: Windows 10, Windows 11
- Command: msedgewebview2.exe --disable-gpu-sandbox --gpu-launcher="calc.exe"
Description: This command launches the Microsoft Edge WebView2 browser control without sandboxing and will spawn calc.exe as its subprocess.
Usecase: Proxy execution of binary
Category: Execute
Privileges: User
MitreID: T1202
MitreID: T1218.015
OperatingSystem: Windows 10, Windows 11
- Command: msedgewebview2.exe --no-sandbox --renderer-cmd-prefix="calc.exe"
Description: This command launches the Microsoft Edge WebView2 browser control without sandboxing and will spawn calc.exe as its subprocess.
Usecase: Proxy execution of binary
Category: Execute
Privileges: User
MitreID: T1202
MitreID: T1218.015
OperatingSystem: Windows 10, Windows 11
Full_Path:
- Path: C:\Program Files (x86)\Microsoft\Edge\Application\114.0.1823.43\msedgewebview2.exe