

What if I say you that your IoT devices are deceiving you?
Botnets
A botnet is an โinternetโ of compromised systems which are controlled by the โherderโ(owner of botnet). The systems can be compromised by any kind of malware which is executed in your system and allows someone else to control your system. Your may look to be working fine but in actual it may not!
You can also watch my video after reading this article to have a clearer understanding of prevention of botnet attacks using AI.
IoT Botnets:
An interconnected system of compromised IoT devices. These can include compromised CCTV cameras, cell phones, AC..etc.
What can Botnets do
Some of the infamous Botnets
Weโll use Logistic Regression to solve this problem.
The dataset used contains 75000+ samples with 0/1 as ouput. 0 denotes that the data from IoT device isnโt any type of attack. 1 denotes that it could be a tcp/ip flood, spam/junk data.
I downloaded the dataset from UCI Machine Learning Repository and is used by this Research paper.
The Dataset contains 115 features and hence Iโll explain you not what each feature is but how this features are generated.
Attribute Information:
H: Stats summarizing the recent traffic from this packetโs host (IP)ย
HH: Stats summarizing the recent traffic going from this packetโs host (IP) to the packetโs destination host.ย
HpHp: Stats summarizing the recent traffic going from this packetโs host+port (IP) to the packetโs destination host+port. Example 192.168.4.2:1242 -> 192.168.4.12:80ย
HH_jit: Stats summarizing the jitter of the traffic going from this packetโs host (IP) to the packetโs destination host.
How much recent history of the stream is capture in these statisticsย
L5, L3, L1, L0, L0.1
Platform:
I use Deep Learning Studioโs Jupyter Notebooks to train my model on this dataset. It actually comes pre-configured with all the ML/DL frameworks. If you donโt know about it, please check out this.
Thanks for giving your precious time for reading my article. If you really liked it, do share and clap ๐.
Please Subscribe to my YouTube channel Follow me on medium and LinkedIn.
Happy Deep Learning.
Create your free account to unlock your custom reading experience.