Windows DCOM InternetExplorer.Application DLL Hijack via iertutil.dll Image Load

Alerts when iexplore.exe loads iertutil.dll from an Internet Explorer path, indicating possible DLL hijacking.

FreeReviewedSigma · Critical · v2
Product
windows
Category
image_load
Author
Roberto Rodriguez @Cyb3rWard0g, Open Threat Research (OTR), wagga (SigmaHQ), DRL 1.1
Published
2020-10-12
Updated
2026-07-31
title: Windows DCOM InternetExplorer.Application DLL Hijack via iertutil.dll Image Load
id: 61ebdf69-72d6-4872-8c34-06c708bf402a
related:
  - id: e554f142-5cf3-4e55-ace9-a1b59e0def65
    type: obsolete
  - id: 2f7979ae-f82b-45af-ac1d-2b10e93b0baa
    type: similar
  - id: f354eba5-623b-450f-b073-0b5b2773b6aa
    type: derived
status: test
description: Flags image load events where iexplore.exe loads iertutil.dll from an Internet Explorer path, indicative of a potential DLL hijack targeting the DCOM InternetExplorer.Application component. DLL hijacking matters because attackers can redirect a trusted process to load a malicious library for code execution. The rule relies on Windows image-load telemetry, specifically the loaded module path ending in iertutil.dll and the parent process image ending in iexplore.exe.
references:
  - https://threathunterplaybook.com/hunts/windows/201009-RemoteDCOMIErtUtilDLLHijack/notebook.html
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/image_load/image_load_iexplore_dcom_iertutil_dll_hijack.yml
author: Roberto Rodriguez @Cyb3rWard0g, Open Threat Research (OTR), wagga, Huntrule Team
date: 2020-10-12
modified: 2022-12-18
tags:
  - attack.lateral-movement
  - attack.t1021.002
  - attack.t1021.003
logsource:
  product: windows
  category: image_load
detection:
  selection:
    Image|endswith: \Internet Explorer\iexplore.exe
    ImageLoaded|endswith: \Internet Explorer\iertutil.dll
  condition: selection
falsepositives:
  - Unknown
level: critical
license: DRL-1.1