Update Syssetup.yml

This commit is contained in:
bohops 2018-09-24 14:29:33 -04:00 committed by GitHub
parent 2c9043a8fe
commit 2a79b98b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Created: '2018-05-25'
Commands: Commands:
- Command: rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultInstall 128 c:\test\shady.inf - 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). 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 (Note: May pop an error window). UseCase: Run local or remote script(let) code through INF file specification (Note: May pop an error window).
Category: AWL Bypass Category: AWL Bypass
Privileges: User Privileges: User
MitreID: T1085 MitreID: T1085
@ -14,29 +14,31 @@ Commands:
OperatingSystem: Windows OperatingSystem: Windows
- Command: rundll32 syssetup.dll,SetupInfObjectInstallAction DefaultInstall 128 c:\temp\something.inf - 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. Description: Launch an executable file via the SetupInfObjectInstallAction function and .inf file section directive.
Usecase: Load an executable payload. UseCase: Load 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
OperatingSystem: Windows OperatingSystem: Windows
Full Path: Full Path:
- path: c:\windows\system32\syssetup.dll - Path: c:\windows\system32\syssetup.dll
- path: c:\windows\syswow64\syssetup.dll - Path: c:\windows\syswow64\syssetup.dll
Code Sample: Code Sample:
- https://raw.githubusercontent.com/huntresslabs/evading-autoruns/master/shady.inf - Code: https://raw.githubusercontent.com/huntresslabs/evading-autoruns/master/shady.inf
- https://gist.github.com/enigma0x3/469d82d1b7ecaf84f4fb9e6c392d25ba#file-backdoor-minimalist-sct - Code: https://gist.github.com/enigma0x3/469d82d1b7ecaf84f4fb9e6c392d25ba#file-backdoor-minimalist-sct
- https://gist.github.com/homjxi0e/87b29da0d4f504cb675bb1140a931415 - Code: https://gist.github.com/homjxi0e/87b29da0d4f504cb675bb1140a931415
Detection: [] Detection:
- IOC: ''
Resources: Resources:
- resource: https://twitter.com/pabraeken/status/994392481927258113 - Link: https://twitter.com/pabraeken/status/994392481927258113
- resource: https://twitter.com/harr0ey/status/975350238184697857 - Link: https://twitter.com/harr0ey/status/975350238184697857
- resource: https://twitter.com/bohops/status/975549525938135040 - Link: https://twitter.com/bohops/status/975549525938135040
- resource: https://windows10dll.nirsoft.net/syssetup_dll.html - Link: https://windows10dll.nirsoft.net/syssetup_dll.html
Acknowledgment: Acknowledgment:
- Person: Pierre-Alexandre Braeken (Execute) - Person: Pierre-Alexandre Braeken (Execute)
Handle: '@pabraeken' Handle: '@pabraeken'
- Person: Matt harr0ey (Execute) - Person: Matt harr0ey (Execute)
Handle: '@harr0ey' Handle: '@harr0ey'
- Person: Jimmy (Scriptlet) - Person: Jimmy (Scriptlet)
Handle: '@bohops' Handle: '@bohops'
---