mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-25 22:39:27 +01:00
Update Setupapi.yml
This commit is contained in:
parent
6128b4ea62
commit
bd6580eee8
@ -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,25 +14,26 @@ 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: Execution
|
||||
Privileges: User
|
||||
MitreID: T1085
|
||||
MItreLink: https://attack.mitre.org/wiki/Technique/T1085
|
||||
OperatingSystem: Windows
|
||||
Full Path:
|
||||
- path: c:\windows\system32\setupapi.dll
|
||||
- path: c:\windows\syswow64\setupapi.dll
|
||||
- Path: c:\windows\system32\setupapi.dll
|
||||
- Path: c:\windows\syswow64\setupapi.dll
|
||||
Code Sample:
|
||||
- https://raw.githubusercontent.com/huntresslabs/evading-autoruns/master/shady.inf
|
||||
- https://gist.github.com/enigma0x3/469d82d1b7ecaf84f4fb9e6c392d25ba#file-backdoor-minimalist-sct
|
||||
- https://gist.githubusercontent.com/enigma0x3/469d82d1b7ecaf84f4fb9e6c392d25ba/raw/6cb52b88bcc929f5555cd302d9ed848b7e407052/Backdoor-Minimalist.sct
|
||||
- https://gist.githubusercontent.com/bohops/0cc6586f205f3691e04a1ebf1806aabd/raw/baf7b29891bb91e76198e30889fbf7d6642e8974/calc_exe.inf
|
||||
Detection: []
|
||||
- Code: https://raw.githubusercontent.com/huntresslabs/evading-autoruns/master/shady.inf
|
||||
- Code: https://gist.github.com/enigma0x3/469d82d1b7ecaf84f4fb9e6c392d25ba#file-backdoor-minimalist-sct
|
||||
- Code: https://gist.githubusercontent.com/enigma0x3/469d82d1b7ecaf84f4fb9e6c392d25ba/raw/6cb52b88bcc929f5555cd302d9ed848b7e407052/Backdoor-Minimalist.sct
|
||||
- Code: https://gist.githubusercontent.com/bohops/0cc6586f205f3691e04a1ebf1806aabd/raw/baf7b29891bb91e76198e30889fbf7d6642e8974/calc_exe.inf
|
||||
Detection:
|
||||
- IOC: ''
|
||||
Resources:
|
||||
- resource: https://github.com/huntresslabs/evading-autoruns
|
||||
- resource: https://twitter.com/pabraeken/status/994742106852941825
|
||||
- resource: https://windows10dll.nirsoft.net/setupapi_dll.html
|
||||
- Link: https://github.com/huntresslabs/evading-autoruns
|
||||
- Link: https://twitter.com/pabraeken/status/994742106852941825
|
||||
- Link: https://windows10dll.nirsoft.net/setupapi_dll.html
|
||||
Acknowledgment:
|
||||
- Person: Kyle Hanslovan (COM Scriptlet)
|
||||
Handle: '@KyleHanslovan'
|
||||
|
Loading…
Reference in New Issue
Block a user