(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
4KVideoDownloaderPlusPortable.exe 8 2026-09-12 6 days, 12 hours ago
server - copia.exe 4 2026-09-12 6 days, 17 hours ago
Calculadora.exe 4 2026-09-12 6 days, 17 hours ago
sample1.ex 6 2026-09-08 1 week, 3 days ago
discord_game_sdk.dll 7 2026-09-08 1 week, 3 days ago
praccess.exe 6 2026-08-30 2 weeks, 5 days ago
MDBUnlockForAccess.exe 6 2026-08-30 2 weeks, 5 days ago
SSAStatement.exe 12 2026-08-14 1 month ago
FaucetCollector3-eazfix.exe 8 2026-08-03 1 month, 2 weeks ago
poc.exe.bin.txt 6 2026-07-31 1 month, 2 weeks ago
View All

Created

June 22, 2022

Last Revised

March 27, 2026