MITRE CAR unknown stable spl

Component Object Model Hijacking

Adversaries may establish persistence or escalate privileges by executing malicious content triggered by hijacked references to Component Object Model (COM) objects. This is typically done by replacing COM object registry entries under the HKEY_CURRENT_USER\Software\Classes\CLSID or HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID keys. Accordingly, this analytic looks for any changes under these keys.

View Source

Detection Logic

index=__your_sysmon_index__ (EventCode=12 
OR EventCode=13 
OR EventCode=14) TargetObject="*\\Software\\Classes\\CLSID\\*"

Field Validations

Loading…

Comments (0)

Loading comments...