SigmaHQ/rules/windows/process_creation/win_susp_msoffice.yml

29 lines
862 B
YAML
Raw Normal View History

2019-11-04 15:42:26 +00:00
title: Malicious payload download via Office binaries
2019-11-12 22:12:27 +00:00
id: 0c79148b-118e-472b-bdb7-9b57b444cc19
2019-10-26 05:48:38 +00:00
status: experimental
description: Downloads payload from remote server
references:
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OtherMSBinaries/Powerpnt.yml
- https://medium.com/@reegun/unsanitized-file-validation-leads-to-malicious-payload-download-via-office-binaries-202d02db7191
- Reegun J (OCBC Bank)
2019-11-04 15:42:26 +00:00
author: Beyu Denis, oscd.community
2019-10-26 05:48:38 +00:00
date: 2019/10/26
2019-11-04 15:42:26 +00:00
modified: 2019/11/04
2019-10-26 05:48:38 +00:00
tags:
2019-11-04 15:42:26 +00:00
- attack.command_and_control
- attack.t1105
level: high
2019-10-26 05:48:38 +00:00
logsource:
category: process_creation
product: windows
detection:
2019-11-04 15:42:26 +00:00
selection:
2019-11-07 22:34:30 +00:00
Image|endswith:
- '\powerpnt.exe'
- '\winword.exe'
- '\excel.exe'
2019-11-04 15:42:26 +00:00
CommandLine|contains: 'http'
condition: selection
2019-10-26 05:48:38 +00:00
falsepositives:
- Unknown