mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
7602309138
* Converted (to generic sigma) rules * Converter outputs by default with indentation 4
26 lines
752 B
YAML
26 lines
752 B
YAML
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
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1059
|
|
- attack.t1202
|
|
author: Markus Neis
|
|
date: 2018/12/27
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
clientMailRules:
|
|
CommandLine: '*EnableUnsafeClientMailRules*'
|
|
outlookExec:
|
|
ParentImage: '*\outlook.exe'
|
|
CommandLine: \\\\*\\*.exe
|
|
condition: clientMailRules or outlookExec
|
|
falsepositives:
|
|
- unknown
|
|
level: high
|