Suspicious Filter Driver Unloaded Through Fltmc.EXE (via process_creation)

This rule detects filter driver unloading behavior via fltmc.exe

SigmamediumWindowsv1
sigma
title: Suspicious Filter Driver Unloaded Through Fltmc.EXE (via process_creation)
id: aa224fc4-7efb-5dfa-8db7-034923e9e275
status: stable
description: This rule detects filter driver unloading behavior via fltmc.exe
references:
    - https://attack.mitre.org/techniques/T1685/001/
    - https://attack.mitre.org/techniques/T1685/
    - https://attack.mitre.org/techniques/T1070/
    - https://www.darkoperator.com/blog/2018/10/5/operating-offensively-against-sysmon
    - https://www.cybereason.com/blog/threat-analysis-report-lockbit-2.0-all-paths-lead-to-ransom
author: Huntrule Team
date: 2026-03-30
tags:
    - attack.stealth
    - attack.defense-impairment
    - attack.t1070
    - attack.t1685
    - attack.t1685.001
logsource:
    product: windows
    category: process_creation
detection:
    selection_img:
        - Image|endswith: '\fltMC.exe'
        - OriginalFileName: 'fltMC.exe'
    selection_cli:
        CommandLine|contains: 'unload'
    filter_optional_avira:
        ParentImage|contains:
            - '\AppData\Local\Temp\'
            - ':\Windows\Temp\'
        ParentImage|endswith: '\endpoint-protection-installer-x64.tmp'
        CommandLine|endswith:
            - 'unload rtp_filesystem_filter'
            - 'unload rtp_filter'
    filter_optional_manageengine:
        ParentImage: 'C:\Program Files (x86)\ManageEngine\uems_agent\bin\dcfaservice64.exe'
        CommandLine|endswith: 'unload DFMFilter'
    condition: all of selection_* 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.