Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/31 04:00:00
Compression-Based Behavioral Similarity for Open-World Sybil Discovery on Ethereum
AI 中文解读
核心亮点:这项研究首次不依赖钱包之间的转账关系,仅靠分析交易行为就能发现区块链上的“羊毛党”,而且无需训练模型,堪称开源世界的“行为指纹比对”。
通俗解读:简单说,以太坊上有种“机器人水军”专门模仿真人来薅空投奖励或操纵投票,以前要靠转账记录画关系网才能抓,碰到高手就失效。现在研究人员把每笔交易变成类似“行为代码”,再用一种压缩算法比较不同钱包的行为代码有多像——就像比较两篇文章的压缩包大小,相似度一目了然。实验证明,这种方法能分清真人、水军和套利机器人,甚至能扛住故意伪装和随时间变化的策略。
实际影响:对普通人,这意味着未来空投活动能更公平,不再被机器人抢走本该属于真实用户的奖励。对项目方和审计机构,它提供了一种低成本、无需标注数据的筛查工具,能持续揪出隐藏在链上的欺诈行为,让区块链生态更干净可信。
arXiv:2607.27370v1 Announce Type: new
Abstract: Sybil attackers are Blockchain actors that adopt the characteristics of regular users to exploit airdrops or influence governance. Current methods of Sybil actor detection include constructing graphs, which requires token transfers between examined wallets. Machine learning algorithms have been employed as well, but they treat the task as a closed-set classification problem, making them vulnerable to frequent changes in attack strategies or evasion tactics. We address the following questions: can compression-based similarity differentiate Sybil bots, organic users, and arbitrage bot wallets without direct financial links? What is the effect of high-signal contracts on the discovery of Sybils, and how robust are behavioral graphs under temporal drift and adversarial perturbations? Our approach synthesizes a symbolic Transaction Grammar from EVM (Ethereum Virtual Machine) traces, capturing separately transaction rhythm, execution structure, and functional intent. The high-signal contracts are filtered with our own protocol, called the Blind-Spot Protocol. Gzip-based NCD is used to construct a behavioral graph for Sybil discovery. We validate this framework against supervised machine learning baselines, a temporal split, and synthetic camouflage stress tests. Ultimately, we contribute a leakage-aware behavioral framework for Sybil candidate discovery. Its core NCD primitive requires no supervised training and can expand suspicious seed wallets without explicit funding links. We position the method as a training-free local discovery primitive for open-world blockchain audits, rather than as a formal open-set recognition system.
分享
阅读原文 ↗