Possible CCleanerReactivator.DLL Sideloading (via image_load)

This rule detects potential DLL sideloading of "CCleanerReactivator.dll"

SigmamediumWindowsv1
sigma
title: Possible CCleanerReactivator.DLL Sideloading (via image_load)
id: 2c7da512-f405-5034-b48f-8f185e67f0d7
status: stable
description: This rule detects potential DLL sideloading of "CCleanerReactivator.dll"
references:
    - https://attack.mitre.org/techniques/T1574/001/
    - https://lab52.io/blog/2344-2/
author: Huntrule Team
date: 2026-06-05
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:
    - Unknown
level: medium

Known false positives

  • Unknown

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.