SigmaHQ/rules/windows/process_creation/win_susp_outlook_temp.yml
2019-10-01 16:07:43 +02:00

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