(YARA) YARA_Detect_IsDebuggerPresent

Download Raw

rule Detect_IsDebuggerPresent : AntiDebug {
    meta:
        author = "naxonez"
        reference = "https://github.com/naxonez/yaraRules/blob/master/AntiDebugging.yara"
    strings:
	$ ="IsDebugged"
    condition:
        uint16(0) == 0x5A4D and filesize < 1000KB and any of them
}

Associated Techniques

Technique Name Technique ID's Snippet(s) OS
IsDebuggerPresent U0122 B0001.008

Created

June 22, 2022

Last Revised

June 22, 2022