CRAIApr 28, 2022

TTAGN: Temporal Transaction Aggregation Graph Network for Ethereum Phishing Scams Detection

arXiv:2204.13442v1161 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses phishing scams on Ethereum, an incremental improvement over existing methods by better leveraging temporal transaction data.

The paper tackles phishing scams detection on Ethereum by proposing TTAGN, a graph network that models temporal transaction relationships and aggregates edge representations, achieving 92.8% AUC and 81.6% F1-score on real-world datasets.

In recent years, phishing scams have become the most serious type of crime involved in Ethereum, the second-largest blockchain platform. The existing phishing scams detection technology on Ethereum mostly uses traditional machine learning or network representation learning to mine the key information from the transaction network to identify phishing addresses. However, these methods adopt the last transaction record or even completely ignore these records, and only manual-designed features are taken for the node representation. In this paper, we propose a Temporal Transaction Aggregation Graph Network (TTAGN) to enhance phishing scams detection performance on Ethereum. Specifically, in the temporal edges representation module, we model the temporal relationship of historical transaction records between nodes to construct the edge representation of the Ethereum transaction network. Moreover, the edge representations around the node are aggregated to fuse topological interactive relationships into its representation, also named as trading features, in the edge2node module. We further combine trading features with common statistical and structural features obtained by graph neural networks to identify phishing addresses. Evaluated on real-world Ethereum phishing scams datasets, our TTAGN (92.8% AUC, and 81.6% F1score) outperforms the state-of-the-art methods, and the effectiveness of temporal edges representation and edge2node module is also demonstrated.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes