Suspicious Obfuscated PowerShell MSI Install through WindowsInstaller COM (via process_creation)

This rule detects the execution of obfuscated PowerShell commands that attempt to install MSI packages via the Windows Installer COM object (`WindowsInstaller.Installer`). The method involves manipulating strings to hide functionality, such as constructing class names using string insertion (e.g., 'indowsInstaller.Installer'.Insert(0,'W')) and correcting malformed URLs (e.g., converting 'htps://' to 'https://') at runtime. This behavior is frequently linked with malware loaders or droppers that aim to bypass static detection by hiding intent in runtime-generated strings and using legitimate tools for code execution. The use of `InstallProduct` and COM object creation, particularly combined with hidden window execution and suppressed UI, suggests an attempt to install software (likely malicious) without user interaction.

SigmahighWindowsv1
Full detection rule

Unlock this rule to view and copy it

Rule logic is available with an unlock credit. The public page keeps its context, mappings and implementation details visible.

Sign in to unlock

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.