340 likes | 352 Views
Framework For Classifying Denial of Service Attacks Alefiya Hussain, John Heidemann, Christos Papadopoulos. Kavita Chada & Viji Avali CSCE 790. …. …. …. …. …. …. Introduction. What is Denial-Of-Service Attack (DOS)?
E N D
Framework For Classifying Denial of Service AttacksAlefiya Hussain, John Heidemann, Christos Papadopoulos Kavita Chada & Viji Avali CSCE 790
… … … … … … Introduction • What is Denial-Of-Service Attack (DOS)? Adversary A can send huge amount of messages to y to block m from arriving at y A m ????? x y
Introduction • DOS can be Single source attack - Only one host Multi source attack (DDOS)- multiple hosts • Launching is trivial but detection and response are not.
Previous techniques used • Anomaly detection detects ongoing attacks by the significant disproportional difference between packet rates going from and to the victim or attacker. • Trace back techniques assist in tracking down attackers post-mortem • Signature-scan techniques Try to detect attackers by monitoring network links over which the attackers’ traffic transits. • Backscatter technique Allows detection of attacks that uniformly spoof source addresses in the complete IP address space.
Attack taxonomy • Software exploits • Flooding attacks • Single source attacks • Multi source attacks • Reflector attacks
Attack classification • Header content • Transient Ramp-up behavior • Spectral Characteristics
Attack classification • Header content -Using ID field Many Operating systems sequentially increment the ID field for each successive packet. -Using TTL value TTL value remains constant for the same source-destination pair.
Attack Classification • Using Header Contents Pseudo code to identify number of attackers based on header content. • Let P ={attack packets}, Pi ⊂ P, P = If ∀ p ∈ P ID value increases monotonically and TTL value remains constant then Single-source elseif ∀ p ∈ Pi ID value increases monotonically and TTL value remains constant Then Multi-source with n attackers else Unclassified
Attack Classification • Using Ramp-up behavior • Single source attacks do not exhibit ramp-up behavior. • Multi-source attacks do exhibit ramp-up. • Cannot robustly identify single-source attacks.
Attack Classification • Using Spectral Analysis • Single source attacks have a linear cumulative spectrum due to dominant frequencies spread across the spectrum. • Multi-source attacks shift spectrum to lower frequencies.
Evaluation • Attack Detection • Packet Headers Analysis • Arrival Rate Analysis • Ramp-up Behavior Analysis • Spectral Content Analysis
Validation • Observations from an alternate site • Experimental Confirmation Clustered Topology Distributed Topology • Understanding Multi-Source Effects
Validation Understanding Multi-Source Effects 1. Aggregation of multiple sources at either slightly, or very different rates. 2. Bunching of traffic due to queuing behavior. 3. Aggregation of multiple sources, each at different phase.
Applications • Automating Attack Detection will be useful in selecting the appropriate response mechanism. • Modeling Attacks will help in the attack detection and response. • Inferring DoS Activity in the Internet will be useful at approximating attack prevalence if we can increase the size and duration of the monitored region.
Conclusion • This paper presented a framework to classify DoS attacks into single and multi-source attacks. • If the spectral characteristics were altered, this paper does not give a method to classify those DoS attacks into single or multi-source attacks.