2018-12-05 01:26:34 +01:00
|
|
|
---
|
|
|
|
Name: Verclsid.exe
|
2022-09-11 05:26:10 +02:00
|
|
|
Description: Used to verify a COM object before it is instantiated by Windows Explorer
|
2018-12-05 01:26:34 +01:00
|
|
|
Author: '@bohops'
|
2021-01-10 16:04:52 +01:00
|
|
|
Created: 2018-12-04
|
2018-12-05 01:26:34 +01:00
|
|
|
Commands:
|
|
|
|
- Command: verclsid.exe /S /C {CLSID}
|
|
|
|
Description: Used to verify a COM object before it is instantiated by Windows Explorer
|
|
|
|
Usecase: Run a com object created in registry to evade defensive counter measures
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
2021-11-05 20:38:21 +01:00
|
|
|
MitreID: T1218.012
|
2021-12-14 16:50:17 +01:00
|
|
|
OperatingSystem: Windows 10, Windows 11
|
2018-12-10 14:28:12 +01:00
|
|
|
Full_Path:
|
2018-12-05 01:26:34 +01:00
|
|
|
- Path: C:\Windows\System32\verclsid.exe
|
|
|
|
- Path: C:\Windows\SysWOW64\verclsid.exe
|
2021-01-10 16:04:52 +01:00
|
|
|
Code_Sample:
|
2021-11-15 14:19:03 +01:00
|
|
|
- Code:
|
2018-12-05 01:26:34 +01:00
|
|
|
Detection:
|
2021-11-15 14:19:03 +01:00
|
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/08ca62cc8860f4660e945805d0dd615ce75258c1/rules/windows/process_creation/win_verclsid_runs_com.yml
|
|
|
|
- Splunk: https://github.com/splunk/security_content/blob/a1afa0fa605639cbef7d528dec46ce7c8112194a/detections/endpoint/verclsid_clsid_execution.yml
|
2018-12-05 01:26:34 +01:00
|
|
|
Resources:
|
|
|
|
- Link: https://gist.github.com/NickTyrer/0598b60112eaafe6d07789f7964290d5
|
|
|
|
- Link: https://bohops.com/2018/08/18/abusing-the-com-registry-structure-part-2-loading-techniques-for-evasion-and-persistence/
|
|
|
|
Acknowledgement:
|
|
|
|
- Person: Nick Tyrer
|
|
|
|
Handle: '@NickTyrer'
|