Parse through Suricata log and send e-mail alerts.
# RUN EVERY 5 MINUTES
# Save to /etc/crontab
PATH=/sbin:/bin:/usr/sbin:/usr/bin
SHELL=/bin/sh
*/5 * * * * root cd /var/log/suricata && /usr/bin/python3 /var/log/suricata/surialert.py
If log contains search strings specified in script, an e-mail alert will be sent.