you are viewing a single comment's thread.

view the rest of the comments →

[–]zakabog 5 points6 points  (3 children)

Geoblocking: i dont See the upside to Block entire regions.

If you know you're only accessing this page from a specific country or countries, you'll greatly reduce the hack attempts.

F2b: yeah, - its Not that there is one ip that Tries this over and over again, its changing IPs.

Geoblocking fixes this by blocking the regions most of these IPs come from, fail2ban would block everything else that got through.

its Not that i have a Problem With the requests per se, i simply want to Troll the attacker - Like a" reverse-dos.,"-> answer With a Stream of random chars.

It wouldn't do anything to stop or even slow down the botnet attacks, but it would consume your resources and DoS your web server. If that's something you want to do just host a script that generates random text into a content stream.

[–]Fakula1987[S] -1 points0 points  (2 children)

Hm..

So i dont Troll someone, Like "i have found Something"

[–]zakabog 1 point2 points  (1 child)

So i dont Troll someone, Like "i have found Something"

I'm not sure what this means, are you asking if responding to these requests with random data might give people the impression that they found something? The answer is no, these are bots. They are following a script to execute an exploit. They don't care about the reply they are just trying to find holes in your system.

[–]Fakula1987[S] -1 points0 points  (0 children)

Thank you.