|
|
| | Bot (91.241.19.84) from Russia has tried to hack my site every day | |
4 points by ben-gy 45 days ago | hide | past | favorite | 9 comments |
|
| I'm using Sqreen (in app WAF) and Cloudflare to protect my site. I've recently noticed a bot using a Russian IP address 91.241.19.84 that has tried to hack my site every day since the 8th of November (1.73k requests so far). Question: is there something more than just blocking the requests that can be done? Is it legal/possible to hire an ethical hacking company that can go on the offensive against these malicious actors to rack up server expenses for the hackers running the bot or some other lightweight, non-lethal deterrent? There's a current trend happening with people building API phone call bots designed to flood call scam centres. Is there an equivalent of this for web bots? |
|
 Guidelines
| FAQ
| Lists
| API
| Security
| Legal
| Apply to YC
| Contact
|
You could try to complain about the abuse to the SWIP owner of that IP address space in whois. Note that some ISPs and countries may not care much. Perhaps this bot is already deliberately hosted in one that doesn't care.
Also maybe consider using something like fail2ban, a leading tool for automating some attack-bot blocking:
https://www.fail2ban.org/wiki/index.php/Main_Page
Although it's a much-debated topic, I don't think that the escalation of "hack-back" is reasonable ethically or even tactically. One important problem is that you don't even know for sure that the apparent origin of the attacks is an entity that's deliberately involved at all. It could be a legitimate server (that someone relies on) that the attacker has previously compromised in order to abuse it to attack you. The main person who suffers if you succeed in a hack-back might be the legitimate operator of that server, who may also be an innocent victim (and might think of you as a malicious attacker for trying to disable the server!).