+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: DDoS Attacks

  1. #1
    jtwhite's Avatar
    jtwhite is offline Community Advocate jtwhite is on a distinguished road
    Join Date
    May 2009
    Location
    TN, USA
    Posts
    1,381

    DDoS Attacks

    Have you ever experienced a DDoS attack? What would you do to get it off the server?
    If I have helped you, please add to my reputation () on the bottom left corner of this post.
    jtwhite.me - Visit my site :D

  2. #2
    drosado is offline x10Hosting Member drosado is an unknown quantity at this point
    Join Date
    Aug 2009
    Posts
    36

    Re: DDoS Attacks

    Hello Jtwhite, I'll share some minor things you can do to prevent / help with DDoS Attacks.


    1. SYN Floods. Alot of DDos attacks are SYN FLOODS.The best way to help with this type of attack is to limit the amount of connections a user can send at a time.


    2. Smurf Attacks: A smurf attack is a ping attack the user conducting the attack will send a massive amount of ping traffic to the broadcast IP of the network, which in time will affect the network connection to the server making server replies slower.

    3. LAND Attacks: A LAND attack is when someone sniff's your IP / Server for open ports. Once they find a open a vulnerable port, once they find the port / service they start to flood it and it mirror images it self and the server can't figure out what is going on so it will crash.

    4. Ping of death: Users will ping the server with a large ping and crash the server. This mainly open works on systems running NT.

    5. Ping flooding: One of the easist ways to DDoS a server. Usually servers can handle these attacks very well. A ping attack is pretty much someone using a program that constantly refreshes it's connection to the server.(Kinda like you spamming refresh in your internet browser)


    6. Teardrop attacks This attack involves packets sent by the attacker to the target with oversized payloads. This exploits a bug in the TCP/IP protocol stack, crashing the system. Only Windows 3.11, 95 and Linux prior to 2.0.32 were vulnerable to this kind of attack.


    7. Other type of attacks involve application flooding, like IRC bot raw line which usually crash Windows boxes running mIRC or any other client. These attacks are based on a greater number of raw socket transactions than a computer can handle.


    Alot of the people that DDos are new kids to the hacking / crashing scene and are using crappy DDoS tools that won't do much damage. Although you should always be prepared.

    Best way to prepare yourself is to limit the amount of connections to the server per person.

    Also, GoogleBot can make it seem as if your server is being DDoS'd. Alot of hosts will actually deny googlebot from using the image directories of the site.


    As i said earlier it's usually just some kid messing around. If thats the case and your only seeing a DDos from one machine(IP) Null out that IP on your router and then report that IP to your ISP to block it up stream.


    If it's coming from a country you can simply block all the ip's from that country using a good firewall.


    Also ask your host to implement a DDOS mitigation device. Which im sure X10 already has a Cisco switch to help prevent DDoS attacks.

    If you have any further questions feel free to ask.


    Hope this helps.
    Last edited by drosado; 01-11-2010 at 09:43 AM.
    Daniel Rosado,
    Pompano Beach Florida

    Please feel free to ask me any questions at anytime.

  3. #3
    ozcorps is offline x10Hosting Member ozcorps is an unknown quantity at this point
    Join Date
    Jul 2009
    Posts
    23

    Re: DDoS Attacks

    Wow that information was HOT, i mean smoking i had no idea there were so many versions of ping attacking someone. Jesus i hope that never happens to me, mind you i dont really have crap on my machine worth hacking into for.

    thanks for that, i have def saved that for future information.

  4. #4
    Jarryd's Avatar
    Jarryd is offline Community Advocate Jarryd has a spectacular aura about
    Join Date
    Nov 2007
    Location
    Darwin, Australia
    Posts
    5,531

    Re: DDoS Attacks

    I have nothing worth hacking on my vps, i get about 10-15 attempts per day to brute force my ssh password. I set up something called fail2ban to automatically change IPtables to deny anyone that gets more than 3 failed logins
    Jarryd Sullivan
    █ 888-X10-9668 - Jarryd[@]x10hosting.com
    x10Hosting - Giving Away Hosting Since 2004

  5. #5
    drosado is offline x10Hosting Member drosado is an unknown quantity at this point
    Join Date
    Aug 2009
    Posts
    36

    Re: DDoS Attacks

    Oh i should of mentioned fail 2 ban. Good catch there Hell.
    Last edited by drosado; 01-11-2010 at 12:10 PM.
    Daniel Rosado,
    Pompano Beach Florida

    Please feel free to ask me any questions at anytime.

  6. #6
    The Real Rebel's Avatar
    The Real Rebel is offline x10 Lieutenant The Real Rebel is an unknown quantity at this point
    Join Date
    Dec 2009
    Location
    Ireland
    Posts
    336

    Re: DDoS Attacks

    Nice, just make sure you have a good firewall on your vps, if you don't GET ONE NOW!!!! :P

  7. #7
    Sharky's Avatar
    Sharky is offline Admiral Awesome Sharky will become famous soon enough
    Join Date
    Oct 2007
    Location
    Outside the USA
    Posts
    3,306

    Re: DDoS Attacks

    Power it off for 10-20 mins, and if it still doesn't resolve itself, cry down the phone to Corey until he gives a new IP address? Uhh, I mean... Ban everyone except 127.0.0.1 and your own IP address?
    The physics is theoretical but the fun is real.

  8. #8
    masshuu's Avatar
    masshuu is offline Head of the Geese masshuu has a spectacular aura about
    Join Date
    Oct 2007
    Location
    Las Colinas, Tx
    Posts
    2,262

    Re: DDoS Attacks

    also you can change the port ssh runs on, that stops about 99.9999999999999999999999999999999% of brute force attacks.

    open
    /etc/ssh/sshd_config

    change Port to something else
    like 2345 or something

    last reload your ssh
    Just leading the flock.
    Livewire
    Masshuu ------ carl6969
    descalzo ------------------- Smith6612
    Bryon--------------------------------- Corey
    If you find any post helpful or useful, duck
    \ / This for that post and rep it up.

  9. #9
    The Real Rebel's Avatar
    The Real Rebel is offline x10 Lieutenant The Real Rebel is an unknown quantity at this point
    Join Date
    Dec 2009
    Location
    Ireland
    Posts
    336

    Re: DDoS Attacks

    Quote Originally Posted by Sharky View Post
    Power it off for 10-20 mins, and if it still doesn't resolve itself, cry down the phone to Corey until he gives a new IP address? Uhh, I mean... Ban everyone except 127.0.0.1 and your own IP address?
    Lol yeah and

    also you can change the port ssh runs on, that stops about 99.9999999999999999999999999999999% of brute force attacks.

    open
    /etc/ssh/sshd_config

    change Port to something else
    like 2345 or something

    last reload your ssh
    Thats one of the best things you can do :D Nice one supermatthew :D

  10. #10
    TechAsh's Avatar
    TechAsh is offline Retired TechAsh is an unknown quantity at this point
    Join Date
    Oct 2007
    Location
    UK
    Posts
    5,853

    Re: DDoS Attacks

    Quote Originally Posted by Hellsheep View Post
    I have nothing worth hacking on my vps, i get about 10-15 attempts per day to brute force my ssh password. I set up something called fail2ban to automatically change IPtables to deny anyone that gets more than 3 failed logins
    Lucky, I get at least 100-200 on a good day, I have seen 5000-6000 but that's less common. I use SSHGuard, but that seems to keep crashing after a day or so...
    Useful Links:
    Terms of Service | Server News | Buy a Domain
    Free Domains: co.cc | Dot.tk -- Free File Storage: Dropbox -- Website Monitoring: Service Uptime


    My Websites:
    Earthtime Games & TechAsh's Blog

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Stopping DoS and DDoS attacks?
    By jtwhite in forum Off Topic
    Replies: 6
    Last Post: 09-07-2009, 05:03 PM
  2. Under DDos attack!
    By babydark in forum Free Hosting
    Replies: 1
    Last Post: 05-21-2008, 08:07 AM
  3. x10 is under a DDoS attack
    By Corey in forum News and Announcements
    Replies: 9
    Last Post: 02-05-2008, 10:09 AM
  4. DDoS Attack
    By Corey in forum News and Announcements
    Replies: 16
    Last Post: 11-03-2007, 08:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers