mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
24 lines
577 B
YAML
24 lines
577 B
YAML
title: Execution in Outlook Temp Folder
|
|
id: a018fdc3-46a3-44e5-9afb-2cd4af1d4b39
|
|
status: experimental
|
|
description: Detects a suspicious program execution in Outlook temp folder
|
|
author: Florian Roth
|
|
date: 2019/10/01
|
|
tags:
|
|
- attack.initial_access
|
|
- attack.t1566.001
|
|
- attack.t1193 #an old one
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image: '*\Temporary Internet Files\Content.Outlook\\*'
|
|
condition: selection
|
|
fields:
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|