diff --git a/anti-analysis/anti-debugging/debugger-detection/check-for-debugger-via-api.yml b/anti-analysis/anti-debugging/debugger-detection/check-for-debugger-via-api.yml index e82935b8..54248aed 100644 --- a/anti-analysis/anti-debugging/debugger-detection/check-for-debugger-via-api.yml +++ b/anti-analysis/anti-debugging/debugger-detection/check-for-debugger-via-api.yml @@ -25,3 +25,4 @@ rule: - api: WUDFPlatform.WudfIsKernelDebuggerPresent - api: WUDFPlatform.WudfIsUserDebuggerPresent - property/read: System.Diagnostics.Debugger::IsAttached + - api: System.Diagnostics.Debugger::IsLogging