(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 |
|---|---|---|---|
| ImpressionFX_PaintEngine.8bf | 5 | 2025-10-27 | 5 days, 21 hours ago |
| Lightshot.exe | 10 | 2025-10-24 | 1 week, 2 days ago |
| download.exe | 5 | 2025-10-23 | 1 week, 3 days ago |
| Scalper_Telegram@Val1312q.dll | 8 | 2025-10-21 | 1 week, 5 days ago |
| HogwartsLegacy.exe | 7 | 2025-10-16 | 2 weeks, 3 days ago |
| sb16du.exe | 5 | 2025-10-14 | 2 weeks, 5 days ago |
| sb16du.exe | 4 | 2025-10-14 | 2 weeks, 5 days ago |
| Fb2EDL.exe | 5 | 2025-10-05 | 4 weeks ago |
| a.exe | 7 | 2025-10-03 | 4 weeks, 1 day ago |
| program.exe | 6 | 2025-10-01 | 1 month ago |
Created
June 22, 2022
Last Revised
June 22, 2022