Skip to content

[PDF] I Am Robot: (Deep) Learning to Break Semantic Image CAPTCHAs

SvenSven www.GSA-Online.de
Abstract—Since their inception, captchas have been widely used for preventing fraudsters from performing illicit actions. Nevertheless, economic incentives have resulted in an arms race, where fraudsters develop automated solvers and, in turn, captcha services tweak their design to break the solvers. Recent work, however, presented a generic attack that can be applied to any text-based captcha scheme. Fittingly, Google recently
unveiled the latest version of reCaptcha. The goal of their new system is twofold; to minimize the effort for legitimate users, while requiring tasks that are more challenging to computers than text recognition. ReCaptcha is driven by an “advanced risk analysis system” that evaluates requests and selects the difficulty of the captcha that will be returned. Users may be required to click in a checkbox, or solve a challenge by identifying images with similar content.

In this paper, we conduct a comprehensive study of reCaptcha, and explore how the risk analysis process is influenced by each aspect of the request. Through extensive experimentation, we identify flaws that allow adversaries to effortlessly influence the risk analysis, bypass restrictions, and deploy large-scale attacks. Subsequently, we design a novel low-cost attack that leverages deep learning technologies for
the semantic annotation of images. Our system is extremely effective, automatically solving 70.78% of the image reCaptcha challenges, while requiring only 19 seconds per challenge. We also apply our attack to the Facebook image captcha and achieve an accuracy of 83.5%. Based on our experimental findings, we propose a series of safeguards and modifications for impacting the scalability and accuracy of our attacks.
Overall, while our study focuses on reCaptcha, our findings have wide implications; as the semantic information conveyed
via images is increasingly within the realm of automated reasoning, the future of captchas relies on the exploration of
novel directions.

More here: http://www.cs.columbia.edu/~polakis/papers/sivakorn_eurosp16.pdf

Comments

  • @Sven Sounds like a very interesting read, thx. Will wrap my mind around this paper tonight.
Sign In or Register to comment.