Bash

Neural Network to detect network Botnet traffic

Goal In this post, I will summarise a project I made for my master in Cybersecurity for UNED. Our goal is to be able to detect Botnet traffic. Using Keras to detect Botnet traffic Keras is a perfect tool for Machine Learning experts and other developers alike. It can be as complicated as you want to make it, or as simple as you need it to be. Chose data One of the most important decisions when attempting a project like so from the ground up is to choose or create the dataset you are going to use in the project wisely.
Read more