Custom Firewall with Suricata Part 2: Python Daemon
This post will show how to make a daemon with Python that will leverage Suricata alerts to block IP addresses. Here is a look at the full code for the daemon, called ‘alert_daemon.py’: Now I will break down each section.…