LOLBAS/yml/OSLibraries/Syssetup.yml

44 lines
1.9 KiB
YAML
Raw Normal View History

2018-09-24 04:23:04 +02:00
---
Name: Syssetup.dll
Description: Windows NT System Setup
Author: ''
Created: '2018-05-25'
Commands:
- 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).
2018-09-24 23:18:00 +02:00
UseCase: Run local or remote script(let) code through INF file specification (Note May pop an error window).
2018-09-24 04:23:04 +02:00
Category: AWL Bypass
Privileges: User
MitreID: T1085
2018-09-24 23:18:00 +02:00
MitreLink: https://attack.mitre.org/wiki/Technique/T1085
2018-09-24 04:23:04 +02:00
OperatingSystem: Windows
- 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.
2018-09-24 20:29:33 +02:00
UseCase: Load an executable payload.
2018-09-24 04:23:04 +02:00
Category: Execution
Privileges: User
MitreID: T1085
2018-09-24 23:18:00 +02:00
MitreLink: https://attack.mitre.org/wiki/Technique/T1085
2018-09-24 04:23:04 +02:00
OperatingSystem: Windows
Full Path:
2018-09-24 20:29:33 +02:00
- Path: c:\windows\system32\syssetup.dll
- Path: c:\windows\syswow64\syssetup.dll
2018-09-24 04:23:04 +02:00
Code Sample:
2018-09-24 20:29:33 +02:00
- 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.github.com/homjxi0e/87b29da0d4f504cb675bb1140a931415
Detection:
2018-09-24 23:18:00 +02:00
- IOC:
2018-09-24 04:23:04 +02:00
Resources:
2018-09-24 20:29:33 +02:00
- Link: https://twitter.com/pabraeken/status/994392481927258113
- Link: https://twitter.com/harr0ey/status/975350238184697857
- Link: https://twitter.com/bohops/status/975549525938135040
- Link: https://windows10dll.nirsoft.net/syssetup_dll.html
2018-09-24 04:23:04 +02:00
Acknowledgment:
- Person: Pierre-Alexandre Braeken (Execute)
Handle: '@pabraeken'
- Person: Matt harr0ey (Execute)
Handle: '@harr0ey'
- Person: Jimmy (Scriptlet)
2018-09-24 20:29:33 +02:00
Handle: '@bohops'
2018-09-24 23:18:00 +02:00
---