Windows DCOM InternetExplorer.Application iertutil.dll DLL Hijack Suspicion
Alerts when System writes iertutil.dll in the DCOM InternetExplorer.Application path, consistent with potential DLL hijacking.
- Product
- windows
- Category
- file_event
- Author
- Roberto Rodriguez @Cyb3rWard0g, Open Threat Research (OTR), wagga (SigmaHQ), DRL 1.1
- Published
- 2020-10-12
- Updated
- 2026-07-31
ATT&CK techniques
Lateral MovementRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Collection
C2
Exfiltration
Impact
What it detects
Identifies network-accessible behavior consistent with a DLL hijack attempt by watching for writes or placements of iertutil.dll under a DCOM InternetExplorer.Application path. Attackers may use DLL search order or DCOM component loading to run malicious code by replacing or planting a legitimate library. This rule relies on Windows file event telemetry showing System as the actor and TargetFilename ending with the specific iertutil.dll path segment.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: Windows DCOM InternetExplorer.Application iertutil.dll DLL Hijack Suspicion
id: 84037c5f-1304-4017-b8fc-04c515ebf1c4
related:
- id: e554f142-5cf3-4e55-ace9-a1b59e0def65
type: obsolete
- id: f354eba5-623b-450f-b073-0b5b2773b6aa
type: similar
- id: 2f7979ae-f82b-45af-ac1d-2b10e93b0baa
type: derived
status: test
description: Identifies network-accessible behavior consistent with a DLL hijack attempt by watching for writes or placements of iertutil.dll under a DCOM InternetExplorer.Application path. Attackers may use DLL search order or DCOM component loading to run malicious code by replacing or planting a legitimate library. This rule relies on Windows file event telemetry showing System as the actor and TargetFilename ending with the specific iertutil.dll path segment.
references:
- https://threathunterplaybook.com/hunts/windows/201009-RemoteDCOMIErtUtilDLLHijack/notebook.html
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/file/file_event/file_event_win_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: file_event
detection:
selection:
Image: System
TargetFilename|endswith: \Internet Explorer\iertutil.dll
condition: selection
falsepositives:
- Unknown
level: critical
license: DRL-1.1