2019-02-25 23:24:46 +00:00
|
|
|
title: Suspicious Execution from Outlook
|
|
|
|
status: experimental
|
|
|
|
description: Detects EnableUnsafeClientMailRules used for Script Execution from Outlook
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://github.com/sensepost/ruler
|
|
|
|
- https://www.fireeye.com/blog/threat-research/2018/12/overruled-containing-a-potentially-destructive-adversary.html
|
2019-02-25 23:24:46 +00:00
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.execution
|
|
|
|
- attack.t1059
|
|
|
|
- attack.t1202
|
2019-02-25 23:24:46 +00:00
|
|
|
author: Markus Neis
|
|
|
|
date: 2018/12/27
|
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-02-25 23:24:46 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
clientMailRules:
|
|
|
|
CommandLine: '*EnableUnsafeClientMailRules*'
|
|
|
|
outlookExec:
|
|
|
|
ParentImage: '*\outlook.exe'
|
|
|
|
CommandLine: \\\\*\\*.exe
|
|
|
|
condition: clientMailRules or outlookExec
|
2019-02-25 23:24:46 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- unknown
|
2019-02-25 23:24:46 +00:00
|
|
|
level: high
|