Windows Network Connection Initiated by IMEWDBLD.EXE

Alerts when IMEWDBLD.EXE initiates a network connection on Windows.

FreeReviewedSigma · High · v2
Product
windows
Category
network_connection
Author
frack113 (SigmaHQ), DRL 1.1
Published
2022-01-22
Updated
2026-07-31
title: Windows Network Connection Initiated by IMEWDBLD.EXE
id: 272482a7-3a2f-488e-81b3-870e91409a2c
related:
  - id: 863218bd-c7d0-4c52-80cd-0a96c09f54af
    type: derived
  - id: 8d7e392e-9b28-49e1-831d-5949c6281228
    type: derived
status: test
description: This rule identifies network connections where the initiating process is IMEWDBLD.EXE on Windows. Network activity from this binary can indicate misuse of the utility for command-and-control or staging additional payloads. It relies on telemetry that records network_connection events with the initiating process image path and whether the connection was initiated.
references:
  - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1105/T1105.md#atomic-test-10---windows---powershell-download
  - https://lolbas-project.github.io/lolbas/Binaries/IMEWDBLD/
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/network_connection/net_connection_win_imewdbld.yml
author: frack113, Huntrule Team
date: 2022-01-22
modified: 2023-11-09
tags:
  - attack.command-and-control
  - attack.t1105
logsource:
  category: network_connection
  product: windows
detection:
  selection:
    Initiated: "true"
    Image|endswith: \IMEWDBLD.exe
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1