(YARA) YARA_Detect_NtQueryInformationProcess

Download Raw

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

Matching Samples 10 most recent

Sample Name Matching Techniques First Seen Last Seen
1445a6fae415ff8b97807309ed6d...29636ba6a100dbcf3e3e04924790 7 2024-11-19 2 days, 6 hours ago
MSBuild.exe 10 2024-11-15 6 days, 1 hour ago
al-khaser.exe 24 2024-11-13 1 week ago
View All

Created

June 22, 2022

Last Revised

June 22, 2022