mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
18 lines
573 B
YAML
18 lines
573 B
YAML
rule:
|
|
meta:
|
|
name: check ProcessDebugFlags
|
|
namespace: anti-analysis/anti-debugging/debugger-detection
|
|
authors:
|
|
- michael.hunhoff@mandiant.com
|
|
scopes:
|
|
static: basic block
|
|
dynamic: thread
|
|
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
|