From 2e08819eef2763cc703d61b1aad0945fd090d16a Mon Sep 17 00:00:00 2001 From: Wietze Date: Sun, 10 Jan 2021 15:54:00 +0000 Subject: [PATCH] Fix Usecase field --- yml/OSLibraries/Advpack.yml | 10 +++++----- yml/OSLibraries/Ieadvpack.yml | 10 +++++----- yml/OSLibraries/Ieframe.yml | 2 +- yml/OSLibraries/Mshtml.yml | 2 +- yml/OSLibraries/Pcwutl.yml | 2 +- yml/OSLibraries/Setupapi.yml | 4 ++-- yml/OSLibraries/Shdocvw.yml | 2 +- yml/OSLibraries/Shell32.yml | 6 +++--- yml/OSLibraries/Syssetup.yml | 4 ++-- yml/OSLibraries/Url.yml | 12 ++++++------ yml/OSLibraries/Zipfldr.yml | 4 ++-- 11 files changed, 29 insertions(+), 29 deletions(-) diff --git a/yml/OSLibraries/Advpack.yml b/yml/OSLibraries/Advpack.yml index cca0d1b..56fe679 100644 --- a/yml/OSLibraries/Advpack.yml +++ b/yml/OSLibraries/Advpack.yml @@ -6,7 +6,7 @@ Created: 2018-05-25 Commands: - Command: rundll32.exe advpack.dll,LaunchINFSection c:\test.inf,DefaultInstall_SingleUser,1, Description: Execute the specified (local or remote) .wsh/.sct script with scrobj.dll in the .inf file by calling an information file directive (section name specified). - UseCase: Run local or remote script(let) code through INF file specification. + Usecase: Run local or remote script(let) code through INF file specification. Category: AWL Bypass Privileges: User MitreID: T1085 @@ -14,7 +14,7 @@ Commands: OperatingSystem: Windows - Command: rundll32.exe advpack.dll,LaunchINFSection c:\test.inf,,1, Description: Execute the specified (local or remote) .wsh/.sct script with scrobj.dll in the .inf file by calling an information file directive (DefaultInstall section implied). - UseCase: Run local or remote script(let) code through INF file specification. + Usecase: Run local or remote script(let) code through INF file specification. Category: AWL Bypass Privileges: User MitreID: T1085 @@ -22,7 +22,7 @@ Commands: OperatingSystem: Windows - Command: rundll32.exe advpack.dll,RegisterOCX test.dll Description: Launch a DLL payload by calling the RegisterOCX function. - UseCase: Load a DLL payload. + Usecase: Load a DLL payload. Category: Execute Privileges: User MitreID: T1085 @@ -30,14 +30,14 @@ Commands: OperatingSystem: Windows - Command: rundll32.exe advpack.dll,RegisterOCX calc.exe Description: Launch an executable by calling the RegisterOCX 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 advpack.dll, RegisterOCX "cmd.exe /c calc.exe" Description: Launch command line by calling the RegisterOCX function. - UseCase: Run an executable payload. + Usecase: Run an executable payload. Category: Execute Privileges: User MitreID: T1085 diff --git a/yml/OSLibraries/Ieadvpack.yml b/yml/OSLibraries/Ieadvpack.yml index ef48be6..e5a1c05 100644 --- a/yml/OSLibraries/Ieadvpack.yml +++ b/yml/OSLibraries/Ieadvpack.yml @@ -6,7 +6,7 @@ Created: 2018-05-25 Commands: - Command: rundll32.exe ieadvpack.dll,LaunchINFSection c:\test.inf,DefaultInstall_SingleUser,1, Description: Execute the specified (local or remote) .wsh/.sct script with scrobj.dll in the .inf file by calling an information file directive (section name specified). - UseCase: Run local or remote script(let) code through INF file specification. + Usecase: Run local or remote script(let) code through INF file specification. Category: AWL Bypass Privileges: User MitreID: T1085 @@ -14,7 +14,7 @@ Commands: OperatingSystem: Windows - Command: rundll32.exe ieadvpack.dll,LaunchINFSection c:\test.inf,,1, Description: Execute the specified (local or remote) .wsh/.sct script with scrobj.dll in the .inf file by calling an information file directive (DefaultInstall section implied). - UseCase: Run local or remote script(let) code through INF file specification. + Usecase: Run local or remote script(let) code through INF file specification. Category: AWL Bypass Privileges: User MitreID: T1085 @@ -22,7 +22,7 @@ Commands: OperatingSystem: Windows - Command: rundll32.exe ieadvpack.dll,RegisterOCX test.dll Description: Launch a DLL payload by calling the RegisterOCX function. - UseCase: Load a DLL payload. + Usecase: Load a DLL payload. Category: Execute Privileges: User MitreID: T1085 @@ -30,14 +30,14 @@ Commands: OperatingSystem: Windows - Command: rundll32.exe ieadvpack.dll,RegisterOCX calc.exe Description: Launch an executable by calling the RegisterOCX 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 ieadvpack.dll, RegisterOCX "cmd.exe /c calc.exe" Description: Launch command line by calling the RegisterOCX function. - UseCase: Run an executable payload. + Usecase: Run an executable payload. Category: Execute Privileges: User MitreID: T1085 diff --git a/yml/OSLibraries/Ieframe.yml b/yml/OSLibraries/Ieframe.yml index 19832be..c2996d4 100644 --- a/yml/OSLibraries/Ieframe.yml +++ b/yml/OSLibraries/Ieframe.yml @@ -6,7 +6,7 @@ Created: 2018-05-25 Commands: - Command: rundll32.exe ieframe.dll,OpenURL "C:\test\calc.url" Description: Launch an executable payload via proxy through a(n) URL (information) file by calling OpenURL. - UseCase: Load an executable payload by calling a .url file with or without quotes. The .url file extension can be renamed. + Usecase: Load an executable payload by calling a .url file with or without quotes. The .url file extension can be renamed. Category: Execute Privileges: User MitreID: T1085 diff --git a/yml/OSLibraries/Mshtml.yml b/yml/OSLibraries/Mshtml.yml index 63b335a..1ea9d18 100644 --- a/yml/OSLibraries/Mshtml.yml +++ b/yml/OSLibraries/Mshtml.yml @@ -6,7 +6,7 @@ Created: 2018-05-25 Commands: - Command: rundll32.exe Mshtml.dll,PrintHTML "C:\temp\calc.hta" Description: Invoke an HTML Application via mshta.exe (Note - Pops a security warning and a print dialogue box). - UseCase: Launch an HTA application. + Usecase: Launch an HTA application. Category: Execute Privileges: User MitreID: T1085 diff --git a/yml/OSLibraries/Pcwutl.yml b/yml/OSLibraries/Pcwutl.yml index 8a96d19..01162da 100644 --- a/yml/OSLibraries/Pcwutl.yml +++ b/yml/OSLibraries/Pcwutl.yml @@ -6,7 +6,7 @@ Created: 2018-05-25 Commands: - Command: rundll32.exe pcwutl.dll,LaunchApplication calc.exe Description: Launch executable by calling the LaunchApplication function. - UseCase: Launch an executable. + Usecase: Launch an executable. Category: Execute Privileges: User MitreID: T1085 diff --git a/yml/OSLibraries/Setupapi.yml b/yml/OSLibraries/Setupapi.yml index a5b1655..59036f1 100644 --- a/yml/OSLibraries/Setupapi.yml +++ b/yml/OSLibraries/Setupapi.yml @@ -6,7 +6,7 @@ Created: 2018-05-25 Commands: - Command: rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 C:\Tools\shady.inf Description: Execute the specified (local or remote) .wsh/.sct script with scrobj.dll in the .inf file by calling an information file directive (section name specified). - UseCase: Run local or remote script(let) code through INF file specification. + Usecase: Run local or remote script(let) code through INF file specification. Category: AWL Bypass Privileges: User MitreID: T1085 @@ -14,7 +14,7 @@ Commands: OperatingSystem: Windows - Command: rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 C:\\Tools\\calc_exe.inf Description: Launch an executable file via the InstallHinfSection function and .inf file section directive. - UseCase: Load an executable payload. + Usecase: Load an executable payload. Category: Execute Privileges: User MitreID: T1085 diff --git a/yml/OSLibraries/Shdocvw.yml b/yml/OSLibraries/Shdocvw.yml index 7aeb700..30bd365 100644 --- a/yml/OSLibraries/Shdocvw.yml +++ b/yml/OSLibraries/Shdocvw.yml @@ -6,7 +6,7 @@ Created: 2018-05-25 Commands: - Command: rundll32.exe shdocvw.dll,OpenURL "C:\test\calc.url" Description: Launch an executable payload via proxy through a(n) URL (information) file by calling OpenURL. - UseCase: Load an executable payload by calling a .url file with or without quotes. The .url file extension can be renamed. + Usecase: Load an executable payload by calling a .url file with or without quotes. The .url file extension can be renamed. Category: Execute Privileges: User MitreID: T1085 diff --git a/yml/OSLibraries/Shell32.yml b/yml/OSLibraries/Shell32.yml index d4f554c..3b41678 100644 --- a/yml/OSLibraries/Shell32.yml +++ b/yml/OSLibraries/Shell32.yml @@ -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 diff --git a/yml/OSLibraries/Syssetup.yml b/yml/OSLibraries/Syssetup.yml index 9f8cb02..6dbfe1c 100644 --- a/yml/OSLibraries/Syssetup.yml +++ b/yml/OSLibraries/Syssetup.yml @@ -6,7 +6,7 @@ Created: 2018-05-25 Commands: - Command: rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultInstall 128 c:\test\shady.inf Description: Execute the specified (local or remote) .wsh/.sct script with scrobj.dll in the .inf file by calling an information file directive (section name specified). - UseCase: Run local or remote script(let) code through INF file specification (Note May pop an error window). + Usecase: Run local or remote script(let) code through INF file specification (Note May pop an error window). Category: AWL Bypass Privileges: User MitreID: T1085 @@ -14,7 +14,7 @@ Commands: OperatingSystem: Windows - Command: rundll32 syssetup.dll,SetupInfObjectInstallAction DefaultInstall 128 c:\temp\something.inf Description: Launch an executable file via the SetupInfObjectInstallAction function and .inf file section directive. - UseCase: Load an executable payload. + Usecase: Load an executable payload. Category: Execute Privileges: User MitreID: T1085 diff --git a/yml/OSLibraries/Url.yml b/yml/OSLibraries/Url.yml index d8164b6..e58d7ca 100644 --- a/yml/OSLibraries/Url.yml +++ b/yml/OSLibraries/Url.yml @@ -6,7 +6,7 @@ Created: 2018-05-25 Commands: - Command: rundll32.exe url.dll,OpenURL "C:\test\calc.hta" Description: Launch a HTML application payload by calling OpenURL. - UseCase: Invoke an HTML Application via mshta.exe (Default Handler). + Usecase: Invoke an HTML Application via mshta.exe (Default Handler). Category: Execute Privileges: User MitreID: T1085 @@ -14,7 +14,7 @@ Commands: OperatingSystem: Windows - Command: rundll32.exe url.dll,OpenURL "C:\test\calc.url" Description: Launch an executable payload via proxy through a(n) URL (information) file by calling OpenURL. - UseCase: Load an executable payload by calling a .url file with or without quotes. + Usecase: Load an executable payload by calling a .url file with or without quotes. Category: Execute Privileges: User MitreID: T1085 @@ -22,7 +22,7 @@ Commands: OperatingSystem: Windows - Command: rundll32.exe url.dll,OpenURL file://^C^:^/^W^i^n^d^o^w^s^/^s^y^s^t^e^m^3^2^/^c^a^l^c^.^e^x^e Description: Launch an executable by calling OpenURL. - UseCase: Load an executable payload by specifying the file protocol handler (obfuscated). + Usecase: Load an executable payload by specifying the file protocol handler (obfuscated). Category: Execute Privileges: User MitreID: T1085 @@ -30,7 +30,7 @@ Commands: OperatingSystem: Windows - Command: rundll32.exe url.dll,FileProtocolHandler calc.exe Description: Launch an executable by calling FileProtocolHandler. - UseCase: Launch an executable. + Usecase: Launch an executable. Category: Execute Privileges: User MitreID: T1085 @@ -38,7 +38,7 @@ Commands: OperatingSystem: Windows - Command: rundll32.exe url.dll,FileProtocolHandler file://^C^:^/^W^i^n^d^o^w^s^/^s^y^s^t^e^m^3^2^/^c^a^l^c^.^e^x^e Description: Launch an executable by calling FileProtocolHandler. - UseCase: Load an executable payload by specifying the file protocol handler (obfuscated). + Usecase: Load an executable payload by specifying the file protocol handler (obfuscated). Category: Execute Privileges: User MitreID: T1085 @@ -46,7 +46,7 @@ Commands: OperatingSystem: Windows - Command: rundll32.exe url.dll,FileProtocolHandler file:///C:/test/test.hta Description: Launch a HTML application payload by calling FileProtocolHandler. - UseCase: Invoke an HTML Application via mshta.exe (Default Handler). + Usecase: Invoke an HTML Application via mshta.exe (Default Handler). Category: Execute Privileges: User MitreID: T1085 diff --git a/yml/OSLibraries/Zipfldr.yml b/yml/OSLibraries/Zipfldr.yml index d72ecf1..eafe22f 100644 --- a/yml/OSLibraries/Zipfldr.yml +++ b/yml/OSLibraries/Zipfldr.yml @@ -6,7 +6,7 @@ Created: 2018-05-25 Commands: - Command: rundll32.exe zipfldr.dll,RouteTheCall calc.exe Description: Launch an executable payload by calling RouteTheCall. - UseCase: Launch an executable. + Usecase: Launch an executable. Category: Execute Privileges: User MitreID: T1085 @@ -14,7 +14,7 @@ Commands: OperatingSystem: Windows - Command: rundll32.exe zipfldr.dll,RouteTheCall file://^C^:^/^W^i^n^d^o^w^s^/^s^y^s^t^e^m^3^2^/^c^a^l^c^.^e^x^e Description: Launch an executable payload by calling RouteTheCall (obfuscated). - UseCase: Launch an executable. + Usecase: Launch an executable. Category: Execute Privileges: User MitreID: T1085