Cybersecurity automation with the Raspberry Pi
In Chapter 10, Applying IoT Security, we covered a lot of cool cybersecurity projects that you can do with the Raspberry Pi, including the following:
- Detection of a rogue access point
- Creating an Intrusion Detection System (ISD) and a firewall with the Raspberry Pi
- Creating a machine to safely copy information from a Universal Serial Bus (USB) device
- Creating a honeypot
- Creating a network monitoring device
- Creating an ad blocker
- And even creating a system to detect a rogue Raspberry Pi in your network and how to disable it
Now, in this section, we will do an overview of Raspberry Pi projects that will help you to automate some cybersecurity tasks.
Automating threat intelligence gathering with a Fail2ban honeypot on a Raspberry Pi
There are a lot of tools and techniques to blacklist Internet Protocol (IP) addresses. In fact, you can even build your own using a Raspberry Pi by installing Pi-hole...