TS3 AntiDDoS Bot

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
Hi, i entered to one ts3 server and I saw one bot. That bot is named ANTIDDOS and i wonder how is that posible? I saw that on ts3.rs (not adver.).
 

Attachments

  • bot.png
    bot.png
    99.5 KB · Views: 1,032

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
Yes it is possible. I talk with owner and that ddos bot is 100% working. They call all dos service guys, and owners of powerfull booters. In that moment over 100 attacks was on ts and ts didnt dropped. :rawr: ;)
 

Kaptan647

Retired Staff
Contributor
Apr 25, 2015
314
398
112
Yes it is possible. I talk with owner and that ddos bot is 100% working. They call all dos service guys, and owners of powerfull booters. In that moment over 100 attacks was on ts and ts didnt dropped. :rawr: ;)
It is possible with a hardware firewall and a good configured firewall software. A bot that runs in Teamspeak cant do shit about that
 

tagKnife

Well-Known Member
Oct 2, 2015
343
270
146
The bot isnt stopping the DDOS. It can report if there is a ddos I have a bot which does this.

PHP:
<?php
/**
* Created by PhpStorm.
* User: DrWhat
* Date: 13/02/2015
* Time: 06:21
* @param $seconds
* @param TeamSpeak3_Adapter_ServerQuery $adapter
* @throws TeamSpeak3_Adapter_Exception
* @throws TeamSpeak3_Adapter_ServerQuery_Exception
*/
function onTimeout($seconds, TeamSpeak3_Adapter_ServerQuery $adapter)
{
  if($adapter->getQueryLastTimestamp() < time() - 300) $adapter->request("clientupdate");

  $server = $adapter->getHost()->serverGetByPort(9987);
  $serverInfo = $server->getInfo();
  $totalPacketLoss = (float)$serverInfo["virtualserver_total_packetloss_total"]->toString() * 100;

  if($totalPacketLoss >= 49.9999) $server->message("[COLOR=red][B]The server is being DDOS'D! (Average packet loss {$totalPacketLoss}%)[/COLOR]");
  else if($totalPacketLoss >= 29.9999) $server->message("[COLOR=red][B]The server is experiencing alot of lagg. (Average packet loss {$totalPacketLoss}%)[/COLOR]");
  else if($totalPacketLoss >= 18.9999) $server->message("[COLOR=orange][B]The server is experiencing moderate lagg. (Average packet loss {$totalPacketLoss}%)[/COLOR]");
  else if($totalPacketLoss >= 9.9999) $server->message("[COLOR=orange][B]The server is experiencing minor lagg. (Average packet loss {$totalPacketLoss}%)[/COLOR]");

  $server->clientListReset();
  $server->channelListReset();
}
 

denka

Restricted
Apr 26, 2015
224
62
106
That sever's host has ddos protection but nothing that is good it will get nulled easy for some $$, youre better off on blazingfast lol
 

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
To the best of my knowledge, OVH offers two different types of DDoS protection (basically cheap and shitty or pricey and good). On their VPS plans, their DDoS protection is the null routing method in simpler terms if you pay less than $80.00/month for a server from OVH if someone launches an attack against your server, they will pretty much point your server nowhere. Anyone trying to connect to your server during the DDoS will not route through and chances are that any currently connected users will drop connection. On the other hand if you pay for their more expensive servers, they do offer advanced DDoS mitigation and that is much better than their null routing seen on their cheap VPS packages.

See this for more information: https://www.ovh.com/us/anti-ddos/

Here is where you would go to get the best OVH DDoS mitigation for the lowest price: https://us.ovh.com/us/cgi-bin/newOrder/order.cgi?hard=161camc1

3 Tbps Surplus network
 
Last edited:

cROWN

Member
Sep 25, 2015
142
54
63
To the best of my knowledge, OVH offers two different types of DDoS protection (basically cheap and shitty or pricey and good). On their VPS plans, their DDoS protection is the null routing method in simpler terms if you pay less than $80.00/month for a server from OVH if someone launches an attack against your server, they will pretty much point your server nowhere. Anyone trying to connect to your server during the DDoS will not route through and chances are that any currently connected users will drop connection. On the other hand if you pay for their more expensive servers, they do offer advanced DDoS mitigation and that is much better than their null routing seen on their cheap VPS packages.

See this for more information: https://www.ovh.com/us/anti-ddos/

Here is where you would go to get the best OVH DDoS mitigation for the lowest price: https://us.ovh.com/us/cgi-bin/newOrder/order.cgi?hard=161camc1

3 Tbps Surplus network
Whats with the OVH Fiirewall?

And is the Blazingfast Anti DDOS better?
 

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
I personally would go with https://blazingfast.io/ over OVH. Plus Blazing accepts BTC (Bitcoin) payments. I'd say if you want to get good protection with OVH, you have to go with their game hosting plan which starts at $79.00/month. ;)
 
Last edited:

cROWN

Member
Sep 25, 2015
142
54
63
I personally would go with https://blazingfast.io/ over OVH. Plus Blazing accepts BTC (Bitcoin) payments. I'd say if you want to get good protection with OVH, you have to go with their game hosting plan which starts at $79.00/month. ;)

If I'm not mistaken, Blazing is a re-seller for Voxility, I believe they're one of the best for DDoS protection.
Does Blazingfast still have so many downtimes?
 

cROWN

Member
Sep 25, 2015
142
54
63
We're running https://knowledge.r4p3.net/ on a Blazingfast VPS (I have seen no downtime yet). If you are skeptical of Blazingfast, another option is Ginernet --- they have an anti DDoS solution through Voxility. Voxility is a good provider of anti DDoS solutions.
Okey, do you know another hosting provider with voxility protection? I dont want a traffic limitation im looking for a fair use traffic flat.
 
Top