Windows InstallUtil.exe Downloading Files via HTTP/FTP

Flags InstallUtil.exe execution with http/https/ftp URLs indicative of remote file downloads on Windows.

FreeReviewedSigma · Medium · v2
Product
windows
Category
process_creation
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2022-08-19
Updated
2026-07-31
title: Windows InstallUtil.exe Downloading Files via HTTP/FTP
id: 0d5f1528-2fcf-4eaa-a598-e515e9542300
status: test
description: This rule identifies process executions of InstallUtil.exe where the command line includes HTTP/HTTPS or FTP URLs, indicating an attempt to download external content. Attackers can use InstallUtil.exe to blend malicious activity into legitimate-looking .NET tooling behavior. The detection relies on process creation telemetry, specifically the executable path or metadata and the process command line containing URL schemes.
references:
  - https://github.com/LOLBAS-Project/LOLBAS/pull/239
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_installutil_download.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2022-08-19
modified: 2023-11-09
tags:
  - attack.stealth
  - attack.t1218
logsource:
  category: process_creation
  product: windows
detection:
  selection_img:
    - Image|endswith: \InstallUtil.exe
    - OriginalFileName: InstallUtil.exe
  selection_cli:
    CommandLine|contains:
      - ftp://
      - http://
      - https://
  condition: all of selection_*
falsepositives:
  - Unknown
level: medium
license: DRL-1.1
related:
  - id: 75edd216-1939-4c73-8d61-7f3a0d85b5cc
    type: derived