Good morning
I have a suricata installed on a raspberry, the first question is do you think it will last for a small company? Raspberry pi4 4gb ram.
And the doubt why I write. To notify you somewhere, I have created a python script that runs every 5 minutes. Within that script, if the fast.log occupies more than 0kb, it sends the notification via Telegram.
The problem is that if you paint a “non-dangerous” line such as a Spotify connection, the automation will warn you.
I could filter with if which messages execute or do not execute the telegram call script but with almost 50,000 rules it is a bit crazy.
Do you have any idea how I can manage this?