mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
31 lines
902 B
YAML
31 lines
902 B
YAML
title: Microsoft Office Product Spawning Windows Shell
|
|
status: experimental
|
|
description: Detects a Windows command line executable started from Microsoft Word, Excel, Powerpoint, Publisher and Visio.
|
|
reference: https://www.hybrid-analysis.com/sample/465aabe132ccb949e75b8ab9c5bda36d80cf2fd503d52b8bad54e295f28bbc21?environmentId=100
|
|
author: Michael Haag
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
ParentImage:
|
|
- '*\WINWORD.EXE'
|
|
- '*\EXCEL.EXE'
|
|
- '*\POWERPNT.exe'
|
|
- '*\MSPUB.exe'
|
|
- '*\VISIO.exe'
|
|
Image:
|
|
- '*\cmd.exe'
|
|
- '*\powershell.exe'
|
|
- '*\wscript.exe'
|
|
- '*\cscript.exe'
|
|
- '*\sh.exe'
|
|
- '*\bash.exe'
|
|
- '*\scrcons.exe'
|
|
condition: selection
|
|
falsepositives:
|
|
- unknown
|
|
level: high
|
|
|