SigmaHQ/rules/windows/process_creation/win_susp_outlook.yml

27 lines
793 B
YAML
Raw Normal View History

2019-02-25 23:24:46 +00:00
title: Suspicious Execution from Outlook
2019-11-12 22:12:27 +00:00
id: e212d415-0e93-435f-9e1a-f29005bb4723
2019-02-25 23:24:46 +00:00
status: experimental
description: Detects EnableUnsafeClientMailRules used for Script Execution from Outlook
references:
- 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:
- attack.execution
- attack.t1059
- attack.t1202
2019-02-25 23:24:46 +00:00
author: Markus Neis
date: 2018/12/27
logsource:
category: process_creation
product: windows
2019-02-25 23:24:46 +00:00
detection:
clientMailRules:
CommandLine: '*EnableUnsafeClientMailRules*'
outlookExec:
ParentImage: '*\outlook.exe'
CommandLine: \\\\*\\*.exe
condition: clientMailRules or outlookExec
2019-02-25 23:24:46 +00:00
falsepositives:
- unknown
2019-02-25 23:24:46 +00:00
level: high