Thanks for the info, very helpful. This would make a good blog post, I
checked your blog before posting here.
-SC
PS - I wasn't trying to be dramatic when saying it will be high-
profile. I work for
espn.com. :)
On Apr 28, 10:45 am, reCAPTCHA Support <
supp...@recaptcha.net> wrote:
> Hi,
>
> This was a manual attack. Although they tried to break reCAPTCHA with OCR
> technology, they were not able to do so at all, and resorted to typing ~200k
> CAPTCHAs by hand. This took hundreds of hours of effort on their side.
> Before
time.com implemented reCAPTCHA, the attackers were able to submit
> tens of millions of votes, whereas after reCAPTCHA was in, they were only
> able to send in 200k votes. In fact, when we talked with the people behind
> the attack they said:
>
> So were we, time and time again they implemented a new bit of "protection"
>
> > ..which still left huge gaps
> > it wasn't so much hacking as walkign through open doors
> > the only thing that genuinely stumped us was recaptcha
>
> In any high profile contest, it's important to implement defence-in-depth. A
> CAPTCHA will make it hard to launch an attack, but there need to be seconary
> measures to filter out any attack that does occur. We would recommend
> implementing the following measures for added security:
>
> - Reserve the right to remove votes obtained illegitimately.
> - Clean the results quickly, but not in real time. It's important to
> filter out solutions quickly because it removes the incentive for an
> attacker (they don't see their name on the top). On the other hand, you
> should not give away valuable data about your security measures by doing it
> in real time. If a user you believe is a bot votes, pretend you saw their
> vote and remove it later.
> - Record IP addresses, unique ID cookies, User Agent and Referrer values,
> and timing information. These can be useful for filtering results. You
> should look at basic metrics like "number of votes per IP" and filter
> outliers.
> - This site has some analysis of some security measures related to the
>
supp...@recaptcha.net.
>
> - Ben