Windows DLL Sideloading: CCleanerReactivator.dll Loaded from CCleaner Directories

Identifies potential CCleanerReactivator.dll DLL sideloading when loaded by CCleanerReactivator.exe outside expected CCleaner paths.

FreeReviewedSigma · Medium · v2
Product
windows
Category
image_load
Author
X__Junior (SigmaHQ), DRL 1.1
Published
2023-07-13
Updated
2026-07-31
title: "Windows DLL Sideloading: CCleanerReactivator.dll Loaded from CCleaner Directories"
id: 269c3465-100b-43a9-8a91-06d101e1e1fe
status: test
description: Flags Windows processes that load CCleanerReactivator.dll from an image path ending with \\CCleanerReactivator.dll while the loader executable matches CCleanerReactivator.exe in common CCleaner install locations. DLL sideloading is a stealthy way for an attacker to run malicious code by planting or swapping a DLL that a legitimate executable expects. The rule relies on image load telemetry, matching the loaded DLL name and the loading process path under Program Files locations.
references:
  - https://lab52.io/blog/2344-2/
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/image_load/image_load_side_load_ccleaner_reactivator.yml
author: X__Junior, Huntrule Team
date: 2023-07-13
tags:
  - attack.persistence
  - attack.privilege-escalation
  - attack.execution
  - attack.stealth
  - attack.t1574.001
logsource:
  category: image_load
  product: windows
detection:
  selection:
    ImageLoaded|endswith: \CCleanerReactivator.dll
  filter_main_path:
    Image|startswith:
      - C:\Program Files\CCleaner\
      - C:\Program Files (x86)\CCleaner\
    Image|endswith: \CCleanerReactivator.exe
  condition: selection and not 1 of filter_main_*
falsepositives:
  - False positives could occur from other custom installation paths. Apply additional filters accordingly.
level: medium
license: DRL-1.1
related:
  - id: 3735d5ac-d770-4da0-99ff-156b180bc600
    type: derived