Files
blue-team-tools/rules/windows/process_creation/win_susp_outlook.yml
T

27 lines
793 B
YAML
Raw Normal View History

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