LOLBAS/yml/OSLibraries/Zipfldr.yml

37 lines
1.3 KiB
YAML
Raw Normal View History

2021-01-10 16:26:27 +01:00
---
Name: Zipfldr.dll
Description: Compressed Folder library
2022-09-11 05:37:10 +02:00
Author: LOLBAS Team
2021-01-10 16:26:27 +01:00
Created: 2018-05-25
Commands:
- Command: rundll32.exe zipfldr.dll,RouteTheCall calc.exe
Description: Launch an executable payload by calling RouteTheCall.
2021-01-10 16:54:00 +01:00
Usecase: Launch an executable.
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
- Command: rundll32.exe zipfldr.dll,RouteTheCall file://^C^:^/^W^i^n^d^o^w^s^/^s^y^s^t^e^m^3^2^/^c^a^l^c^.^e^x^e
Description: Launch an executable payload by calling RouteTheCall (obfuscated).
2021-01-10 16:54:00 +01:00
Usecase: Launch an executable.
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\zipfldr.dll
- Path: c:\windows\syswow64\zipfldr.dll
Code_Sample:
- Code:
Detection:
- Sigma: https://github.com/SigmaHQ/sigma/blob/08ca62cc8860f4660e945805d0dd615ce75258c1/rules/windows/process_creation/win_susp_rundll32_activity.yml
2021-01-10 16:26:27 +01:00
Resources:
- Link: https://twitter.com/moriarty_meng/status/977848311603380224
- Link: https://twitter.com/bohops/status/997896811904929792
- Link: https://windows10dll.nirsoft.net/zipfldr_dll.html
Acknowledgement:
- Person: Moriarty (Execution)
Handle: '@moriarty_meng'
- Person: r0lan (Obfuscation)
Handle: '@r0lan'