(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
pack.dll 5 2025-09-03 1 week, 5 days ago
DelphinDesktop.dll 9 2025-08-31 2 weeks, 1 day ago
avbox.exe 9 2025-08-31 2 weeks, 2 days ago
xor.exe 6 2025-08-30 2 weeks, 2 days ago
prot-emul.exe 8 2025-08-19 3 weeks, 6 days ago
preloader_s.dll 6 2025-08-12 1 month ago
Krbtool.exe 8 2025-08-11 1 month ago
WinMemoryCleaner.exe 6 2025-08-07 1 month, 1 week ago
hemlockwin.exe 8 2025-08-06 1 month, 1 week ago
Fortnite Slotted_protected.exe 4 2025-08-04 1 month, 1 week ago
View All

Created

June 22, 2022

Last Revised

June 22, 2022