(YARA) Detect_Interrupts
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 |
|---|---|---|---|
| BBHloader.exe | 6 | 2026-03-10 | 2 days, 22 hours ago |
| library2.dll | 6 | 2026-03-06 | 6 days, 22 hours ago |
| library.dll | 8 | 2026-03-06 | 6 days, 22 hours ago |
| DelphinDesktop.dll | 8 | 2026-03-05 | 1 week, 1 day ago |
| 548964a6ea3d573cfae71aa5e2d0...0fc323c6432e96d2ad55b80d.exe | 7 | 2026-03-04 | 1 week, 1 day ago |
| test_dll_packed.dll | 4 | 2026-03-03 | 1 week, 2 days ago |
| um.exe | 7 | 2026-03-02 | 1 week, 3 days ago |
| Tune Up.exe | 3 | 2026-02-28 | 1 week, 5 days ago |
| Malware.unknown.exe.malz | 8 | 2026-02-22 | 2 weeks, 4 days ago |
| main.exe | 11 | 2026-02-07 | 1 month ago |
Created
June 22, 2022
Last Revised
June 22, 2022