Detectionmediumtest

MsiExec Web Install

Detects suspicious msiexec process starts with web addresses as parameter

Convert In Phoenix Studio

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

Launch
Florian Roth (Nextron Systems)Created Fri Feb 09Updated Fri Jan 07f7b5f842-a6af-4da5-9e95-e32478f3cd2fwindows
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:
        CommandLine|contains|all:
            - ' msiexec'
            - '://'
    condition: selection
False Positives

False positives depend on scripts and administrative tools used in the monitored environment

Rule Metadata
Rule ID
f7b5f842-a6af-4da5-9e95-e32478f3cd2f
Status
test
Level
medium
Type
Detection
Created
Fri Feb 09
Modified
Fri Jan 07
Path
rules/windows/process_creation/proc_creation_win_msiexec_web_install.yml
Raw Tags
attack.defense-evasionattack.t1218.007attack.command-and-controlattack.t1105
View on GitHub