(YARA) YARA_Detect_NtQueryInformationProcess
Created the . Updated 2 years, 3 months ago.
rule Detect_NtQueryInformationProcess: AntiDebug {
meta:
description = "Detect NtQueryInformationProcess as anti-debug"
author = "Unprotect"
comment = "Experimental rule"
strings:
$1 = "NtQueryInformationProcess" fullword ascii
condition:
uint16(0) == 0x5A4D and filesize < 1000KB and $1
}
Associated Techniques
Technique Name | Technique ID's | Snippet(s) | OS |
---|---|---|---|
NtQueryInformationProcess | U0120 B0001.012 |