Threat Huntmediumtest
Suspicious New Instance Of An Office COM Object
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)
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Nasreddine Bencherchali (Nextron Systems)Created Thu Oct 13Updated Tue Dec 199bdaf1e9-fdef-443b-8081-4341b74a7e28windows
Hunting Hypothesis
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic1 selector
detection:
selection:
ParentImage|endswith: '\svchost.exe'
Image|endswith:
- '\eqnedt32.exe'
- '\excel.exe'
- '\msaccess.exe'
- '\mspub.exe'
- '\powerpnt.exe'
- '\visio.exe'
- '\winword.exe'
condition: selectionFalse Positives
Legitimate usage of office automation via scripting
MITRE ATT&CK
Other
detection.threat-hunting
Rule Metadata
Rule ID
9bdaf1e9-fdef-443b-8081-4341b74a7e28
Status
test
Level
medium
Type
Threat Hunt
Created
Thu Oct 13
Modified
Tue Dec 19
Path
rules-threat-hunting/windows/process_creation/proc_creation_win_office_svchost_parent.yml
Raw Tags
attack.executionattack.defense-evasiondetection.threat-hunting