SigmaHQ/rules/windows/process_creation/win_susp_outlook.yml

26 lines
752 B
YAML
Raw Normal View History

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:
- 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