Detectionhightest

Suspicious Remote Child Process From Outlook

Detects a suspicious child process spawning from Outlook where the image is located in a remote location (SMB/WebDav shares).

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Markus Neis, Nasreddine Bencherchali (Nextron Systems)Created Thu Dec 27Updated Thu Feb 09e212d415-0e93-435f-9e1a-f29005bb4723windows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        ParentImage|endswith: '\outlook.exe'
        Image|startswith: '\\\\'
    condition: selection
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
e212d415-0e93-435f-9e1a-f29005bb4723
Status
test
Level
high
Type
Detection
Created
Thu Dec 27
Modified
Thu Feb 09
Path
rules/windows/process_creation/proc_creation_win_office_outlook_susp_child_processes_remote.yml
Raw Tags
attack.executionattack.defense-evasionattack.t1059attack.t1202
View on GitHub