mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-02 03:17:19 +00:00
17 lines
571 B
YAML
17 lines
571 B
YAML
rule:
|
|
meta:
|
|
name: check ProcessDebugFlags
|
|
namespace: anti-analysis/anti-debugging/debugger-detection
|
|
authors:
|
|
- michael.hunhoff@mandiant.com
|
|
scopes:
|
|
static: basic block
|
|
dynamic: call
|
|
mbc:
|
|
- Anti-Behavioral Analysis::Debugger Detection::NtQueryInformationProcess [B0001.012]
|
|
references:
|
|
- https://github.com/LordNoteworthy/al-khaser/blob/master/al-khaser/AntiDebug/NtQueryInformationProcess_ProcessDebugFlags.cpp
|
|
features:
|
|
- and:
|
|
- api: NtQueryInformationProcess
|
|
- number: 0x1F = ProcessDebugFlags
|