mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-26 14:59:03 +01:00
Update Advpack.yml
This commit is contained in:
parent
26f5d809c4
commit
f9d4581396
@ -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: Execution
|
Category: Execution
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
@ -30,25 +30,26 @@ 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: Execution
|
Category: Execution
|
||||||
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: Execution
|
Category: Execution
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1085
|
MitreID: T1085
|
||||||
MItreLink: https://attack.mitre.org/wiki/Technique/T1085
|
MItreLink: https://attack.mitre.org/wiki/Technique/T1085
|
||||||
Full Path:
|
Full Path:
|
||||||
- path: c:\windows\system32\advpack.dll
|
- Path: c:\windows\system32\advpack.dll
|
||||||
- path: c:\windows\syswow64\advpack.dll
|
- Path: c:\windows\syswow64\advpack.dll
|
||||||
Code Sample:
|
Code Sample:
|
||||||
- Code: https://github.com/LOLBAS-Project/LOLBAS-Project.github.io/blob/master/_lolbas/Libraries/Payload/Advpack.inf
|
- Code: https://github.com/LOLBAS-Project/LOLBAS-Project.github.io/blob/master/_lolbas/Libraries/Payload/Advpack.inf
|
||||||
- Code: https://github.com/LOLBAS-Project/LOLBAS-Project.github.io/blob/master/_lolbas/Libraries/Payload/Advpack_calc.sct
|
- Code: https://github.com/LOLBAS-Project/LOLBAS-Project.github.io/blob/master/_lolbas/Libraries/Payload/Advpack_calc.sct
|
||||||
Detection: []
|
Detection:
|
||||||
|
- IOC: ''
|
||||||
Resources:
|
Resources:
|
||||||
- Link: https://bohops.com/2018/02/26/leveraging-inf-sct-fetch-execute-techniques-for-bypass-evasion-persistence/
|
- Link: https://bohops.com/2018/02/26/leveraging-inf-sct-fetch-execute-techniques-for-bypass-evasion-persistence/
|
||||||
- Link: https://twitter.com/ItsReallyNick/status/967859147977850880
|
- Link: https://twitter.com/ItsReallyNick/status/967859147977850880
|
||||||
|
Loading…
Reference in New Issue
Block a user