Server ddos and other attacks

soniarunin

Regular Member
Joined
Jul 17, 2017
Messages
201
Reaction score
35
I hire professional to get rid from the server attack, but still the problem exists, servers are in the Spain, anyone here guide me regarding this problem is helpful, pm me.
 
As suggested by @TheVigilante try contacting the support of your hosting provider and see what they say. If you don't get any convincing response,
  1. Go here : https://sucuri.net/website-firewall/ddos-protection
  2. Pay $20 & set it up.
  3. Sleep peacefully.
 
No website
Servers are used for the TV and receivers for live streaming... help require
 
No website
Servers are used for the TV and receivers for live streaming... help require

More info would be appreciated. What kind of OS are you running on ?
Have you checked your Logs if the attack is coming from a single IP or a specific IP range ?

Can you past the output of these commands :

Code:
netstat -n | grep :80 |wc –l

Code:
netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort –n
 
More info would be appreciated. What kind of OS are you running on ?
Have you checked your Logs if the attack is coming from a single IP or a specific IP range ?

Can you past the output of these commands :

Code:
netstat -n | grep :80 |wc –l

Code:
netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort –n
Linux Os
Look image - various ip
if you help me then pm me
after correction various other ip comes automatically
 

Attachments

  • IMG-20180924-WA0005.jpg
    IMG-20180924-WA0005.jpg
    154.1 KB · Views: 10
Back
Top