Skip to content

Detection of Distributed Denial of Service Attack in Software Defined Network

Notifications You must be signed in to change notification settings

ArtaXerxess/miniProject_2ndYear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detection of Distributed Denial of Service Attack on Software Defined Networks using Support Vector Machines.

  1. This directory module1 contains four directories.
  • net
  • params
  • pkts
  • svm
  1. Start with net directory

  2. Run atr_normal.py in one window sudo python atr_normal.py

  3. Go to pkts directory

  4. Run pcap.sh in another window sudo pcap.sh normal.pcap

  5. Capture for approx. 2 minutes. Then press cntrl - C

  6. Do the same thing for attack.

  7. Copy normal.pcap and attack.pcap to params directory

  8. Go to params directory, use gawk to extract our desired parameters gawk -f normal_pkt100.awk normal.pcap

  9. Do the same thing for attack

  10. Copy the files normal_data100.csv and attack_data100.csv to svm directory.

  11. Run svmclassifier.py python svmclassifier.py

About

Detection of Distributed Denial of Service Attack in Software Defined Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published