├── Cover.png ├── LICENSE ├── README.md ├── __pycache__ ├── m_attack.cpython-38.pyc ├── m_normal.cpython-38.pyc ├── svm.cpython-38.pyc ├── t_attack.cpython-38.pyc └── t_normal.cpython-38.pyc ├── accuracy.py ├── analysis ├── Configuration Manual.pdf ├── Project Presentaion and Demo video link.pdf ├── Project Presentaion and video link.pptx ├── Research Project Report.pdf ├── steps.txt └── topo.py ├── attack.sh ├── commands.txt ├── graph.py ├── logo.png ├── m_attack.py ├── m_normal.py ├── normal.sh ├── normal25.sh ├── rate.py ├── result.csv ├── svm.py ├── svm_graph1.png ├── svm_graph2.png ├── switch_1_data.csv ├── switch_1_flowcount.csv ├── switch_2_data.csv ├── switch_2_flowcount.csv ├── t_attack.py ├── t_normal.py ├── topo_attack.py └── topo_normal.py /Cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/Cover.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/m_attack.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/__pycache__/m_attack.cpython-38.pyc -------------------------------------------------------------------------------- /__pycache__/m_normal.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/__pycache__/m_normal.cpython-38.pyc -------------------------------------------------------------------------------- /__pycache__/svm.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/__pycache__/svm.cpython-38.pyc -------------------------------------------------------------------------------- /__pycache__/t_attack.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/__pycache__/t_attack.cpython-38.pyc -------------------------------------------------------------------------------- /__pycache__/t_normal.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/__pycache__/t_normal.cpython-38.pyc -------------------------------------------------------------------------------- /accuracy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/accuracy.py -------------------------------------------------------------------------------- /analysis/Configuration Manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/analysis/Configuration Manual.pdf -------------------------------------------------------------------------------- /analysis/Project Presentaion and Demo video link.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/analysis/Project Presentaion and Demo video link.pdf -------------------------------------------------------------------------------- /analysis/Project Presentaion and video link.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/analysis/Project Presentaion and video link.pptx -------------------------------------------------------------------------------- /analysis/Research Project Report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/analysis/Research Project Report.pdf -------------------------------------------------------------------------------- /analysis/steps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/analysis/steps.txt -------------------------------------------------------------------------------- /analysis/topo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/analysis/topo.py -------------------------------------------------------------------------------- /attack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/attack.sh -------------------------------------------------------------------------------- /commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/commands.txt -------------------------------------------------------------------------------- /graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/graph.py -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/logo.png -------------------------------------------------------------------------------- /m_attack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/m_attack.py -------------------------------------------------------------------------------- /m_normal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/m_normal.py -------------------------------------------------------------------------------- /normal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/normal.sh -------------------------------------------------------------------------------- /normal25.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/normal25.sh -------------------------------------------------------------------------------- /rate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/rate.py -------------------------------------------------------------------------------- /result.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/result.csv -------------------------------------------------------------------------------- /svm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/svm.py -------------------------------------------------------------------------------- /svm_graph1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/svm_graph1.png -------------------------------------------------------------------------------- /svm_graph2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/svm_graph2.png -------------------------------------------------------------------------------- /switch_1_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/switch_1_data.csv -------------------------------------------------------------------------------- /switch_1_flowcount.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/switch_1_flowcount.csv -------------------------------------------------------------------------------- /switch_2_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/switch_2_data.csv -------------------------------------------------------------------------------- /switch_2_flowcount.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/switch_2_flowcount.csv -------------------------------------------------------------------------------- /t_attack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/t_attack.py -------------------------------------------------------------------------------- /t_normal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/t_normal.py -------------------------------------------------------------------------------- /topo_attack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/topo_attack.py -------------------------------------------------------------------------------- /topo_normal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priyanshu-bharti/DDoS-Mitigation-and-Detection-SDN/HEAD/topo_normal.py --------------------------------------------------------------------------------