(YARA) YARA_Detect_NtQueryObject

Created the . Updated 1 year, 9 months ago.

            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 Has Snippet(s)
NtQueryObject U0118 B0001.013