I’m trying to optimize rules that I use to mitigate any performance impact/false positives.
The deployment field in a rule seems to allow
- Datacenter
- Internal
- Internet
- Perimeter
- SSLDecrypt
- alert only
Since I’m a home user, considering using Suricata on LAN (with no external services incoming) I’m thinking of policies
Internal → block
SSLDecrypt → disable (I am not introducing a proxy)
alert_only → alert
Perimeter, INternet, DataCenter → disable (I am not a data center, and a firewall protects the perimeter… internet I’m less clear on)
I couldn’t find any good docs on this - does it make sense?
Is this metadata fairly reliable?