Fix Usecase field

This commit is contained in:
Wietze
2021-01-10 15:54:00 +00:00
parent 5012f95152
commit 2e08819eef
11 changed files with 29 additions and 29 deletions

View File

@@ -6,7 +6,7 @@ Created: 2018-05-25
Commands:
- Command: rundll32.exe shell32.dll,Control_RunDLL payload.dll
Description: Launch a DLL payload by calling the Control_RunDLL function.
UseCase: Load a DLL payload.
Usecase: Load a DLL payload.
Category: Execute
Privileges: User
MitreID: T1085
@@ -14,14 +14,14 @@ Commands:
OperatingSystem: Windows
- Command: rundll32.exe shell32.dll,ShellExec_RunDLL beacon.exe
Description: Launch an executable by calling the ShellExec_RunDLL function.
UseCase: Run an executable payload.
Usecase: Run an executable payload.
Category: Execute
Privileges: User
MitreID: T1085
MitreLink: https://attack.mitre.org/wiki/Technique/T1085
- Command: rundll32 SHELL32.DLL,ShellExec_RunDLL "cmd.exe" "/c echo hi"
Description: Launch command line by calling the ShellExec_RunDLL function.
UseCase: Run an executable payload.
Usecase: Run an executable payload.
Category: Execute
Privileges: User
MitreID: T1085