LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 04-13-2016, 04:55 AM   #1
Dig
Member
 
Registered: Nov 2009
Posts: 50

Rep: Reputation: 1
Impact of DDoS on Hardware


Hello

I have linux server totally crash after DDoS attack and am wondering can DDoS attack with huge amount of packets cause hardware issue and make the server not bootable , for example can ddos cause hardware I/O issue that make hard disk damaged, can you share with me references for this if its applicable ?
 
Old 04-13-2016, 09:45 AM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
DDoS is Distributed Denial of Service. The intent of such an attack is to flood your server with spurious connections so it can't service valid connections. In and of itself it isn't a hardware attack.

However, if the attack somehow caused your system memory or disk drive to be overworked and they were already in a weak state it might trigger the pending failure.

There are some attacks (not DDoS) that MIGHT be able to hack your bios or other hardware chips if they are writable from the OS but these are a little more rare.

There are of course attacks (that might start with DDoS to trigger buffer overflows) that are aimed at gaining root access to your system. If someone gains rooot access to your OS they can of course do spurious writes to hard drives, dismantling of RAID sets, removal of LVM systems just as you could as the system admin. In this case the hardware itself isn't damaged but any structures including filesystems that you've put on the hardware could be destroyed.

It's also possible you simply have filesystem corruption caused by the DDoS preventing things from properly committing and if so doing a reboot with fsck of filesystems may be your solution.
 
1 members found this post helpful.
Old 04-14-2016, 01:39 AM   #3
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by Dig View Post
I have linux server totally crash after DDoS attack and am wondering can DDoS attack with huge amount of packets cause hardware issue and make the server not bootable , for example can ddos cause hardware I/O issue that make hard disk damaged, can you share with me references for this if its applicable ?
Please share more nfo: What services does the server provide? Is it virtual or real hardware? What's the hardware specs? What file systems are used? What do system and daemon logs show (log entry / error / anomaly-wise) in the time leading up to the attack? What was the DDoS volume? What hardware issues have you are actually determined bog this machine?
 
Old 04-14-2016, 09:14 AM   #4
Dig
Member
 
Registered: Nov 2009
Posts: 50

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by unSpawn View Post
Please share more nfo: What services does the server provide? Is it virtual or real hardware? What's the hardware specs? What file systems are used? What do system and daemon logs show (log entry / error / anomaly-wise) in the time leading up to the attack? What was the DDoS volume? What hardware issues have you are actually determined bog this machine?
  • - Centos 6.x
    - Natting with IPtables
    - Real hardware [Physical]
    - Memory: 64 - HD: 320
    - Filesystem ext3
    - couldn't capture logs, server not bootable any more
    - During attack monitoring tools shows its 5 Petabyte packets attack !

    Can ddos impact hardware ?
 
Old 04-14-2016, 09:20 AM   #5
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Did you try booting without it attached to network? I'm wondering if maybe your DDoS is happening the moment you boot it if it is on network.

In the LUG here one of the long time members related a story in which he was trying to help someone install Linux for the first time and they found that the guy's IP was being hammered by script kiddies so as soon as they booted up he was already hacked.
 
Old 04-15-2016, 01:16 PM   #6
tb2091
LQ Newbie
 
Registered: Apr 2015
Location: Canada
Distribution: Debian, openSUSE
Posts: 7

Rep: Reputation: Disabled
Also curious to see if the server will boot disconnected from the network. I would think it unlikely the DoS caused lasting hardware damage but like MensaWater mentioned it is possible it was a front for some different kind of attack.
 
Old 04-16-2016, 05:40 AM   #7
Dig
Member
 
Registered: Nov 2009
Posts: 50

Original Poster
Rep: Reputation: 1
I did not try without network cable but it seems good idea, Generally speaking i did not find an answer or article for my question which is how DoS can impact Hardware and is it possible but thanks all for help
 
Old 04-16-2016, 06:41 AM   #8
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by Dig View Post
couldn't capture logs, server not bootable any more
Thanks for answering but it's a shame you haven't told us what hardware issues actually affect this machine?.. It's a physical machine so power on. If you do get a BIOS POST try booting a Live CD or USB stick. Depending on the value of the data and if you have recent backups (you do, don't you?) and if file systems are mountable try getting logs and or data off of it?


Quote:
Originally Posted by Dig View Post
Can ddos impact hardware?
There's not much details to go on for example if this machine is in colo, how long the attack lasted, if earlier attacks where recorded, etc, etc, if it is in a Data Centre I'd expected colo NOC to do their edge router magic... Hardware has its limits but with current Enterprise-class hardware I'd rather expect the kernel to get into Virtual Memory Management problems first (everything in the stack takes up memory), then invoke the dreaded OOM killer and if left unmanaged simply lock up and die() due to resource starvation. That itself isn't bad but file systems are not as resilient as we wish and a dying kernel may therefore easily corrupt a file system by simply halting during combined write ops and not clearing the "dirty" flag.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: World Live DDoS attack maps – Live DDoS Monitoring LXer Syndicated Linux News 0 08-09-2014 08:30 PM
Linux is loosing its weight/impact by dropping compatiblity with older hardware. gdmellott General 13 07-13-2008 10:34 AM
Which will make an impact? conanm4 Linux - Distributions 2 09-03-2006 08:24 AM
LXer: Open Source Impact on Software Innovation Outweighs Impact on ... LXer Syndicated Linux News 0 08-15-2006 01:54 PM
leaving a machine on 24/7. whats the impact on hardware life-span ??? qwijibow Linux - Hardware 8 01-23-2005 07:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 08:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration