Windows Chrome Frame Helper DLL Sideloading via Image Load
Alerts when chrome_frame_helper.dll loads from an unexpected location on Windows, indicating possible DLL sideloading.
- Product
- windows
- Category
- image_load
- Author
- Nasreddine Bencherchali (Nextron Systems), Wietze Beukema (project and research) (SigmaHQ), DRL 1.1
- Published
- 2022-08-17
- Updated
- 2026-07-31
ATT&CK techniques
Execution → Defense EvasionRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
Identifies cases where chrome_frame_helper.dll is loaded from locations other than the expected Chrome application directories. Attackers can abuse DLL search order and side-loading to execute malicious code under the context of a legitimate process, making this a useful persistence and stealth signal. The rule relies on Windows image load telemetry to match the specific DLL name and then validate the loaded path against known-good directories and user application paths.
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 Chrome Frame Helper DLL Sideloading via Image Load
id: b8a5b395-967a-4a54-be20-3b78c85f5bcb
status: test
description: Identifies cases where chrome_frame_helper.dll is loaded from locations other than the expected Chrome application directories. Attackers can abuse DLL search order and side-loading to execute malicious code under the context of a legitimate process, making this a useful persistence and stealth signal. The rule relies on Windows image load telemetry to match the specific DLL name and then validate the loaded path against known-good directories and user application paths.
references:
- https://hijacklibs.net/entries/3rd_party/google/chrome_frame_helper.html
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/image_load/image_load_side_load_chrome_frame_helper.yml
author: Nasreddine Bencherchali (Nextron Systems), Wietze Beukema (project and research), Huntrule Team
date: 2022-08-17
modified: 2023-05-15
tags:
- attack.persistence
- attack.privilege-escalation
- attack.execution
- attack.stealth
- attack.t1574.001
logsource:
category: image_load
product: windows
detection:
selection:
ImageLoaded|endswith: \chrome_frame_helper.dll
filter_main_path:
ImageLoaded|startswith:
- C:\Program Files\Google\Chrome\Application\
- C:\Program Files (x86)\Google\Chrome\Application\
filter_optional_user_path:
ImageLoaded|contains: \AppData\local\Google\Chrome\Application\
condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*
falsepositives:
- Unknown
level: medium
license: DRL-1.1
related:
- id: 72ca7c75-bf85-45cd-aca7-255d360e423c
type: derived