(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 |
|---|---|---|---|
| Lab01-03 (1).exe | 4 | 2025-09-26 | 2 days, 16 hours ago |
| cmd.exe | 7 | 2025-12-10 | 2 days, 19 hours ago |
| steghide.exe | 6 | 2025-12-09 | 3 days, 6 hours ago |
| setup.exe | 11 | 2025-12-09 | 3 days, 14 hours ago |
| pafish64.exe | 10 | 2025-12-06 | 6 days, 7 hours ago |
| fpCSEvtSvc.scam | 5 | 2025-12-01 | 1 week, 4 days ago |
| Launcher_dump.exe | 7 | 2025-11-30 | 1 week, 5 days ago |
| Launcher.exe | 5 | 2025-11-30 | 1 week, 5 days ago |
| ConsoleApplication2.exe | 5 | 2025-11-27 | 2 weeks, 1 day ago |
| Lazy-Loot.exe | 5 | 2025-11-27 | 2 weeks, 1 day ago |
Created
June 22, 2022
Last Revised
June 22, 2022