CRFeb 19, 2019

The Art of The Scam: Demystifying Honeypots in Ethereum Smart Contracts

arXiv:1902.06976v2239 citations
AI Analysis

This addresses the problem of honeypot scams in Ethereum smart contracts for blockchain users and developers, representing a novel domain-specific investigation rather than an incremental improvement.

The paper conducted the first systematic analysis of honeypot smart contracts on Ethereum, identifying 690 honeypots and 240 victims with over $90,000 in accumulated profits, and developed a tool, HoneyBadger, that achieved high precision and efficiency in detection.

Modern blockchains, such as Ethereum, enable the execution of so-called smart contracts - programs that are executed across a decentralised network of nodes. As smart contracts become more popular and carry more value, they become more of an interesting target for attackers. In the past few years, several smart contracts have been exploited by attackers. However, a new trend towards a more proactive approach seems to be on the rise, where attackers do not search for vulnerable contracts anymore. Instead, they try to lure their victims into traps by deploying seemingly vulnerable contracts that contain hidden traps. This new type of contracts is commonly referred to as honeypots. In this paper, we present the first systematic analysis of honeypot smart contracts, by investigating their prevalence, behaviour and impact on the Ethereum blockchain. We develop a taxonomy of honeypot techniques and use this to build HoneyBadger - a tool that employs symbolic execution and well defined heuristics to expose honeypots. We perform a large-scale analysis on more than 2 million smart contracts and show that our tool not only achieves high precision, but is also highly efficient. We identify 690 honeypot smart contracts as well as 240 victims in the wild, with an accumulated profit of more than $90,000 for the honeypot creators. Our manual validation shows that 87% of the reported contracts are indeed honeypots.

Code Implementations1 repo
Foundations

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

Your Notes