(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
praccess.exe 6 2026-08-30 6 days, 13 hours ago
MDBUnlockForAccess.exe 6 2026-08-30 6 days, 13 hours ago
SSAStatement.exe 12 2026-08-14 3 weeks, 2 days ago
FaucetCollector3-eazfix.exe 8 2026-08-03 1 month ago
poc.exe.bin.txt 6 2026-07-31 1 month ago
Activator.exe 10 2026-07-30 1 month ago
Protein_x64.3.17.dll 3 2026-07-24 1 month, 1 week ago
Dapper.dll 5 2026-07-23 1 month, 2 weeks ago
DotNetZip.dll 7 2026-07-21 1 month, 2 weeks ago
albsci2.exe 4 2026-07-15 1 month, 3 weeks ago
View All

Created

June 22, 2022

Last Revised

March 27, 2026