Suspicious New Instance Of An Office COM Object
Description
Detects an svchost process spawning an instance of an office application. This happens when the initial word application creates an instance of one of the Office COM objects such as 'Word.Application', 'Excel.Application', etc. This can be used by malicious actors to create malicious Office documents with macros on the fly. (See vba2clr project in the references)
Query · sigma
selection: ParentImage|endswith: \svchost.exe Image|endswith: - \eqnedt32.exe - \excel.exe - \msaccess.exe - \mspub.exe - \powerpnt.exe - \visio.exe - \winword.exe condition: selection
Known false positives
- Legitimate usage of office automation via scripting