(YARA) Detect Interrupts 2

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 Categories Snippet(s)
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
CVE-2026-20817_PoC.exe 8 2026-04-09 1 week ago
Raid.exe 7 2026-04-08 1 week, 1 day ago
b2a17fbdf536bd79dba9eb5e4ea3...0fdd7eb07ca6c5bdf73de001.exe 11 2026-04-07 1 week, 2 days ago
XClient1.exe 4 2026-04-04 1 week, 5 days ago
2_5339247083163523934.exe 6 2026-03-27 2 weeks, 6 days ago
rootkit.exe 10 2026-03-24 3 weeks, 2 days ago
spread.exe 6 2026-03-24 3 weeks, 2 days ago
ngen.exe 7 2026-03-20 3 weeks, 6 days ago
write.exe 5 2026-03-20 3 weeks, 6 days ago
UnPackMe_VMProtect_1.53.exe 7 2026-03-19 4 weeks ago
View All

Created

June 22, 2022

Last Revised

March 27, 2026