mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-04 20:37:25 +00:00
14 lines
487 B
YAML
14 lines
487 B
YAML
rule:
|
|
meta:
|
|
name: check ProcessDebugFlags
|
|
namespace: anti-analysis/anti-debugging/debugger-detection
|
|
author: michael.hunhoff@fireeye.com
|
|
scope: basic block
|
|
mbc:
|
|
- Anti-Behavioral Analysis::Debugger Detection
|
|
references:
|
|
- https://github.com/LordNoteworthy/al-khaser/blob/master/al-khaser/AntiDebug/NtQueryInformationProcess_ProcessDebugFlags.cpp
|
|
features:
|
|
- and:
|
|
- api: NtQueryInformationProcess
|
|
- number: 0x1F = ProcessDebugFlags
|