Detection and Analysis of Sensitive and Illegal Content on the Ethereum Blockchain Using Machine Learning Techniques
Xingyu Feng
TL;DR
<3-5 sentence high-level summary> The Ethereum blockchain enables embedding of arbitrary data in the input field, creating privacy and security risks when illegal or sensitive content is stored on-chain. The authors develop a data identification and restoration framework that decodes, reconstructs, and analyzes embedded data from ~3.4 billion transactions, applying UTF-8 decoding, file-signature-based restoration, and multi-transaction synthesis; text sentiment is assessed with FastText and images are screened with NSFWJS. They recover 175 common file types, 296 images, and 91,206 texts, uncovering pornographic content, sensitive personal data, and hate speech, and they construct an Information Embedding Network to characterize embedding patterns. The work provides empirical evidence of on-chain content diversity and harm, proposes preventive measures, and offers methodological foundations for blockchain privacy and regulatory considerations.
Abstract
Blockchain technology, lauded for its transparent and immutable nature, introduces a novel trust model. However, its decentralized structure raises concerns about potential inclusion of malicious or illegal content. This study focuses on Ethereum, presenting a data identification and restoration algorithm. Successfully recovering 175 common files, 296 images, and 91,206 texts, we employed the FastText algorithm for sentiment analysis, achieving a 0.9 accuracy after parameter tuning. Classification revealed 70,189 neutral, 5,208 positive, and 15,810 negative texts, aiding in identifying sensitive or illicit information. Leveraging the NSFWJS library, we detected seven indecent images with 100% accuracy. Our findings expose the coexistence of benign and harmful content on the Ethereum blockchain, including personal data, explicit images, divisive language, and racial discrimination. Notably, sensitive information targeted Chinese government officials. Proposing preventative measures, our study offers valuable insights for public comprehension of blockchain technology and regulatory agency guidance. The algorithms employed present innovative solutions to address blockchain data privacy and security concerns.
