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

Created

June 22, 2022

Last Revised

March 27, 2026