Easy Sell Internet Info
Welcome to Easy Sell Internet Info!

Internet Articles


Denial Of Service Attack
By Edwin Gonzalez


A Distributed Denial of Service (DDoS) is an attack on a network which is designed to bring it to a halt. This is done by sending useless traffic to a specific service/port on a server. The amount of traffic sent would overwhelm the service, so that legitimate traffic would be dropped or ignored.

DDoS attacks have developed from the basic DoS attacks that were in the wild in 1997. These attacks originate from one source and can emerge from 100?s of locations around the world. The most visible attacks were those in February 2000, where high traffic sites (eBay/Amazon/Yahoo/CNN/Buy.Com/Datek/ZDNet) were faced with the task of handling huge amounts of spoofed traffic. In recent days, there have been attacks on Cisco which resulted in considerable downtime. Some public blacklist have also been targeted by spammers and taken out of business.

The following are different types of attacks.

Smurfing: The culprit sends a large amount of ICMP echo traffic at IP Broadcast addresses, all of it having a spoofed source address of a victim. This multiplies the traffic by the number of hosts.

Fraggle: This is the cousin of the smurf attack. This attack uses UDP echo packets in the same was as the ICMP echo traffic.

Ping Flood: The culprit attempts to disrupt service by sending ping request directly to the victim.

Syn Flood: Exploiting the flaw in the TCP three-way handshake, the culprit will create connection requests aimed at the victim. These requests are made with packets of unreachable source addresses. The server/device is not able to complete the connection and as a result the server ends up using the majority of its network resources trying to acknowledge each SYN.

Land: The culprit sends a forged packet with the same source and destination IP address. The victims system will be confused and crash or reboot.

Teardrop: The culprit sends two fragments that cannot be reassembled properly by manipulating the offset value of the packet and cause a reboot or halt of the victim?s system.

Bonk: This attack usually affects Windows OS machines. The culprit sends corrupted UDP Packets to DNS port 53. The system gets confused and crashes.

Boink: This is similar to the Bonk attack; accept that it targets multiple ports instead of only 53.

Worming: The worm sends a large amount of data to remote servers. It then verifies that a connection is active by attempting to contact a website outside the network. If successful, an attack is initiated. This would be in conjunction with a mass-mailing of some sort.

With the current TCP/IP implementation, there is very little that companies can do to prevent their network from being DDoSed. Some companies can be proactive and make sure all their systems are patched and are only running services they need. Also implementing, Egress/Ingress filtering and enable logging on all routers will disable some DDoS attacks.

?Egress filtering is the process of examining all packet headers leaving a subnet for address validity. If the packet`s source IP address originates inside the subnet that the router serves, then the packet is forwarded. If the packet has an illegal source address, then the packet is simply dropped. There is very little overhead involved, therefore there is no degradation to network performance.?
- Cisco Website

Below you will find a simple SYN attack detection script that could be set to run every 5 minutes via a cronjob. In case of an attack you would receive and email with IP information; remember the IP information is usually spoofed.

#!/usr/bin/perl -w 
#Simple Script to monitor syn attacks.
$syn_alert=15; 
$hostname=`hostname`;
chomp($hostname);
$num_of_syn=`netstat -an | grep -c SYN`;
if($num_of_syn > $syn_alert)
 {
 `netstat -an | grep SYN | mail -s "SYN ATTACK DETECTED ON $hostname" admin\@yourcompany.com`;
 }
else {
 }
exit;

Conclusion: DDoS attacks are very difficult to trace and stop. New hardware appliances are being manufactured specifically for these types of attacks. Many dedicated server providers simply unplug the server that is being attacked until the attack has stopped. This is not a solution this is a careless and temporary fix. The culprit will still exist and has not been held accountable for their actions. Once an attack is detected hosts should immediately engage their upstream providers.

For more information about this article and/or the author visit http://www.datums.net

For more information, news and articles see:

Design Agency Manchester - Design Agency Manchester
...a design agency manchester has served you proud for the past 2 years and when you first started up in business it was just what you needed to give you an immediate online presence. That was then and ...
Visit Design Agency Manchester...

Website Design Bristol - Website Design Bristol
... they lack a certain web presence? Has the site looked the same for the best part of a decade and could you be found guilty of not moving with the times? You could be dong your company a massive inju...
Visit Website Design Bristol...

Web Design Manchester - Web Design Manchester
...ossible so that sales can quickly take an upward spiral. Making your presence felt isn`t always that easy though and a great place to start will be your company`s website. As a startup business you n...
Visit Web Design Manchester...

Software Engineer - Software Engineer
...t and particularly focuses on a methodical approach to the error-free design and building of software. A Software Engineer will developed software with formal methods, Analysis and Design. Using metho...
Visit Software Engineer...

Clive Roberts - Clive Roberts
...oberts role was to develop the invoice generation and notification for British Airways. Which used SQL2005 (tables, stored procedures, triggers); Reporting Services for the invoices; Notification serv...
Visit Clive Roberts...

Website Design York - Website Design York
...n website design York. He has wanted to get into website design Yorkfor a long time but he always felt that no decent firm would look at him because he did not have enough experience. However, altho...
Visit Website Design York...

Web Design Harrogate - Web Design Harrogate
...closest friend has just got a new job in web design harrogate. She has been looking for a new job doing web design harrogatefor some time now and she considers herself really lucky to have found the ...
Visit Web Design Harrogate...

Advertising Agency Bristol - Advertising Agency Bristol
...panies recognise the need to promote their goods and materials otherwise sales would slump and the business could be in trouble. An effective advertising campaign can work wonders for the health of a...
Visit Advertising Agency Bristol...


Click For More Detailed Information on:
best apple store ::free study for you ::your tech science ::your good science ::easy technoloical to you

Home  |  About Us  |  Contact Us  |  Articles  |  Special Reports  |  Links  |  Site Map

Copyright © 2003-2010. All Rights Reserved.


Valid CSS!