Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
rule:
meta:
name: reference ConfuserEx anti-profiling
namespace: anti-analysis/anti-debugging
author: Nitezio
description: Detects strings associated with ConfuserEx's anti-profiling mechanisms, which patch the CLR and hijack named pipes to prevent managed profilers from attaching.
scope: file
att&ck:
- Defense Evasion::Impair Defenses::Disable or Modify Tools [T1562.001]
references:
- https://github.com/mandiant/capa-rules/issues/602
- https://github.com/yck1509/ConfuserEx/blob/master/Confuser.Runtime/antinet/AntiManagedProfiler.cs
features:
- or:
- string: "ProfAPIMaxWaitForTriggerMs"
- string: "\\\\.\\pipe\\CPFATP_{0}_v{1}.{2}.{3}"