Detection rules › Sigma

Suspicious Execution From Outlook Temporary Folder

Status
test
Severity
high
Log source
category process_creation, product windows
Author
Florian Roth (Nextron Systems)
Source
github.com/SigmaHQ/sigma

Detects a suspicious program execution in Outlook temp folder

MITRE ATT&CK coverage

TacticTechniques
Initial Access

Telemetry coverage

Rule body

title: Suspicious Execution From Outlook Temporary Folder
id: a018fdc3-46a3-44e5-9afb-2cd4af1d4b39
status: test
description: Detects a suspicious program execution in Outlook temp folder
author: Florian Roth (Nextron Systems)
references:
    - Internal Research
date: 2019-10-01
modified: 2022-10-09
tags:
    - attack.initial-access
    - attack.t1566.001
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        Image|contains: '\Temporary Internet Files\Content.Outlook\'
    condition: selection
falsepositives:
    - Unknown
level: high

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    Image|contains: '\Temporary Internet Files\Content.Outlook\'

Indicators

These rows show field, operator, and value matches.

FieldKindValuesSearch
Imagematch
  • \Temporary Internet Files\Content.Outlook\ corpus 2 (sigma 2)
field:"Image" kind:match value:"\Temporary Internet Files\Content.Outlook\"