(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
CSbypass.exe 5 2025-07-20 5 days, 17 hours ago
AIEngineDestroyer.exe 5 2025-07-17 1 week, 1 day ago
AIEngineDestroyer.exe 5 2025-07-17 1 week, 1 day ago
AIEngineDestroyer.exe 5 2025-07-17 1 week, 1 day ago
Real Ghost Hollowing Test Notepad Calc.exe 6 2025-07-05 2 weeks, 6 days ago
Клиент.exe 9 2025-07-01 3 weeks, 3 days ago
ArtifactDLL.x64.dll 5 2025-06-20 1 month ago
Artifact.exe 5 2025-06-20 1 month ago
wireguard-installer.exe 7 2025-06-12 1 month, 1 week ago
131da83b521f610819141d5c7403...abb22ef504a7593955a65f07.exe 9 2025-06-12 1 month, 1 week ago
View All

Created

June 22, 2022

Last Revised

June 22, 2022