mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-26 14:59:03 +01:00
Fix Usecase field
This commit is contained in:
parent
5012f95152
commit
2e08819eef
@ -6,7 +6,7 @@ Created: 2018-05-25
|
|||||||
Commands:
|
Commands:
|
||||||
- Command: rundll32.exe advpack.dll,LaunchINFSection c:\test.inf,DefaultInstall_SingleUser,1,
|
- 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).
|
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
|
Category: AWL Bypass
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -14,7 +14,7 @@ Commands:
|
|||||||
OperatingSystem: Windows
|
OperatingSystem: Windows
|
||||||
- Command: rundll32.exe advpack.dll,LaunchINFSection c:\test.inf,,1,
|
- 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).
|
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
|
Category: AWL Bypass
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -22,7 +22,7 @@ Commands:
|
|||||||
OperatingSystem: Windows
|
OperatingSystem: Windows
|
||||||
- Command: rundll32.exe advpack.dll,RegisterOCX test.dll
|
- Command: rundll32.exe advpack.dll,RegisterOCX test.dll
|
||||||
Description: Launch a DLL payload by calling the RegisterOCX function.
|
Description: Launch a DLL payload by calling the RegisterOCX function.
|
||||||
UseCase: Load a DLL payload.
|
Usecase: Load a DLL payload.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -30,14 +30,14 @@ Commands:
|
|||||||
OperatingSystem: Windows
|
OperatingSystem: Windows
|
||||||
- Command: rundll32.exe advpack.dll,RegisterOCX calc.exe
|
- Command: rundll32.exe advpack.dll,RegisterOCX calc.exe
|
||||||
Description: Launch an executable by calling the RegisterOCX function.
|
Description: Launch an executable by calling the RegisterOCX function.
|
||||||
UseCase: Run an executable payload.
|
Usecase: Run an executable payload.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
MitreLink: https://attack.mitre.org/wiki/Technique/T1085
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1085
|
||||||
- Command: rundll32 advpack.dll, RegisterOCX "cmd.exe /c calc.exe"
|
- Command: rundll32 advpack.dll, RegisterOCX "cmd.exe /c calc.exe"
|
||||||
Description: Launch command line by calling the RegisterOCX function.
|
Description: Launch command line by calling the RegisterOCX function.
|
||||||
UseCase: Run an executable payload.
|
Usecase: Run an executable payload.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
|
@ -6,7 +6,7 @@ Created: 2018-05-25
|
|||||||
Commands:
|
Commands:
|
||||||
- Command: rundll32.exe ieadvpack.dll,LaunchINFSection c:\test.inf,DefaultInstall_SingleUser,1,
|
- 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).
|
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
|
Category: AWL Bypass
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -14,7 +14,7 @@ Commands:
|
|||||||
OperatingSystem: Windows
|
OperatingSystem: Windows
|
||||||
- Command: rundll32.exe ieadvpack.dll,LaunchINFSection c:\test.inf,,1,
|
- 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).
|
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
|
Category: AWL Bypass
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -22,7 +22,7 @@ Commands:
|
|||||||
OperatingSystem: Windows
|
OperatingSystem: Windows
|
||||||
- Command: rundll32.exe ieadvpack.dll,RegisterOCX test.dll
|
- Command: rundll32.exe ieadvpack.dll,RegisterOCX test.dll
|
||||||
Description: Launch a DLL payload by calling the RegisterOCX function.
|
Description: Launch a DLL payload by calling the RegisterOCX function.
|
||||||
UseCase: Load a DLL payload.
|
Usecase: Load a DLL payload.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -30,14 +30,14 @@ Commands:
|
|||||||
OperatingSystem: Windows
|
OperatingSystem: Windows
|
||||||
- Command: rundll32.exe ieadvpack.dll,RegisterOCX calc.exe
|
- Command: rundll32.exe ieadvpack.dll,RegisterOCX calc.exe
|
||||||
Description: Launch an executable by calling the RegisterOCX function.
|
Description: Launch an executable by calling the RegisterOCX function.
|
||||||
UseCase: Run an executable payload.
|
Usecase: Run an executable payload.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
MitreLink: https://attack.mitre.org/wiki/Technique/T1085
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1085
|
||||||
- Command: rundll32 ieadvpack.dll, RegisterOCX "cmd.exe /c calc.exe"
|
- Command: rundll32 ieadvpack.dll, RegisterOCX "cmd.exe /c calc.exe"
|
||||||
Description: Launch command line by calling the RegisterOCX function.
|
Description: Launch command line by calling the RegisterOCX function.
|
||||||
UseCase: Run an executable payload.
|
Usecase: Run an executable payload.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
|
@ -6,7 +6,7 @@ Created: 2018-05-25
|
|||||||
Commands:
|
Commands:
|
||||||
- Command: rundll32.exe ieframe.dll,OpenURL "C:\test\calc.url"
|
- 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.
|
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
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
|
@ -6,7 +6,7 @@ Created: 2018-05-25
|
|||||||
Commands:
|
Commands:
|
||||||
- Command: rundll32.exe Mshtml.dll,PrintHTML "C:\temp\calc.hta"
|
- 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).
|
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
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
|
@ -6,7 +6,7 @@ Created: 2018-05-25
|
|||||||
Commands:
|
Commands:
|
||||||
- Command: rundll32.exe pcwutl.dll,LaunchApplication calc.exe
|
- Command: rundll32.exe pcwutl.dll,LaunchApplication calc.exe
|
||||||
Description: Launch executable by calling the LaunchApplication function.
|
Description: Launch executable by calling the LaunchApplication function.
|
||||||
UseCase: Launch an executable.
|
Usecase: Launch an executable.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
|
@ -6,7 +6,7 @@ Created: 2018-05-25
|
|||||||
Commands:
|
Commands:
|
||||||
- Command: rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 C:\Tools\shady.inf
|
- 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).
|
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
|
Category: AWL Bypass
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -14,7 +14,7 @@ Commands:
|
|||||||
OperatingSystem: Windows
|
OperatingSystem: Windows
|
||||||
- Command: rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 C:\\Tools\\calc_exe.inf
|
- 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.
|
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
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
|
@ -6,7 +6,7 @@ Created: 2018-05-25
|
|||||||
Commands:
|
Commands:
|
||||||
- Command: rundll32.exe shdocvw.dll,OpenURL "C:\test\calc.url"
|
- 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.
|
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
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
|
@ -6,7 +6,7 @@ Created: 2018-05-25
|
|||||||
Commands:
|
Commands:
|
||||||
- Command: rundll32.exe shell32.dll,Control_RunDLL payload.dll
|
- Command: rundll32.exe shell32.dll,Control_RunDLL payload.dll
|
||||||
Description: Launch a DLL payload by calling the Control_RunDLL function.
|
Description: Launch a DLL payload by calling the Control_RunDLL function.
|
||||||
UseCase: Load a DLL payload.
|
Usecase: Load a DLL payload.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -14,14 +14,14 @@ Commands:
|
|||||||
OperatingSystem: Windows
|
OperatingSystem: Windows
|
||||||
- Command: rundll32.exe shell32.dll,ShellExec_RunDLL beacon.exe
|
- Command: rundll32.exe shell32.dll,ShellExec_RunDLL beacon.exe
|
||||||
Description: Launch an executable by calling the ShellExec_RunDLL function.
|
Description: Launch an executable by calling the ShellExec_RunDLL function.
|
||||||
UseCase: Run an executable payload.
|
Usecase: Run an executable payload.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
MitreLink: https://attack.mitre.org/wiki/Technique/T1085
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1085
|
||||||
- Command: rundll32 SHELL32.DLL,ShellExec_RunDLL "cmd.exe" "/c echo hi"
|
- Command: rundll32 SHELL32.DLL,ShellExec_RunDLL "cmd.exe" "/c echo hi"
|
||||||
Description: Launch command line by calling the ShellExec_RunDLL function.
|
Description: Launch command line by calling the ShellExec_RunDLL function.
|
||||||
UseCase: Run an executable payload.
|
Usecase: Run an executable payload.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
|
@ -6,7 +6,7 @@ Created: 2018-05-25
|
|||||||
Commands:
|
Commands:
|
||||||
- Command: rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultInstall 128 c:\test\shady.inf
|
- 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).
|
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
|
Category: AWL Bypass
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -14,7 +14,7 @@ Commands:
|
|||||||
OperatingSystem: Windows
|
OperatingSystem: Windows
|
||||||
- Command: rundll32 syssetup.dll,SetupInfObjectInstallAction DefaultInstall 128 c:\temp\something.inf
|
- 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.
|
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
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
|
@ -6,7 +6,7 @@ Created: 2018-05-25
|
|||||||
Commands:
|
Commands:
|
||||||
- Command: rundll32.exe url.dll,OpenURL "C:\test\calc.hta"
|
- Command: rundll32.exe url.dll,OpenURL "C:\test\calc.hta"
|
||||||
Description: Launch a HTML application payload by calling OpenURL.
|
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
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -14,7 +14,7 @@ Commands:
|
|||||||
OperatingSystem: Windows
|
OperatingSystem: Windows
|
||||||
- Command: rundll32.exe url.dll,OpenURL "C:\test\calc.url"
|
- 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.
|
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
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -22,7 +22,7 @@ Commands:
|
|||||||
OperatingSystem: Windows
|
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
|
- 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.
|
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
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -30,7 +30,7 @@ Commands:
|
|||||||
OperatingSystem: Windows
|
OperatingSystem: Windows
|
||||||
- Command: rundll32.exe url.dll,FileProtocolHandler calc.exe
|
- Command: rundll32.exe url.dll,FileProtocolHandler calc.exe
|
||||||
Description: Launch an executable by calling FileProtocolHandler.
|
Description: Launch an executable by calling FileProtocolHandler.
|
||||||
UseCase: Launch an executable.
|
Usecase: Launch an executable.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -38,7 +38,7 @@ Commands:
|
|||||||
OperatingSystem: Windows
|
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
|
- 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.
|
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
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -46,7 +46,7 @@ Commands:
|
|||||||
OperatingSystem: Windows
|
OperatingSystem: Windows
|
||||||
- Command: rundll32.exe url.dll,FileProtocolHandler file:///C:/test/test.hta
|
- Command: rundll32.exe url.dll,FileProtocolHandler file:///C:/test/test.hta
|
||||||
Description: Launch a HTML application payload by calling FileProtocolHandler.
|
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
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
|
@ -6,7 +6,7 @@ Created: 2018-05-25
|
|||||||
Commands:
|
Commands:
|
||||||
- Command: rundll32.exe zipfldr.dll,RouteTheCall calc.exe
|
- Command: rundll32.exe zipfldr.dll,RouteTheCall calc.exe
|
||||||
Description: Launch an executable payload by calling RouteTheCall.
|
Description: Launch an executable payload by calling RouteTheCall.
|
||||||
UseCase: Launch an executable.
|
Usecase: Launch an executable.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -14,7 +14,7 @@ Commands:
|
|||||||
OperatingSystem: Windows
|
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
|
- 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).
|
Description: Launch an executable payload by calling RouteTheCall (obfuscated).
|
||||||
UseCase: Launch an executable.
|
Usecase: Launch an executable.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
|
Loading…
Reference in New Issue
Block a user