Skip to content

Commit 7c001b6

Browse files
frack113nasbenchswachchhanda000
authored
Merge PR #5111 from @frack113 - Add WFP Filter Added via Registry
new: WFP Filter Added via Registry --------- Co-authored-by: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com> Co-authored-by: Swachchhanda Shrawan Poudel <87493836+swachchhanda000@users.noreply.github.com>
1 parent 309bd61 commit 7c001b6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
title: WFP Filter Added via Registry
2+
id: 1f1d8209-636e-4c6c-a137-781cca8b82f9
3+
status: experimental
4+
description: |
5+
Detects registry modifications that add Windows Filtering Platform (WFP) filters, which may be used to block security tools and EDR agents from reporting events.
6+
references:
7+
- https://github.com/netero1010/EDRSilencer/blob/0e73a7037ec65c52894d8208e6f605a7da0a34a6/EDRSilencer.c
8+
- https://www.huntress.com/blog/silencing-the-edr-silencers
9+
- https://www.trendmicro.com/en_us/research/24/j/edrsilencer-disrupting-endpoint-security-solutions.html
10+
author: Frack113
11+
date: 2025-10-23
12+
tags:
13+
- attack.defense-evasion
14+
- attack.execution
15+
- attack.t1562
16+
- attack.t1569.002
17+
logsource:
18+
category: registry_set
19+
product: windows
20+
detection:
21+
selection:
22+
TargetObject|contains: '\BFE\Parameters\Policy\Persistent\Filter\'
23+
filter_main_svchost:
24+
Image:
25+
- 'C:\Windows\System32\svchost.exe'
26+
- 'C:\Windows\SysWOW64\svchost.exe'
27+
condition: selection and not 1 of filter_main_*
28+
falsepositives:
29+
- Unknown
30+
level: medium

0 commit comments

Comments
 (0)