CRDCNIJun 30, 2015

On the Efficacy of Live DDoS Detection with Hadoop

arXiv:1506.08953v141 citations
Originality Incremental advance
AI Analysis

This addresses the problem of timely DDoS detection for online service providers, but it is incremental as it applies existing Hadoop technologies to a known bottleneck.

The paper tackles the challenge of detecting Distributed Denial of Service (DDoS) flooding attacks efficiently by proposing HADEC, a Hadoop-based live detection framework, and shows it can process and detect attacks in affordable time.

Distributed Denial of Service flooding attacks are one of the biggest challenges to the availability of online services today. These DDoS attacks overwhelm the victim with huge volume of traffic and render it incapable of performing normal communication or crashes it completely. If there are delays in detecting the flooding attacks, nothing much can be done except to manually disconnect the victim and fix the problem. With the rapid increase of DDoS volume and frequency, the current DDoS detection technologies are challenged to deal with huge attack volume in reasonable and affordable response time. In this paper, we propose HADEC, a Hadoop based Live DDoS Detection framework to tackle efficient analysis of flooding attacks by harnessing MapReduce and HDFS. We implemented a counter-based DDoS detection algorithm for four major flooding attacks (TCP-SYN, HTTP GET, UDP and ICMP) in MapReduce, consisting of map and reduce functions. We deployed a testbed to evaluate the performance of HADEC framework for live DDoS detection. Based on the experiments we showed that HADEC is capable of processing and detecting DDoS attacks in affordable time.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes