SigmaHQ/rules/windows/process_creation/win_susp_outlook_temp.yml

22 lines
497 B
YAML
Raw Normal View History

2019-10-01 14:07:43 +00:00
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