←back to thread

597 points classichasclass | 1 comments | | HN request time: 0s | source
Show context
yumraj ◴[] No.45011231[source]
Wouldn't it be better, if there's an easy way, to just feed such bots shit data instead of blocking them. I know it's easier to block and saves compute and bandwidth, but perhaps feeding them shit data at scale would be a much better longer term solution.
replies(3): >>45011266 #>>45011290 #>>45011397 #
throwawayffffas ◴[] No.45011266[source]
No serving shit data costs bandwidth and possibly compute time.

Blocking IPS is much cheaper for the blocker.

replies(1): >>45011761 #
fuckaj ◴[] No.45011761[source]
Zip bomb?
replies(1): >>45012067 #
aspenmayer ◴[] No.45012067[source]
Doesn’t that tie up a socket on the server similarly to how a keepalive would on the bot user end?
replies(1): >>45015110 #
recursive ◴[] No.45015110[source]
I don't think so. The payload size of the bytes on the wire is small. This premise is all dependent on the .zip being crawled synchronously by the same thread/job making the request.
replies(1): >>45025944 #
aspenmayer ◴[] No.45025944[source]
What if bots catch on to zip bombs, and just download them really slowly?

https://en.wikipedia.org/wiki/Zeno%27s_paradoxes#Dichotomy_p...

replies(1): >>45058250 #
1. throwawayffffas ◴[] No.45058250[source]
Their objective is not to DDOS websites, if they catch on, they will download it fast and then discard it.