charleshuangruo / Botnet-Detection-using-Machine-Learning

Repository of Bachelor's Major Project on Botnet Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Repository of Bachelor's Major Project on Botnet Detection


Languages

Language:Jupyter Notebook 96.9%Language:Python 2.0%Language:Java 1.1%