Possible DLL Sideloading Of DBGCORE.DLL (via image_load)

This rule detects DLL sideloading of "dbgcore.dll"

SigmamediumWindowsv1
sigma
title: Possible DLL Sideloading Of DBGCORE.DLL (via image_load)
id: 0d4a34f9-d8b9-5f6e-9654-ac0c45da9370
status: stable
description: This rule detects DLL sideloading of "dbgcore.dll"
references:
    - https://attack.mitre.org/techniques/T1574/001/
    - https://hijacklibs.net/
author: Huntrule Team
date: 2026-05-10
tags:
    - attack.persistence
    - attack.privilege-escalation
    - attack.execution
    - attack.stealth
    - attack.t1574.001
logsource:
    category: image_load
    product: windows
detection:
    selection:
        ImageLoaded|endswith: '\dbgcore.dll'
    filter_main_generic:
        ImageLoaded|startswith:
            - 'C:\Program Files (x86)\'
            - 'C:\Program Files\'
            - 'C:\Windows\SoftwareDistribution\'
            - 'C:\Windows\System32\'
            - 'C:\Windows\SystemTemp\'
            - 'C:\Windows\SysWOW64\'
            - 'C:\Windows\WinSxS\'
    filter_optional_steam:
        ImageLoaded|endswith: '\Steam\bin\cef\cef.win7x64\dbgcore.dll'
    filter_optional_opera:
        ImageLoaded|contains: 'opera\Opera Installer Temp\opera_package'
        ImageLoaded|endswith: '\assistant\dbgcore.dll'
    condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*
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.