Purchase Solution

DoS and DDoS Detection, Prevention, and Mitigation

Not what you're looking for?

Ask Custom Question

I need to write an 7-10 page research paper on security methods to prevent, detect and mitigation techniques to avoid various DoS and Distributed Dos attacks.

Purchase this Solution

Solution Summary

A brief overview of how to prevent, detect, and mitigate DoS and DDoS attacks with references.

Solution Preview

This is a very broad subject, so I will attempt to give you a high level overview of things you should focus on and then will provide you with some good industry links for research material.

Detection:
Detection of DoS and DDoS can range from the obvious of your network being shut down to event logs showing a lot of traffic.
1. Create a baseline of traffic. This will allow you as the administrator to know what out of the normal traffic is for your site or your network
2. Use the command lint tool netstat -an This allows you to see all connections to a host. If you see a lot listed as time_wait from unkown IP Address you may be under attack
3. Check event logs for traffic from unknown IP Address

Mitigation
1) Keep firewall rules current. A good rule of thumb for security is deny all and only open traffic to known ports and from known IP Addresses. Sometimes this just isn't possible, so in these situations it may be ...

Purchase this Solution


Free BrainMass Quizzes
Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Javscript Basics

Quiz on basics of javascript programming language.