2017-03-02 10:06:53 +00:00
|
|
|
title: Office Macro Starts Cmd
|
|
|
|
status: experimental
|
|
|
|
description: Detects a Windows command line executable started from Microsoft Word or Excel
|
2018-01-27 23:24:16 +00:00
|
|
|
references:
|
|
|
|
- https://www.hybrid-analysis.com/sample/465aabe132ccb949e75b8ab9c5bda36d80cf2fd503d52b8bad54e295f28bbc21?environmentId=100
|
2017-03-02 10:06:53 +00:00
|
|
|
author: Florian Roth
|
|
|
|
logsource:
|
2017-03-13 08:23:08 +00:00
|
|
|
product: windows
|
|
|
|
service: sysmon
|
2017-03-02 10:06:53 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 1
|
|
|
|
ParentImage:
|
|
|
|
- '*\WINWORD.EXE'
|
|
|
|
- '*\EXCEL.EXE'
|
|
|
|
Image: '*\cmd.exe'
|
|
|
|
condition: selection
|
2017-09-12 21:54:04 +00:00
|
|
|
fields:
|
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2017-03-02 10:06:53 +00:00
|
|
|
falsepositives:
|
|
|
|
- unknown
|
|
|
|
level: high
|
|
|
|
|