EGAMA-RC: Risk-Calibrated Evidence-Gated Adaptive Malware Analysis for Robust and Interpretable Memory-Forensic Triage

2026-08-24Cryptography and Security

Cryptography and SecurityMachine Learning
AI summary

The authors developed EGAMA-RC, a system to help identify malware in computer memory while managing uncertainty and risk. It uses a mix of techniques to decide which suspicious files can be automatically accepted and which need human review or special handling. Their approach balances quick decisions with careful checks for unusual or risky cases, showing good accuracy and very low mistakes in their tests. They emphasize that simply being accurate isn't enough; understanding risk and novelty is also important for malware detection.

malware detectionmachine learningSHAPrisk calibrationnovelty detectionXGBoostmemory forensicsadversarial testinglatencyanalyst review
Authors
Isaac Kofi Nti
Abstract
Machine-learning malware detectors often achieve high clean-data accuracy, but operational triage also requires evidence about uncertainty, novelty, robustness, interpretability, latency, and review cost. This paper presents EGAMA-RC, a risk-calibrated evidence-gated framework for memory-forensic malware triage. Building on SHAP-guided feature refinement, EGAMA-RC combines dataset-specific refinement, model-pool evaluation, adversarial and open-family testing, novelty scoring, explanation-conditioned evidence, and runtime-aware routing. Low-risk samples are accepted automatically, while uncertain, high-risk, or potentially novel cases are routed to review, escalation, or novelty-aware handling. Across three malware datasets and a frozen multi-seed protocol, the selected hybrid gate accepts 93.12% of pooled samples with 99.86% accepted accuracy and a 0.136% false-accept rate. Novelty calibration reduces over-restrictive review behavior while preserving a low unsafe-accept profile. XGBoost provides lightweight fast-path inference with p50/p95 latency of 0.0054/0.0059 ms per sample. The results show that dependable malware analysis requires risk-calibrated routing, novelty awareness, and controlled analyst review, not classification accuracy alone.