Eclipse Attack Detection on a Blockchain Network as a Non-Parametric Change Detection Problem
Anurag Gupta, Vikram Krishnamurthy, Brian M. Sadler
TL;DR
This work addresses eclipse attacks in blockchain networks by formulating detection as a non-parametric change-detection problem on evolving networks represented by adjacency matrices. It leverages Fréchet mean/variance in graph space, a Frobenius-based distance, and Johnson-Lindenstrauss projection to build a statistic whose scaled process converges to a Brownian bridge under no-attack, enabling explicit false-alarm control; it also provides onset-estimation results under attack. The approach does not require training data, offers theoretical weak-convergence guarantees, and demonstrates superior detection and onset-estimation performance compared with a random-forest detector, with practical applicability via smart-contract deployment. The methodology promises robust, tamper-proof eclipse-attack monitoring for blockchain networks and suggests extensions to time-varying dynamics and noise-robust settings.
Abstract
This paper introduces a novel non-parametric change detection algorithm to identify eclipse attacks on a blockchain network; the non-parametric algorithm relies only on the empirical mean and variance of the dataset, making it highly adaptable. An eclipse attack occurs when malicious actors isolate blockchain users, disrupting their ability to reach consensus with the broader network, thereby distorting their local copy of the ledger. To detect an eclipse attack, we monitor changes in the Fréchet mean and variance of the evolving blockchain communication network connecting blockchain users. First, we leverage the Johnson-Lindenstrauss lemma to project large-dimensional networks into a lower-dimensional space, preserving essential statistical properties. Subsequently, we employ a non-parametric change detection procedure, leading to a test statistic that converges weakly to a Brownian bridge process in the absence of an eclipse attack. This enables us to quantify the false alarm rate of the detector. Our detector can be implemented as a smart contract on the blockchain, offering a tamper-proof and reliable solution. Finally, we use numerical examples to compare the proposed eclipse attack detector with a detector based on the random forest model.
