Skip to content
Preprint

Behavioral Residualization for Unsupervised Intrusion Detection in Automotive CAN Networks

Aug 2026 · 0 citations · 12 references
Computer Science

TL;DR

Per-ID behavioral residualization is presented, a CAN-specific representation that extracts fourteen temporal, protocol, and payload features from sliding windows and residualizes them against each arbitration ID's normal baseline, which improves mean F1 in the majority of evaluations.

Abstract

Modern vehicles rely on the Controller Area Network (CAN) bus, whose design prioritizes low cost and real-time performance but provides no message authentication or encryption. An attacker with physical or remote access can therefore inject arbitrary frames, making intrusion detection an important defense-in-depth mechanism. Most published CAN intrusion detection systems rely on presence-based features, such as novel arbitration IDs, frozen payload bytes, or anomalous DLC values. These features perform well on public datasets containing easily separable attacks but fail when attackers reuse legitimate arbitration IDs. We present per-ID behavioral residualization, a CAN-specific representation that extracts fourteen temporal, protocol, and payload features from sliding windows and residualizes them against each arbitration ID's normal baseline. Our central claim is that this representation, rather than any individual detector, drives the performance gains. Across six unsupervised detectors and two datasets, residualization improves mean F1 in the majority of evaluations (21/24 on HCRL and 30/36 on ROAD across five seeds). On the more realistic ROAD dataset, where attacks reuse legitimate IDs, the representation achieves recall>= 0.99 with high ROC-AUC on targeted signal-manipulation attacks. Two limitations are explicitly quantified: novel-ID flooding (HCRL DoS, F1 = 0.02) and cross-ID fuzzing (ROAD, F1 = 0.27), defining the measured coverage boundary of the proposed representation.

View source

Similar papers

#machine learning Preprint Aug 2026

Digital Twin-Based Intrusion Detection for Vehicle Powertrain CAN Bus Systems

A DT-based IDS that jointly models physical relationships among decoded powertrain signals and identifies attacks through residuals between predicted and observed behavior shows promise for detecting stealthy payload-level CAN attacks that preserve normal communication patterns, supporting behavior-based cybersecurity for connected and automated vehicles.

Araf Rahman, M. Salek, Mashrur Chowdhury · 0 citations
Open access 2026

Observability-Driven, Sniffer-Free Intrusion Detection for RPL: Closing the Detection Ceiling With On-Mote Control-Plane Features

A sniffer-free detection pipeline that operates exclusively on the integer counters each mote already maintains for normal operation of RPL, indicating that detection in constrained IoT networks is bounded by what the mote reports, not by classifier sophistication.

E. Pacheco, C. Pedroso · 0 citations
Open access Jul 2026

Explainable & Deterministic Intrusion Detection for CAN-FD: A Logic Extraction Framework.

A Multi-Standard (CAN/CAN-FD) logic extraction framework validated herein on legacy CAN and CAN Flexible Data-rate that reconciles high-precision detection with the deterministic requirements of embedded systems and satisfies the interpretability mandates of functional safety standards is proposed.

Rithvika G, R. R. · 0 citations
Open access Jul 2026

Deep-Learning Intrusion Detection for Connected and Autonomous Vehicles

A hybrid deep-learning intrusion detection system (IDS) that combines one-dimensional convolutional layers, a bidirectional long short-term memory (BiLSTM) network, and a temporal attention mechanism to detect malicious activity directly from CAN frame streams is presented.

Ginne M James · 0 citations
Conference Open access 2026

Lightweight Real-Time Wireless Intrusion Detection for IEEE 802.11 Networks on Edge Devices

This paper proposes a lightweight, edge-deployed Wireless Intrusion Detection System (WIDS) trained on the AWID3 dataset across eight legacy and modern attack classes, which combines a three-stage feature selection pipeline with cost-sensitive learning for compact 27-feature classification at low latency, and a multi-stage validation mechanism that reduces false positives in real-time.

Himasha Jayasekera, Rajani Piyarathna, Chalana Ranwala et al. · 0 citations
Conference Jul 2026

Redefinition of Inter-Message Arrival Time for Robust Controller Area Network Intrusion Detection

Controller area network (CAN) attacks are often detected using time-based or payload-based features depending on the attack type. We focus on time-based detection of timing transparent attacks, visible in the time domain. The conventional definition of inter-message arrival times is highly affected by the presence of attacks, which undermines the detection performance. Reference times computed from attack messages rather than exclusively normal ones cause this degradation. To overcome this drawback, we propose TISIC, a novel definition of intermessage arrival time that improves the performance of cyberattack detection on the controller area network bus. Our method preserves normal reference times even under attack. We show this improvement using publicly available datasets (Car-Hacking Dataset and X-CANIDS dataset) with respect to various detection performance metrics such as AUROC, AUPR, and $F_{1}$-score.

Rémi Bouchayer, Jae-Yun Jun, H. Chaouchi et al. · 0 citations