mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-30 16:54:00 +01:00
Update Ieadvpack.yml Tags
Added Tags: - Execute INF - Execute EXE - Execute CMD
This commit is contained in:
parent
f086057104
commit
f09cfa5b8c
@ -11,6 +11,8 @@ Commands:
|
|||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1218.011
|
MitreID: T1218.011
|
||||||
OperatingSystem: Windows 10, Windows 11
|
OperatingSystem: Windows 10, Windows 11
|
||||||
|
Tags:
|
||||||
|
- Execute: INF
|
||||||
- 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.
|
||||||
@ -18,6 +20,8 @@ Commands:
|
|||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1218.011
|
MitreID: T1218.011
|
||||||
OperatingSystem: Windows 10, Windows 11
|
OperatingSystem: Windows 10, Windows 11
|
||||||
|
Tags:
|
||||||
|
- Execute: INF
|
||||||
- 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.
|
||||||
@ -34,6 +38,8 @@ Commands:
|
|||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1218.011
|
MitreID: T1218.011
|
||||||
OperatingSystem: Windows 10, Windows 11
|
OperatingSystem: Windows 10, Windows 11
|
||||||
|
Tags:
|
||||||
|
- Execute: EXE
|
||||||
- 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.
|
||||||
@ -41,6 +47,8 @@ Commands:
|
|||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1218.011
|
MitreID: T1218.011
|
||||||
OperatingSystem: Windows 10, Windows 11
|
OperatingSystem: Windows 10, Windows 11
|
||||||
|
Tags:
|
||||||
|
- Execute: CMD
|
||||||
Full_Path:
|
Full_Path:
|
||||||
- Path: c:\windows\system32\ieadvpack.dll
|
- Path: c:\windows\system32\ieadvpack.dll
|
||||||
- Path: c:\windows\syswow64\ieadvpack.dll
|
- Path: c:\windows\syswow64\ieadvpack.dll
|
||||||
|
Loading…
Reference in New Issue
Block a user