SlideShare a Scribd company logo
A System for Denial-of-Service Attack Detection Based on 
Multivariate Correlation Analysis 
Interconnected systems, such as Web servers, database servers, cloud computing 
servers etc, are now under threads from network attackers. As one of most 
common and aggressive means, Denial-of-Service (DoS) attacks cause serious 
impact on these computing systems. In this paper, we present a DoS attack 
detection system that uses Multivariate Correlation Analysis (MCA) for accurate 
network traffic characterization by extracting the geometrical correlations between 
network traffic features. Our MCA-based DoS attack detection system employs the 
principle of anomaly-based detection in attack recognition. This makes our 
solution capable of detecting known and unknown DoS attacks effectively by 
learning the patterns of legitimate network traffic only. Furthermore, a triangle-area- 
based technique is proposed to enhance and to speed up the process of MCA. 
The effectiveness of our proposed detection system is evaluated using KDD Cup 
99 dataset, and the influences of both non-normalized data and normalized data on 
the performance of the proposed detection system are examined. The results show 
that our system outperforms two other previously developed state-of-the-art 
approaches in terms of detection accuracy. 
EXISTING SYSTEM: 
Generally, network-based detection systems can be classified into two main 
categories, namely misuse-based detection systems and anomaly-based detection 
systems. Misuse-based detection systems detect attacks by monitoring network 
activities and looking for matches with the existing attack signatures. In spite of 
Contact: 9703109334, 9533694296 
ABSTRACT: 
Email id: academicliveprojects@gmail.com, www.logicsystems.org.in
having high detection rates to known attacks and low false positive rates, misuse-based 
detection systems are easily evaded by any new attacks and even variants of 
the existing attacks. Furthermore, it is a complicated and labor intensive task to 
keep signature database updated because signature generation is a manual process 
and heavily involves network security expertise. 
DISADVANTAGES OF EXISTING SYSTEM: 
 Most existing IDS are optimized to detect attacks with high accuracy. 
However, they still have various disadvantages that have been outlined in a 
number of publications and a lot of work has been done to analyze IDS in 
order to direct future research. 
 Besides others, one drawback is the large amount of alerts produced. 
PROPOSED SYSTEM: 
In this paper, we present a DoS attack detection system that uses Multivariate 
Correlation Analysis (MCA) for accurate network traffic characterization by 
extracting the geometrical correlations between network traffic features. Our 
MCA-based DoS attack detection system employs the principle of anomaly-based 
detection in attack recognition. 
The DoS attack detection system presented in this paper employs the principles of 
MCA and anomaly-based detection. They equip our detection system with 
capabilities of accurate characterization for traffic behaviors and detection of 
known and unknown attacks respectively. A triangle area technique is developed to 
Contact: 9703109334, 9533694296 
Email id: academicliveprojects@gmail.com, www.logicsystems.org.in
enhance and to speed up the process of MCA. A statistical normalization technique 
is used to eliminate the bias from the raw data. 
ADVANTAGES OF PROPOSED SYSTEM: 
 More detection accuracy 
 Accurate characterization for traffic behaviors and detection of known and 
unknown attacks respectively 
SYSTEM ARCHITECTURE: 
BLOCK DIAGRAM: 
Client Router Correlation 
Graph Analysis Server Attack Detection 
Contact: 9703109334, 9533694296 
 Less false alarm 
Analysis 
Email id: academicliveprojects@gmail.com, www.logicsystems.org.in
1. Feature Normalization 
2. Multivariate Correlation Analysis 
3. Decision Making Module 
4. Evaluation of Attack detection 
MODULES DESCRIPTION: 
1. Feature Normalization Module: 
In this module, basic features are generated from ingress network traffic to the 
internal network where protected servers reside in and are used to form traffic 
records for a well-defined time interval. Monitoring and analyzing at the 
destination network reduce the overhead of detecting malicious activities by 
concentrating only on relevant inbound traffic. This also enables our detector to 
provide protection which is the best fit for the targeted internal network because 
legitimate traffic profiles used by the detectors are developed for a smaller number 
of network services. 
2. Multivariate Correlation Analysis: 
In this Multivariate Correlation Analys is, in which the “Triangle Area Map 
Generation” module is applied to extract the correlations between two distinct 
features within each traffic record coming from the first step or the traffic record 
normalized by the “Feature Normalization” module in this step. The occurrence of 
network intrusions cause changes to these correlations so that the changes can be 
used as indicators to identify the intrusive activities. All the extracted correlations, 
Contact: 9703109334, 9533694296 
MODULES: 
Email id: academicliveprojects@gmail.com, www.logicsystems.org.in
namely triangle areas stored in Triangle Area Maps (TAMs), are then used to 
replace the original basic features or the normalized features to represent the traffic 
records. This provides higher discriminative information to differentiate between 
legitimate and illegitimate traffic records. 
3. Decision Making Module: 
In this module, the anomaly-based detection mechanism is adopted in Decision 
Making. It facilitates the detection of any DoS attacks without requiring any attack 
relevant knowledge. Furthermore, the labor-intensive attack analysis and the 
frequent update of the attack signature database in the case of misuse-based 
detection are avoided. Meanwhile, the mechanism enhances the robustness of the 
proposed detectors and makes them harder to be evaded because attackers need to 
generate attacks that match the normal traffic profiles built by a specific detection 
algorithm. This, however, is a labor-intensive task and requires expertise in the 
targeted detection algorithm. Specifically, two phases (i.e., the “Training Phase” 
and the “Test Phase”) are involved in Decision Making. The “Normal Profile 
Generation” module is operated in the “Training Phase” to generate profiles for 
various types of legitimate traffic records, and the generated normal profiles are 
stored in a database. The “Tested Profile Generation” module is used in the “Test 
Phase” to build profiles for individual observed traffic records. Then, the tested 
profiles are handed over to the “Attack Detection” module, which compares the 
individual tested profiles with the respective stored normal profiles. A threshold-based 
classifier is emp loyed in the “Attack Detection” module to distinguish DoS 
attacks from legitimate traffic. 
4. Evaluation of Attack detection 
Contact: 9703109334, 9533694296 
Email id: academicliveprojects@gmail.com, www.logicsystems.org.in
During the evaluation, the 10 percent labeled data of KDD Cup 99 dataset is used, 
where three types of legitimate traffic (TCP, UDP and ICMP traffic) and six 
different types of DoS attacks (Teardrop, Smurf, Pod, Neptune, Land and Back 
attacks) are available. All of these records are first filtered and then are further 
grouped into seven clusters according to their labels. We show the evaluation 
results in graph. 
SYSTEM CONFIGURATION:- 
H/W SYSTEM CONFIGURATION:- 
 Processor -Pentium –III 
 Speed - 1.1 Ghz 
 RAM - 256 MB(min) 
 Hard Disk - 20 GB 
 Floppy Drive - 1.44 MB 
 Key Board - Standard Windows Keyboard 
 Mouse - Two or Three Button Mouse 
 Monitor - SVGA 
S/W System Configuration:- 
 Operating System : Windows95/98/2000/XP 
Contact: 9703109334, 9533694296 
Email id: academicliveprojects@gmail.com, www.logicsystems.org.in
 Front End : Java 
 Tool : JDK1.7 
Zhiyuan Tan, Aruna Jamdagni, Xiangjian He‡, Senior Member, IEEE, Priyadarsi 
Nanda, Member, IEEE, and Ren Ping Liu, Member, IEEE, “A System for Denial-of- 
Service Attack Detection Based on Multivariate Correlation Analysis”, IEEE 
TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. , 
NO. , 2013. 
Contact: 9703109334, 9533694296 
REFERENCE: 
Email id: academicliveprojects@gmail.com, www.logicsystems.org.in

More Related Content

What's hot (17)

PDF
A New Way of Identifying DOS Attack Using Multivariate Correlation Analysis
ijceronline
 
PDF
Evasion Streamline Intruders Using Graph Based Attacker model Analysis and Co...
Editor IJCATR
 
PDF
IRJET - A Secure Approach for Intruder Detection using Backtracking
IRJET Journal
 
PDF
SECURED AODV TO PROTECT WSN AGAINST MALICIOUS INTRUSION
IJNSA Journal
 
PDF
DETECTION OF APPLICATION LAYER DDOS ATTACKS USING INFORMATION THEORY BASED ME...
cscpconf
 
PDF
1762 1765
Editor IJARCET
 
PDF
FLOODING ATTACK DETECTION AND MITIGATION IN SDN WITH MODIFIED ADAPTIVE THRESH...
IJCNCJournal
 
PDF
DETECTING NETWORK ANOMALIES USING CUSUM and FCM
Editor IJMTER
 
PDF
An anomalous behavior detection model in cloud computing
redpel dot com
 
PDF
A COMBINATION OF TEMPORAL SEQUENCE LEARNING AND DATA DESCRIPTION FOR ANOMALYB...
IJNSA Journal
 
PDF
Secure intrusion detection and attack measure selection
Uvaraj Shan
 
PDF
DDSGA: A Data-Driven Semi-Global Alignment Approach for Detecting Masquerade ...
1crore projects
 
DOC
A wireless intrusion detection system and a new attack model (synopsis)
Mumbai Academisc
 
PDF
Limiting self propagating malware based
IJNSA Journal
 
PDF
STATISTICAL QUALITY CONTROL APPROACHES TO NETWORK INTRUSION DETECTION
IJNSA Journal
 
PDF
Optimised malware detection in digital forensics
IJNSA Journal
 
PDF
CLASSIFICATION PROCEDURES FOR INTRUSION DETECTION BASED ON KDD CUP 99 DATA SET
IJNSA Journal
 
A New Way of Identifying DOS Attack Using Multivariate Correlation Analysis
ijceronline
 
Evasion Streamline Intruders Using Graph Based Attacker model Analysis and Co...
Editor IJCATR
 
IRJET - A Secure Approach for Intruder Detection using Backtracking
IRJET Journal
 
SECURED AODV TO PROTECT WSN AGAINST MALICIOUS INTRUSION
IJNSA Journal
 
DETECTION OF APPLICATION LAYER DDOS ATTACKS USING INFORMATION THEORY BASED ME...
cscpconf
 
1762 1765
Editor IJARCET
 
FLOODING ATTACK DETECTION AND MITIGATION IN SDN WITH MODIFIED ADAPTIVE THRESH...
IJCNCJournal
 
DETECTING NETWORK ANOMALIES USING CUSUM and FCM
Editor IJMTER
 
An anomalous behavior detection model in cloud computing
redpel dot com
 
A COMBINATION OF TEMPORAL SEQUENCE LEARNING AND DATA DESCRIPTION FOR ANOMALYB...
IJNSA Journal
 
Secure intrusion detection and attack measure selection
Uvaraj Shan
 
DDSGA: A Data-Driven Semi-Global Alignment Approach for Detecting Masquerade ...
1crore projects
 
A wireless intrusion detection system and a new attack model (synopsis)
Mumbai Academisc
 
Limiting self propagating malware based
IJNSA Journal
 
STATISTICAL QUALITY CONTROL APPROACHES TO NETWORK INTRUSION DETECTION
IJNSA Journal
 
Optimised malware detection in digital forensics
IJNSA Journal
 
CLASSIFICATION PROCEDURES FOR INTRUSION DETECTION BASED ON KDD CUP 99 DATA SET
IJNSA Journal
 

Similar to a system for denial-of-service attack detection based on multivariate correlation analysis (20)

DOCX
2014 IEEE DOTNET PARALLEL DISTRIBUTED PROJECT A system-for-denial-of-service-...
IEEEGLOBALSOFTSTUDENTSPROJECTS
 
DOC
A system for denial of-service attack detection based on multivariate correla...
Shakas Technologies
 
PDF
A web application detecting dos attack using mca and tam
eSAT Journals
 
PPTX
dos attacks
AMAL PERUMPALLIL
 
PDF
M0446772
IJERA Editor
 
PDF
A Hybrid Intrusion Detection System for Network Security: A New Proposed Min ...
IJCSIS Research Publications
 
PPT
Intrusion Detection Systems
vamsi_xmen
 
PDF
46 102-112
idescitation
 
PDF
IDS / IPS Survey
Deris Stiawan
 
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
DOCX
COPYRIGHTThis thesis is copyright materials protected under the .docx
voversbyobersby
 
PDF
An Approach of Automatic Data Mining Algorithm for Intrusion Detection and P...
IOSR Journals
 
PDF
Current Studies On Intrusion Detection System, Genetic Algorithm And Fuzzy Logic
ijdpsjournal
 
DOCX
Ids 014 anomaly detection
jyoti_lakhani
 
PDF
145 148
Editor IJARCET
 
PDF
Detecting Various Intrusion Attacks using A Fuzzy Triangular Membership Function
IRJET Journal
 
PDF
Survey of Clustering Based Detection using IDS Technique
IRJET Journal
 
DOC
Detection of application layer ddos attack using hidden semi markov model (20...
Mumbai Academisc
 
PDF
A Survey: Comparative Analysis of Classifier Algorithms for DOS Attack Detection
ijsrd.com
 
PDF
Comparison study of machine learning classifiers to detect anomalies
IJECEIAES
 
2014 IEEE DOTNET PARALLEL DISTRIBUTED PROJECT A system-for-denial-of-service-...
IEEEGLOBALSOFTSTUDENTSPROJECTS
 
A system for denial of-service attack detection based on multivariate correla...
Shakas Technologies
 
A web application detecting dos attack using mca and tam
eSAT Journals
 
dos attacks
AMAL PERUMPALLIL
 
M0446772
IJERA Editor
 
A Hybrid Intrusion Detection System for Network Security: A New Proposed Min ...
IJCSIS Research Publications
 
Intrusion Detection Systems
vamsi_xmen
 
46 102-112
idescitation
 
IDS / IPS Survey
Deris Stiawan
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
COPYRIGHTThis thesis is copyright materials protected under the .docx
voversbyobersby
 
An Approach of Automatic Data Mining Algorithm for Intrusion Detection and P...
IOSR Journals
 
Current Studies On Intrusion Detection System, Genetic Algorithm And Fuzzy Logic
ijdpsjournal
 
Ids 014 anomaly detection
jyoti_lakhani
 
Detecting Various Intrusion Attacks using A Fuzzy Triangular Membership Function
IRJET Journal
 
Survey of Clustering Based Detection using IDS Technique
IRJET Journal
 
Detection of application layer ddos attack using hidden semi markov model (20...
Mumbai Academisc
 
A Survey: Comparative Analysis of Classifier Algorithms for DOS Attack Detection
ijsrd.com
 
Comparison study of machine learning classifiers to detect anomalies
IJECEIAES
 
Ad

More from swathi78 (20)

DOC
secure mining of association rules in horizontally distributed databases
swathi78
 
DOCX
web service recommendation via exploiting location and qo s information
swathi78
 
DOCX
privacy-enhanced web service composition
swathi78
 
DOCX
optimal distributed malware defense in mobile networks with heterogeneous dev...
swathi78
 
DOCX
friend book a semantic-based friend recommendation system for social networks
swathi78
 
DOCX
efficient authentication for mobile and pervasive computing
swathi78
 
DOCX
cooperative caching for efficient data access in disruption tolerant networks
swathi78
 
DOCX
an incentive framework for cellular traffic offloading
swathi78
 
DOCX
secure outsourced attribute-based signatures
swathi78
 
DOCX
traffic pattern-based content leakage detection for trusted content delivery ...
swathi78
 
DOCX
the design and evaluation of an information sharing system for human networks
swathi78
 
DOCX
the client assignment problem for continuous distributed interactive applicat...
swathi78
 
DOCX
sos a distributed mobile q&a system based on social networks
swathi78
 
DOCX
securing broker-less publish subscribe systems using identity-based encryption
swathi78
 
DOCX
rre a game-theoretic intrusion response and recovery engine
swathi78
 
DOCX
on false data-injection attacks against power system state estimation modelin...
swathi78
 
DOCX
loca ward a security and privacy aware location-based rewarding system
swathi78
 
DOCX
exploiting service similarity for privacy in location-based search queries
swathi78
 
DOCX
enabling trustworthy service evaluation in service-oriented mobile social net...
swathi78
 
DOCX
secure data retrieval for decentralized disruption-tolerant military networks
swathi78
 
secure mining of association rules in horizontally distributed databases
swathi78
 
web service recommendation via exploiting location and qo s information
swathi78
 
privacy-enhanced web service composition
swathi78
 
optimal distributed malware defense in mobile networks with heterogeneous dev...
swathi78
 
friend book a semantic-based friend recommendation system for social networks
swathi78
 
efficient authentication for mobile and pervasive computing
swathi78
 
cooperative caching for efficient data access in disruption tolerant networks
swathi78
 
an incentive framework for cellular traffic offloading
swathi78
 
secure outsourced attribute-based signatures
swathi78
 
traffic pattern-based content leakage detection for trusted content delivery ...
swathi78
 
the design and evaluation of an information sharing system for human networks
swathi78
 
the client assignment problem for continuous distributed interactive applicat...
swathi78
 
sos a distributed mobile q&a system based on social networks
swathi78
 
securing broker-less publish subscribe systems using identity-based encryption
swathi78
 
rre a game-theoretic intrusion response and recovery engine
swathi78
 
on false data-injection attacks against power system state estimation modelin...
swathi78
 
loca ward a security and privacy aware location-based rewarding system
swathi78
 
exploiting service similarity for privacy in location-based search queries
swathi78
 
enabling trustworthy service evaluation in service-oriented mobile social net...
swathi78
 
secure data retrieval for decentralized disruption-tolerant military networks
swathi78
 
Ad

Recently uploaded (20)

PPTX
Element 7. CHEMICAL AND BIOLOGICAL AGENT.pptx
merrandomohandas
 
PPTX
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
PPTX
Break Statement in Programming with 6 Real Examples
manojpoojary2004
 
PDF
GTU Civil Engineering All Semester Syllabus.pdf
Vimal Bhojani
 
PDF
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
PPTX
UNIT DAA PPT cover all topics 2021 regulation
archu26
 
PPTX
Hashing Introduction , hash functions and techniques
sailajam21
 
PPTX
Server Side Web Development Unit 1 of Nodejs.pptx
sneha852132
 
PPTX
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
PPTX
Element 11. ELECTRICITY safety and hazards
merrandomohandas
 
PDF
Pressure Measurement training for engineers and Technicians
AIESOLUTIONS
 
PPTX
Solar Thermal Energy System Seminar.pptx
Gpc Purapuza
 
PPTX
Product Development & DevelopmentLecture02.pptx
zeeshanwazir2
 
PDF
Reasons for the succes of MENARD PRESSUREMETER.pdf
majdiamz
 
PPTX
GitOps_Without_K8s_Training_detailed git repository
DanialHabibi2
 
PDF
monopile foundation seminar topic for civil engineering students
Ahina5
 
PDF
Design Thinking basics for Engineers.pdf
CMR University
 
PPTX
Snet+Pro+Service+Software_SNET+Pro+2+Instructions.pptx
jenilsatikuvar1
 
PPTX
Introduction to Design of Machine Elements
PradeepKumarS27
 
PPTX
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 
Element 7. CHEMICAL AND BIOLOGICAL AGENT.pptx
merrandomohandas
 
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
Break Statement in Programming with 6 Real Examples
manojpoojary2004
 
GTU Civil Engineering All Semester Syllabus.pdf
Vimal Bhojani
 
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
UNIT DAA PPT cover all topics 2021 regulation
archu26
 
Hashing Introduction , hash functions and techniques
sailajam21
 
Server Side Web Development Unit 1 of Nodejs.pptx
sneha852132
 
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
Element 11. ELECTRICITY safety and hazards
merrandomohandas
 
Pressure Measurement training for engineers and Technicians
AIESOLUTIONS
 
Solar Thermal Energy System Seminar.pptx
Gpc Purapuza
 
Product Development & DevelopmentLecture02.pptx
zeeshanwazir2
 
Reasons for the succes of MENARD PRESSUREMETER.pdf
majdiamz
 
GitOps_Without_K8s_Training_detailed git repository
DanialHabibi2
 
monopile foundation seminar topic for civil engineering students
Ahina5
 
Design Thinking basics for Engineers.pdf
CMR University
 
Snet+Pro+Service+Software_SNET+Pro+2+Instructions.pptx
jenilsatikuvar1
 
Introduction to Design of Machine Elements
PradeepKumarS27
 
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 

a system for denial-of-service attack detection based on multivariate correlation analysis

  • 1. A System for Denial-of-Service Attack Detection Based on Multivariate Correlation Analysis Interconnected systems, such as Web servers, database servers, cloud computing servers etc, are now under threads from network attackers. As one of most common and aggressive means, Denial-of-Service (DoS) attacks cause serious impact on these computing systems. In this paper, we present a DoS attack detection system that uses Multivariate Correlation Analysis (MCA) for accurate network traffic characterization by extracting the geometrical correlations between network traffic features. Our MCA-based DoS attack detection system employs the principle of anomaly-based detection in attack recognition. This makes our solution capable of detecting known and unknown DoS attacks effectively by learning the patterns of legitimate network traffic only. Furthermore, a triangle-area- based technique is proposed to enhance and to speed up the process of MCA. The effectiveness of our proposed detection system is evaluated using KDD Cup 99 dataset, and the influences of both non-normalized data and normalized data on the performance of the proposed detection system are examined. The results show that our system outperforms two other previously developed state-of-the-art approaches in terms of detection accuracy. EXISTING SYSTEM: Generally, network-based detection systems can be classified into two main categories, namely misuse-based detection systems and anomaly-based detection systems. Misuse-based detection systems detect attacks by monitoring network activities and looking for matches with the existing attack signatures. In spite of Contact: 9703109334, 9533694296 ABSTRACT: Email id: [email protected], www.logicsystems.org.in
  • 2. having high detection rates to known attacks and low false positive rates, misuse-based detection systems are easily evaded by any new attacks and even variants of the existing attacks. Furthermore, it is a complicated and labor intensive task to keep signature database updated because signature generation is a manual process and heavily involves network security expertise. DISADVANTAGES OF EXISTING SYSTEM:  Most existing IDS are optimized to detect attacks with high accuracy. However, they still have various disadvantages that have been outlined in a number of publications and a lot of work has been done to analyze IDS in order to direct future research.  Besides others, one drawback is the large amount of alerts produced. PROPOSED SYSTEM: In this paper, we present a DoS attack detection system that uses Multivariate Correlation Analysis (MCA) for accurate network traffic characterization by extracting the geometrical correlations between network traffic features. Our MCA-based DoS attack detection system employs the principle of anomaly-based detection in attack recognition. The DoS attack detection system presented in this paper employs the principles of MCA and anomaly-based detection. They equip our detection system with capabilities of accurate characterization for traffic behaviors and detection of known and unknown attacks respectively. A triangle area technique is developed to Contact: 9703109334, 9533694296 Email id: [email protected], www.logicsystems.org.in
  • 3. enhance and to speed up the process of MCA. A statistical normalization technique is used to eliminate the bias from the raw data. ADVANTAGES OF PROPOSED SYSTEM:  More detection accuracy  Accurate characterization for traffic behaviors and detection of known and unknown attacks respectively SYSTEM ARCHITECTURE: BLOCK DIAGRAM: Client Router Correlation Graph Analysis Server Attack Detection Contact: 9703109334, 9533694296  Less false alarm Analysis Email id: [email protected], www.logicsystems.org.in
  • 4. 1. Feature Normalization 2. Multivariate Correlation Analysis 3. Decision Making Module 4. Evaluation of Attack detection MODULES DESCRIPTION: 1. Feature Normalization Module: In this module, basic features are generated from ingress network traffic to the internal network where protected servers reside in and are used to form traffic records for a well-defined time interval. Monitoring and analyzing at the destination network reduce the overhead of detecting malicious activities by concentrating only on relevant inbound traffic. This also enables our detector to provide protection which is the best fit for the targeted internal network because legitimate traffic profiles used by the detectors are developed for a smaller number of network services. 2. Multivariate Correlation Analysis: In this Multivariate Correlation Analys is, in which the “Triangle Area Map Generation” module is applied to extract the correlations between two distinct features within each traffic record coming from the first step or the traffic record normalized by the “Feature Normalization” module in this step. The occurrence of network intrusions cause changes to these correlations so that the changes can be used as indicators to identify the intrusive activities. All the extracted correlations, Contact: 9703109334, 9533694296 MODULES: Email id: [email protected], www.logicsystems.org.in
  • 5. namely triangle areas stored in Triangle Area Maps (TAMs), are then used to replace the original basic features or the normalized features to represent the traffic records. This provides higher discriminative information to differentiate between legitimate and illegitimate traffic records. 3. Decision Making Module: In this module, the anomaly-based detection mechanism is adopted in Decision Making. It facilitates the detection of any DoS attacks without requiring any attack relevant knowledge. Furthermore, the labor-intensive attack analysis and the frequent update of the attack signature database in the case of misuse-based detection are avoided. Meanwhile, the mechanism enhances the robustness of the proposed detectors and makes them harder to be evaded because attackers need to generate attacks that match the normal traffic profiles built by a specific detection algorithm. This, however, is a labor-intensive task and requires expertise in the targeted detection algorithm. Specifically, two phases (i.e., the “Training Phase” and the “Test Phase”) are involved in Decision Making. The “Normal Profile Generation” module is operated in the “Training Phase” to generate profiles for various types of legitimate traffic records, and the generated normal profiles are stored in a database. The “Tested Profile Generation” module is used in the “Test Phase” to build profiles for individual observed traffic records. Then, the tested profiles are handed over to the “Attack Detection” module, which compares the individual tested profiles with the respective stored normal profiles. A threshold-based classifier is emp loyed in the “Attack Detection” module to distinguish DoS attacks from legitimate traffic. 4. Evaluation of Attack detection Contact: 9703109334, 9533694296 Email id: [email protected], www.logicsystems.org.in
  • 6. During the evaluation, the 10 percent labeled data of KDD Cup 99 dataset is used, where three types of legitimate traffic (TCP, UDP and ICMP traffic) and six different types of DoS attacks (Teardrop, Smurf, Pod, Neptune, Land and Back attacks) are available. All of these records are first filtered and then are further grouped into seven clusters according to their labels. We show the evaluation results in graph. SYSTEM CONFIGURATION:- H/W SYSTEM CONFIGURATION:-  Processor -Pentium –III  Speed - 1.1 Ghz  RAM - 256 MB(min)  Hard Disk - 20 GB  Floppy Drive - 1.44 MB  Key Board - Standard Windows Keyboard  Mouse - Two or Three Button Mouse  Monitor - SVGA S/W System Configuration:-  Operating System : Windows95/98/2000/XP Contact: 9703109334, 9533694296 Email id: [email protected], www.logicsystems.org.in
  • 7.  Front End : Java  Tool : JDK1.7 Zhiyuan Tan, Aruna Jamdagni, Xiangjian He‡, Senior Member, IEEE, Priyadarsi Nanda, Member, IEEE, and Ren Ping Liu, Member, IEEE, “A System for Denial-of- Service Attack Detection Based on Multivariate Correlation Analysis”, IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. , NO. , 2013. Contact: 9703109334, 9533694296 REFERENCE: Email id: [email protected], www.logicsystems.org.in