mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
22 lines
497 B
YAML
22 lines
497 B
YAML
|
title: Execution in Outlook Temp Folder
|
||
|
status: experimental
|
||
|
description: Detects a suspicious program execution in Outlook temp folder
|
||
|
author: Florian Roth
|
||
|
date: 2019/10/01
|
||
|
tags:
|
||
|
- attack.initial_access
|
||
|
- attack.t1193
|
||
|
logsource:
|
||
|
category: process_creation
|
||
|
product: windows
|
||
|
detection:
|
||
|
selection:
|
||
|
Image: '*\Temporary Internet Files\Content.Outlook\\*'
|
||
|
condition: selection
|
||
|
fields:
|
||
|
- CommandLine
|
||
|
- ParentCommandLine
|
||
|
falsepositives:
|
||
|
- Unknown
|
||
|
level: high
|