Suspicious MsiExec Web Install (via process_creation)

This rule detects anomalous msiexec process starts with web addresses as parameter

SigmamediumWindowsv1
sigma
title: Suspicious MsiExec Web Install (via process_creation)
id: 68641065-1fc9-5a2a-8693-89d40f316545
status: stable
description: This rule detects anomalous msiexec process starts with web addresses as parameter
references:
    - https://attack.mitre.org/techniques/T1105/
    - https://attack.mitre.org/techniques/T1218/007/
    - https://blog.trendmicro.com/trendlabs-security-intelligence/attack-using-windows-installer-msiexec-exe-leads-lokibot/
author: Huntrule Team
date: 2026-05-18
tags:
    - attack.stealth
    - attack.t1218.007
    - attack.command-and-control
    - attack.t1105
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        CommandLine|contains|all:
            - ' msiexec'
            - '://'
    condition: selection
falsepositives:
    - Unknown
level: medium

Known false positives

  • Unknown

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.