(YARA) Detect_Interrupts

Download Raw

rule Detect_Interrupt: AntiDebug {
    meta: 
        description = "Detect Interrupt instruction"
        author = "Unprotect"
        comment = "Experimental rule / the rule can be slow to use"
    strings:
        $int3 = { CC }
        $intCD = { CD }
        $int03 = { 03 }
        $int2D = { 2D }
        $ICE = { F1 }
    condition:   
       uint16(0) == 0x5A4D and filesize < 1000KB and any of them
}

Associated Techniques

Technique Name Technique ID's Snippet(s) OS
INT3 Instruction Scanning U0105 B0001.025
INT 0x2D U0129 B0001.006
ICE 0xF1 U0130

Matching Samples 10 most recent

Sample Name Matching Techniques First Seen Last Seen
Updater.exe 4 2025-05-08 3 days, 1 hour ago
WalkSimulator-NonUtilla (2).dll 6 2025-05-06 5 days, 19 hours ago
decoder.exe 4 2025-04-30 1 week, 4 days ago
ZAP.exe 6 2025-04-26 2 weeks ago
BypassThreatBook.exe 5 2025-04-27 2 weeks ago
TCS30Autoplay_Net.exe 6 2025-04-25 2 weeks, 2 days ago
SetupEngine.exe 8 2025-04-23 2 weeks, 4 days ago
EverflowOrderflow.dll 6 2025-04-22 2 weeks, 5 days ago
DS4Windows.exe 9 2025-04-19 3 weeks, 1 day ago
xwizard.exe 6 2025-04-18 3 weeks, 2 days ago
View All

Created

June 22, 2022

Last Revised

June 22, 2022