We are under a DDOS attack again!
We are under a DDOS attack again!
Just wanted to let you know we are under attack again!
Yes, the attack that tried to bring us down months back continues. I don't think you will notice anything though as i've activated security features now, the attachments might require registration if needed.
Yes, the attack that tried to bring us down months back continues. I don't think you will notice anything though as i've activated security features now, the attachments might require registration if needed.
Re: We are under a DDOS attack again!
The Discord is fucky too, ATM. Related?
Re: We are under a DDOS attack again!
Yeah, I guessed that when I got the Cloudflare's "Checking your Browser before accessing fearlessrevolution.com" message. These attacks, childish. I pity people behind them.
Re: We are under a DDOS attack again!
You'd think a forum like this wouldn't be targeted by people with the skills to do so.. Maybe some big game company is behind it? :/
- afraidless
- Expert Cheater
- Posts: 156
- Joined: Sat Sep 09, 2017 5:07 pm
- Reputation: 10
-
- Noobzor
- Posts: 11
- Joined: Wed Nov 22, 2017 10:46 pm
- Reputation: 1
Re: We are under a DDOS attack again!
I think it's probably butthurt gamer SJWs who think that people who cheat on games are the scourge of humanity.
Or some little rich kid got hacked in some online game, and he's taking it out on forums like this.
Whoever it may be, I'm 100% convinced it's a petty vendetta.
Or some little rich kid got hacked in some online game, and he's taking it out on forums like this.
Whoever it may be, I'm 100% convinced it's a petty vendetta.
- afraidless
- Expert Cheater
- Posts: 156
- Joined: Sat Sep 09, 2017 5:07 pm
- Reputation: 10
Re: We are under a DDOS attack again!
sounds more true. mb a bunch of them, a group dedicated to "ridding the gaming community of cheaters and hackers".crimsonedge11 wrote: ↑Wed Nov 22, 2017 11:12 pmI think it's probably butthurt gamer SJWs who think that people who cheat on games are the scourge of humanity.
Or some little rich kid got hacked in some online game, and he's taking it out on forums like this.
Whoever it may be, I'm 100% convinced it's a petty vendetta.
i guess singleplayer cheaters are high-profile targets, too.
-
- Noobzor
- Posts: 11
- Joined: Wed Nov 22, 2017 10:46 pm
- Reputation: 1
Re: We are under a DDOS attack again!
Also, there are websites that charge subs for access to trainers and cheats that might have an invested interest in shutting websites like this down that host free cheat tables. Especially within the release window of a major title that people are bound to be looking for cheat tables ASAP for. I don't keep track of all the big releases, but did anything really big drop during the same time this website was DDOS'd? Anyone can go on the dark web and pay some people a fee to get just about any website DDOS'd.afraidless wrote: ↑Thu Nov 23, 2017 7:17 amsounds more true. mb a bunch of them, a group dedicated to "ridding the gaming community of cheaters and hackers".
i guess singleplayer cheaters are high-profile targets, too.
- afraidless
- Expert Cheater
- Posts: 156
- Joined: Sat Sep 09, 2017 5:07 pm
- Reputation: 10
Re: We are under a DDOS attack again!
welcome to capitalism, baby. but idk what came out during the ddos. shadow of war maybe?crimsonedge11 wrote: ↑Thu Nov 23, 2017 11:14 pmAlso, there are websites that charge subs for access to trainers and cheats that might have an invested interest in shutting websites like this down that host free cheat tables. Especially within the release window of a major title that people are bound to be looking for cheat tables ASAP for. I don't keep track of all the big releases, but did anything really big drop during the same time this website was DDOS'd? Anyone can go on the dark web and pay some people a fee to get just about any website DDOS'd.afraidless wrote: ↑Thu Nov 23, 2017 7:17 amsounds more true. mb a bunch of them, a group dedicated to "ridding the gaming community of cheaters and hackers".
i guess singleplayer cheaters are high-profile targets, too.
nevertheless, good thing stn invested in some security measures. i still remember when I saw cheat engine go down on tv... first the first tower.. then the second.. it was horrible. i hope it never hap- wait, wasn't that something else
Re: We are under a DDOS attack again!
Services like cloudflare don't help much for a dynamic site like a forum. So you're pretty much SOL on the Q&D anti DoS services. But they do help mitigate requests from large ares of the world where DoS taffic comes from, like China, Russia and India.
Most of the DDoS traffic I see are heavy ICMP and SNMP nonsense requests. You could try switching to TCP only mode during the attacks. Spiders and shit won't be able to see you, but it's better than nothing. It's what we do during an attack, and it generally works, since a TCP attack generally only works from a MITM/local attack, by sending arbitrary TCP RST requests and shit like that.
Most of the DDoS traffic I see are heavy ICMP and SNMP nonsense requests. You could try switching to TCP only mode during the attacks. Spiders and shit won't be able to see you, but it's better than nothing. It's what we do during an attack, and it generally works, since a TCP attack generally only works from a MITM/local attack, by sending arbitrary TCP RST requests and shit like that.
Re: We are under a DDOS attack again!
It could also just be spambots trying to autogenerate accounts (The more popular a site, the more bots)
Tip, block "POST /" access, that's 70% of CE's requests and it does nothing.
You should block it before it hits PHP(else it's too late and it'll eat up memory), so add a rule in your webhost process
e.g
lighttpd : /etc/lighttpd/lighttpd.conf:
If you don't have access to that, but are on cloudflare then go to Firewall->Web application firewall-> Package: Cloudflare Rule Set->rule details->advanced->100040 and set it to BLOCK (unless your website handles POST commands on the ROOT , so not even a php file)
(cheatengine.org gets 50 of those per minute, and if I don't block them, there'd be constant 500 page errors)
Tip, block "POST /" access, that's 70% of CE's requests and it does nothing.
You should block it before it hits PHP(else it's too late and it'll eat up memory), so add a rule in your webhost process
e.g
lighttpd : /etc/lighttpd/lighttpd.conf:
Code: Select all
$HTTP["request-method"] =~ "^(POST)$" {
url.access-deny = ("/")
}
(cheatengine.org gets 50 of those per minute, and if I don't block them, there'd be constant 500 page errors)
Who is online
Users browsing this forum: No registered users