/CryptoScamHunter

This repository contains the code and data related to the Arbitrage bot scam.

Primary LanguagePython

CryptoScamHunter

This repository contains the code and data related to the Arbitrage bot scam. We reported this scam in our paper "Towards Understanding and Characterizing the Arbitrage Bot Scam In the Wild" accepted by ACM SIGMETRICS 2024.

  1. How to collect YouTube videos by keywords. python3 search_videos.py

  2. The ground-truth datasets and trained models are placed in allennlp.

  3. Scam videos and URLs extracted from video descriptions are in scam_videos.

  4. Scam addresses extracted from the downloaded bot contracts and expanded scam addresses are in scam_addresses. The folder also contains the source code of contract-rewriter and similar-contract-matching.

If you use our code or data, please cite our work as follows.

 @inproceedings{li2023towards,
   title={Towards understanding and characterizing the arbitrage bot scam in the wild},
   author={Li, Kai and Guan, Shixuan and Lee, Darren},
   journal={Proceedings of the ACM on Measurement and Analysis of Computing Systems},
   volume={7},
   number={3},
   pages={1--29},
   year={2023},
   publisher={ACM New York, NY, USA}
 }