(YARA) YARA_Detect_NtQueryObject
rule Detect_NtQueryObject: AntiDebug {
meta:
description = "Detect NtQueryObject as anti-debug"
author = "Unprotect"
comment = "Experimental rule"
strings:
$1 = "NtQueryObject" fullword ascii
condition:
uint16(0) == 0x5A4D and filesize < 1000KB and $1
}
Associated Techniques
Technique Name | Technique ID's | Snippet(s) | OS |
---|---|---|---|
NtQueryObject | U0118 B0001.013 |
Matching Samples 10 most recent
Sample Name | Matching Techniques | First Seen | Last Seen |
---|---|---|---|
al-khaser.exe | 24 | 2024-11-13 | 1 month ago |
Created
June 22, 2022
Last Revised
June 22, 2022