2021-01-10 16:26:27 +01:00
---
Name : Setupapi.dll
Description : Windows Setup Application Programming Interface
Author :
2021-10-22 15:20:35 +02:00
Created : '2018-05-25'
2021-01-10 16:26:27 +01:00
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).
2021-10-22 15:20:35 +02:00
UseCase : Run local or remote script(let) code through INF file specification.
2021-01-10 16:26:27 +01:00
Category : AWL Bypass
Privileges : User
2021-11-05 19:58:26 +01:00
MitreID : T1218.011
2021-01-10 16:26:27 +01:00
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.
2021-10-22 15:20:35 +02:00
UseCase : Load an executable payload.
2021-01-10 16:26:27 +01:00
Category : Execute
Privileges : User
2021-11-05 19:58:26 +01:00
MitreID : T1218.011
2021-01-10 16:26:27 +01:00
OperatingSystem : Windows
Full_Path :
- Path : c:\windows\system32\setupapi.dll
- Path : c:\windows\syswow64\setupapi.dll
Code_Sample :
- 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 :
- Link : https://github.com/huntresslabs/evading-autoruns
- Link : https://twitter.com/pabraeken/status/994742106852941825
- Link : https://windows10dll.nirsoft.net/setupapi_dll.html
Acknowledgement :
- Person : Kyle Hanslovan (COM Scriptlet)
Handle : '@KyleHanslovan'
2021-10-22 15:20:35 +02:00
- Person : Huntress Labs (COM Scriptlet)
2021-01-10 16:26:27 +01:00
Handle : '@HuntressLabs'
- Person : Casey Smith (COM Scriptlet)
Handle : '@subTee'
- Person : Nick Carr (Threat Intel)
Handle : '@ItsReallyNick'
2021-11-05 19:58:26 +01:00
---