I would find it helpful if could export the 'Rules' tab to CSV listing which rules are enabled. Mostly for comparing the rules on different firewalls, which is something I find myself wanting when reviewing the rules on multiple firewalls.
Quote from: MartinCCSS on April 22, 2025, 10:08:35 PMI would find it helpful if could export the 'Rules' tab to CSV listing which rules are enabled. Mostly for comparing the rules on different firewalls, which is something I find myself wanting when reviewing the rules on multiple Geometry Dash (https://geometrydash-lite.io) firewalls.
Hi MartinCCSS!
You can try OPNsense has official REST API to get firewall configuration, in which can access rule list. I'm not sure, hope it helps!
Different rulesets are not compatible, say snort and opnsense. You can manually download the rules via sftp into the router.
Quote from: AishaHarvey on April 24, 2025, 09:49:50 AMQuote from: MartinCCSS on April 22, 2025, 10:08:35 PMI would find it helpful if could export the 'Rules' tab to CSV listing which rules are enabled. Mostly for comparing the rules on different firewalls, which is something I find myself wanting when reviewing the rules on multiple Geometry Dash (https://geometrydash-lite.io/) firewalls.
Hi MartinCCSS!
You can try OPNsense has official REST API to get firewall configuration, in which can access rule list. I'm not sure, hope it helps!
Thanks for the suggestion. I'm not sure if the suggestion will be useful yet, since I'll need to learn REST APIs first
, but I notice that Suricata / Intrusion Detection doesn't seem to missing from the REST API documentation. Correction, I found the it in the reference.
I wonder if Suricata has any command line options that I can use.