(YARA) YARA_Detect_ExceptionHandler

Download Raw

rule Detect_SuspendThread: AntiDebug {
    meta: 
        description = "Detect SuspendThread as anti-debug"
        author = "Unprotect"
        comment = "Experimental rule"
    strings:
        $1 = "UnhandledExcepFilter" fullword ascii
        $2 = "SetUnhandledExceptionFilter" fullword ascii
    condition:   
       uint16(0) == 0x5A4D and filesize < 1000KB and any of them 
}

Associated Techniques

Technique Name Technique ID's Snippet(s) OS
Unhandled Exception Filter U0108 B0001.030

Matching Samples 10 most recent

Sample Name Matching Techniques First Seen Last Seen
stub_modified.exe 7 2025-02-18 1 day, 20 hours ago
payload.exe 7 2025-02-18 1 day, 20 hours ago
encrypt.exe 7 2025-02-18 1 day, 20 hours ago
twain_32.dll 7 2025-02-17 2 days, 15 hours ago
csgo.dll 10 2025-02-17 2 days, 17 hours ago
libEGL.dll 8 2025-02-12 1 week ago
1663704907_themetool.exe 6 2025-01-20 1 month ago
Stellaris v2.3.0-v3.12.5 Plus 24 Trainer.exe 8 2025-01-18 1 month ago
ZClient.exe 12 2025-01-13 1 month, 1 week ago
Crackme#7.exe 8 2025-01-12 1 month, 1 week ago
View All

Created

June 22, 2022

Last Revised

June 22, 2022