Skip to content

hmishra2250/Botnet-Detection-using-Machine-Learning

Repository files navigation

Botnet Detection using Machine Learning

Repository of B.Tech Project on Botnet Detection using Network Traffic Behaviour Analysis and Machine Learning
Here we present Behavioral flow based Botnet detection approach using modern Machine Learning techniques such as Latest Classifiers and their combinations using Ensembling Techniques.
We also present a custom coded Flow Generator for Flow Identification and feature generation to characterize the network traffic.
Dataset used for analysis: Botnet Dataset by ISCX UNB, Canada

Index

The description of the files and folders are:

  1. Botnet Docs contains some relevant Documents on Botnets and previous work
  2. Custom Flow Generator consists of a python implementation to extract the Bidirectional Traffic Flows and generate Flow Based Features to be used later for Machine Learning.
  3. ISCXFlowMeterMaster contains Flow generator given by ISCX. However the flow generator used in this project was custom written inline and also abstracted out for Traffic Analysis.
  4. Deep Learning Folder contains code for deep learning analysis of dataset and the results
  5. Rest are some code files done for analysis in no particular order

Citing

@misc{BDMLhmishra2250
  author = {Himadri Mishra, Kartik Manchanda},
  title = {Botnet Detection using Machine Learning},
  year = {2017},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/hmishra2250/Botnet-Detection-using-Machine-Learning}},
  commit = {60793b9ae60d5bc30fb9738a4365fc7aa1d5064a}
}