top | item 43993607

(no title)

Jleagle | 9 months ago

Can someone explain why a robot would not be able to calculate the PoW?

discuss

order

jsheard|9 months ago

It could, the idea is just to tip the economics such that it's not worth it for the bot operator. That kind of abuse typically happens at a vast scale where the cost of solving the challenges adds up fast.

hombre_fatal|9 months ago

Botnets don't even use their own hardware.

Why would someone renting dirt cheap botnet time care if the requests take a few seconds longer to your site?

Plus, the requests are still getting through after waiting a few seconds, so it does nothing for the website operator and just burns battery for legit users.

jrochkind1|9 months ago

That's definitely the idea.

So the crazy decentralized mystery botnet(s) that are affecting many of us -- don't seem to be that worried about cost. They are making millions of duplicate requests for duplicate useless content, it's pretty wild.

On the other hand, they ALSO dont' seem to be running user-agents that execute javascript.

This is in the findings of a group of some of my colleagues at peer non-profits that have been sharing notes to try to understand what's going on.

So the fact that they don't run JS at present means that PoW would stop them -- but so would something much simpler and cheaper relying on JS.

If this becomes popular, could they afford to run JS and to calcualte the PoW?

It's really unclear. The behavior of these things does not make sense to me enough to have much of a theory about what their cost/benefits or budgets are, it's all a mystery to me.

Definitely hoping someone manages to figure out who's really behind this and why at some point. (i am definitely not assuming it's a single entity either).

at0mic22|9 months ago

It's not exactly true. You don't need to solve the challenge per each request as PoW systems provide you with a session token which is valid for a while.

Basically you need session-token generators which usually are automated headless browsers.

Another not-exactly-valid point is you don't need a botnet. You can scrape at scale with 1 machine using proxies. Proxies are dirt cheap.

So basically you generate a session for a proxy IP and scrape as long as the token is valid. No botnets, no magic, nada. Just business.

dpassens|9 months ago

I think the general idea isn't that they can't but that they either won't, because they're not executing JS, or that it would slow them down enough to effectively cripple them.

jrochkind1|9 months ago

As long as their not executing JS, they don't really need a PoW to stop them, though. Something much simpler that requires executing JS would do.

i might at any rate set my PoW to be relatively cheap, which would do for anyone not executing JS.

diggan|9 months ago

I think this being called a "recaptcha alternative" to be slightly misleading.

There are two problems some website hosters encounter:

A) How do I ensure no one DDOS (real or inadvertently) me?

B) How can I ensure this client is actually a human, not a robot?

Things like ReCaptcha aimed to solve B, not A. But the submitted solution seems to be more for A, as calculating a PoW can be (probably must be actually) calculated by a machine, not a human. While ReCaptcha is supposed to be the opposite, could only be solved by a human.