Windows EDRSilencer Execution via Filtering Platform FilterName Change

Detects Filtering Platform custom outbound filter additions associated with potential EDRSilencer execution on Windows.

FreeReviewedSigma · High · v2
Product
windows
Service
security
Author
Thodoris Polyzos (@SmoothDeploy) (SigmaHQ), DRL 1.1
Published
2024-01-29
Updated
2026-07-31
title: Windows EDRSilencer Execution via Filtering Platform FilterName Change
id: bb0454db-75b6-4aba-80da-801996bfd4ee
status: test
description: This rule identifies execution of the EDRSilencer tool by looking for Windows Security audit events related to Filtering Platform policy changes, where the filter name contains "Custom Outbound Filter". Attackers can use WFP abuse to impair endpoint defenses by blocking outbound traffic from running EDR agents. Detection relies on Windows Security log events (EventID 5441 and 5447) and the presence of matching filter name telemetry in those events.
references:
  - https://github.com/netero1010/EDRSilencer
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/security/win_security_hktl_edr_silencer.yml
author: Thodoris Polyzos (@SmoothDeploy), Huntrule Team
date: 2024-01-29
modified: 2024-01-30
tags:
  - attack.defense-impairment
  - attack.t1685
logsource:
  product: windows
  service: security
  definition: "Requirements: Audit Filtering Platform Policy Change needs to be enabled"
detection:
  selection:
    EventID:
      - 5441
      - 5447
    FilterName|contains: Custom Outbound Filter
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: 98054878-5eab-434c-85d4-72d4e5a3361b
    type: derived