ended3월 20일· 1 sources
Transparent COM instrumentation for malware analysis
악성코드 분석을 위한 투명한 COM 계측 기법
Why it matters
Cisco Talos has released DispatchLogger, an open-source tool that intercepts late-bound IDispatch interactions via transparent proxying to provide detailed visibility into script-based malware using Windows COM automation. The tool hooks APIs like CoCreateInstance and CoGetClassObject to recursively wrap objects, capturing method calls, parameters, and return values throughout execution. It is particularly useful for analyzing WMI-based attacks, living-off-the-land techniques, and persistence mechanisms without modifying the target script.
1
Sources
+0
24h
—
Growth
175d
Active
DispatchLoggerCOMmalware analysisIDispatchCisco TalosWMI