2021-01-10 16:26:27 +01:00
|
|
|
---
|
|
|
|
Name: Shdocvw.dll
|
|
|
|
Description: Shell Doc Object and Control 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 shdocvw.dll,OpenURL "C:\test\calc.url"
|
2021-12-14 15:57:32 +01:00
|
|
|
Description: Launch an executable payload via proxy through a URL (information) file by calling OpenURL.
|
|
|
|
Usecase: Load an executable payload by calling a .url file with or without quotes. The .url file extension can be renamed.
|
2021-01-10 16:26:27 +01:00
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
2021-11-05 19:58:26 +01:00
|
|
|
MitreID: T1218.011
|
2021-12-15 12:46:04 +01:00
|
|
|
OperatingSystem: Windows 10, Windows 11
|
2021-01-10 16:26:27 +01:00
|
|
|
Full_Path:
|
|
|
|
- Path: c:\windows\system32\shdocvw.dll
|
|
|
|
- Path: c:\windows\syswow64\shdocvw.dll
|
|
|
|
Code_Sample:
|
|
|
|
- Code: https://gist.githubusercontent.com/bohops/89d7b11fa32062cfe31be9fdb18f050e/raw/1206a613a6621da21e7fd164b80a7ff01c5b64ab/calc.url
|
|
|
|
Detection:
|
2021-11-15 14:19:03 +01:00
|
|
|
- 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:
|
2022-09-11 07:07:18 +02:00
|
|
|
- Link: http://www.hexacorn.com/blog/2018/03/15/running-programs-via-proxy-jumping-on-a-edr-bypass-trampoline-part-5/
|
|
|
|
- Link: https://bohops.com/2018/03/17/abusing-exported-functions-and-exposed-dcom-interfaces-for-pass-thru-command-execution-and-lateral-movement/
|
|
|
|
- Link: https://twitter.com/bohops/status/997690405092290561
|
|
|
|
- Link: https://windows10dll.nirsoft.net/shdocvw_dll.html
|
2021-01-10 16:26:27 +01:00
|
|
|
Acknowledgement:
|
|
|
|
- Person: Adam
|
|
|
|
Handle: '@hexacorn'
|
|
|
|
- Person: Jimmy
|
|
|
|
Handle: '@bohops'
|